commit | 968bd99a45fa031ed3063b26f4f0ac79baf0dbd0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jul 25 12:41:30 2023 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 11:02:33 2023 +0800 |
tree | 9da75c209dd77a47042a3dc8f97f1a579fd5c45f | |
parent | ac7a510aaa615d1629d7f14245de3d427cc4ecd6 [diff] |
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 <heinrich.schuchardt@canonical.com> Reviewed-by: Rick Chen <rick@andestech.com>