Re: [PATCH 1/1] riscv: sifive: initialize PCI on Unmatched

2023-07-25 Thread Rick Chen
> From: Heinrich Schuchardt > Sent: Tuesday, July 25, 2023 6:42 PM > To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > Cc: Paul Walmsley ; Green Wan > ; u-boot@lists.denx.de; Heinrich Schuchardt > > Subject: [PATCH 1/1] riscv: sifive: initialize PCI on Unmatched

[PATCH 1/1] riscv: sifive: initialize PCI on Unmatched

2023-07-25 Thread Heinrich Schuchardt
The Unmatched board is typically booted from NVMe which requires PCI. When dropping to a console PCI is not initialized yet. 'pci enum' has to be called. Change the configuration to call pci_init() in board_init_r(). Signed-off-by: Heinrich Schuchardt --- configs/sifive_unmatched_defconfig |