> From: Heinrich Schuchardt <[email protected]> > Sent: Tuesday, July 25, 2023 6:42 PM > To: Rick Jian-Zhi Chen(陳建志) <[email protected]>; Leo Yu-Chi Liang(梁育齊) > <[email protected]> > Cc: Paul Walmsley <[email protected]>; Green Wan > <[email protected]>; [email protected]; Heinrich Schuchardt > <[email protected]> > Subject: [PATCH 1/1] riscv: sifive: initialize PCI on Unmatched > > 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 <[email protected]> > --- > configs/sifive_unmatched_defconfig | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Rick Chen <[email protected]>

