]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: Support autoconfig in SPL
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:55 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commitdb3820a2883ada53ca704fc393148657e44e0706
treeab86f3fa178f63a61699306e41deb1cc8978d536
parent1dd00b1be82556c35a68c90b187a0f096192fd5f
pci: Support autoconfig in SPL

Allow PCI autoconfig to be handled in SPL, so that we can set it up
correctly for boards which need to do this before U-Boot proper. This
includes qemu-x64_64 which needs to set up the video device while in
32-bit mode.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/Kconfig
drivers/pci/pci-uclass.c