mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
ich9: Add the lpc chip
Add support for the ICH9 LPC chip. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e516572fde
commit
4d00636e97
2 changed files with 524 additions and 0 deletions
|
@ -6,6 +6,7 @@ obj-y += pci-hotplug.o smbios.o wdt_ib700.o
|
|||
obj-y += debugcon.o multiboot.o
|
||||
obj-y += pc_piix.o
|
||||
obj-y += pc_sysfw.o
|
||||
obj-y += lpc_ich9.o
|
||||
obj-$(CONFIG_XEN) += xen_platform.o xen_apic.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_msi.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue