]> git.baikalelectronics.ru Git - uboot.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)
commit23ec58af08446f5ee61e14dec93c08784472d5d3
treeab86f3fa178f63a61699306e41deb1cc8978d536
parent0ce6cf3841bff65aafc8bf80f383d24332f1d4da
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