commit | de5b8b1f502dd5976aed9d40ae7e88d792a590d1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun May 24 00:12:32 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 04 02:39:39 2015 -0600 |
tree | 59c6886a8a56990defd3f945c51b68cc2d9aa314 | |
parent | 17194d5e00ea68cb6e11009d410f5b8f715595fb [diff] |
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>