]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: qemu: Make host bridge (b.d.f=0.0.0) visible
authorBin Meng <bmeng.cn@gmail.com>
Sat, 23 May 2015 16:12:32 +0000 (00:12 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:15 +0000 (22:48 +0200)
commitb4cc382d0607eac04f161dd7252621ca09e7636a
treecd7fd423bbf0e4420de78c5fca7fe78bef4c5d4f
parentd9d9f950e955cfae304e15ad65d8dfefd0988b39
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/qemu-x86.h
include/configs/x86-common.h