From a04ff940974a49c540250426c7c7488c93b0e48f Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Sat, 25 Dec 2010 06:01:41 +0100 Subject: prep: Add i82378 PCI-to-ISA bridge emulation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepare Intel 82378 emulation for use by PReP platforms. Signed-off-by: Hervé Poussineau Create ISA bus in this device (suggested by Markus). Rebase onto Memory API, mark memory ops as Little Endian. Add VMState. Provide access to i8259 IRQs via qdev GPIOs. Signed-off-by: Andreas Färber Cc: Markus Armbruster Cc: Alexander Graf Cc: Jan Kiszka --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 701c23c472..0b55f34bae 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -226,6 +226,7 @@ hw-obj-$(CONFIG_I8259) += i8259.o # PPC devices hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o +hw-obj-$(CONFIG_I82378) += i82378.o # Mac shared devices hw-obj-$(CONFIG_MACIO) += macio.o hw-obj-$(CONFIG_CUDA) += cuda.o -- cgit v1.2.3