[U-Boot] [PATCH v2 1/2] x86: qemu: Make host bridge (b.d.f=0.0.0) visible

Simon Glass sjg at chromium.org
Tue Jun 2 16:19:58 CEST 2015


On 23 May 2015 at 10:37, Simon Glass <sjg at chromium.org> wrote:
> On 23 May 2015 at 10:12, Bin Meng <bmeng.cn at gmail.com> wrote:
>> 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 at gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - Change to use CONFIG_PCI_CONFIG_HOST_BRIDGE
>>
>>  include/configs/qemu-x86.h   | 1 +
>>  include/configs/x86-common.h | 1 +
>>  2 files changed, 2 insertions(+)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list