]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: initialize PCI before booting
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 24 Jul 2023 20:18:41 +0000 (22:18 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 30 Jul 2023 16:53:08 +0000 (18:53 +0200)
commit7d4c8cfe2547596d07c51b2f38cde8d4c75f17fc
tree772d0829c3ec68135a399efb229b29f964fc920b
parent8d2c311ce64939fe829037e4ef7951c3fafaee06
spl: initialize PCI before booting

MMC, SATA, and USB may be using PCI based controllers.
Initialize the PCI sub-system before trying to boot.

Remove the initialization for NVMe that is now redundant.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mayuresh Chitale <mchitale@ventanamicro.com>
common/spl/spl.c
common/spl/spl_nvme.c