From 5466983200e6f059b3af40eb17b2cd18497a869d Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 24 May 2015 00:12:32 +0800 Subject: x86: qemu: Make host bridge (b.d.f=0.0.0) visible The default weak version of pci_skip_dev() in drivers/pci/pci_common.c skips the host bridge (b.d.f = 0.0.0) which is actually the i440fx/q35 chipset for QEMU targets. Define CONFIG_PCI_CONFIG_HOST_BRIDGE to make it visible in the PCI configuration space. Signed-off-by: Bin Meng Acked-by: Simon Glass --- include/configs/qemu-x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/qemu-x86.h') diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 77f88d2422..d01936b47b 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -29,6 +29,7 @@ #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS #define CONFIG_PCI_IO_SIZE 0xe000 +#define CONFIG_PCI_CONFIG_HOST_BRIDGE #define CONFIG_PCI_PNP #define CONFIG_E1000 -- cgit v1.2.1