Reviewed-by: Alice Guo <[email protected]> Best Regards, Alice Guo
> -----邮件原件----- > 发件人: U-Boot <[email protected]> 代表 Fabio Estevam > 发送时间: 2025年5月9日 10:59 > 收件人: Alice Guo <[email protected]> > 抄送: [email protected]; [email protected]; [email protected]; > Fabio Estevam <[email protected]> > 主题: [PATCH] imx95_evk: enable PCI early > > From: Tim Harvey <[email protected]> > > Enable PCI early as the NETC device is an PCI ECAM device. > > Signed-off-by: Tim Harvey <[email protected]> > Signed-off-by: Fabio Estevam <[email protected]> > --- > Resending because the original patch does not appear in patchwork or lore. > > configs/imx95_19x19_evk_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/imx95_19x19_evk_defconfig > b/configs/imx95_19x19_evk_defconfig > index fe968d5a2390..f78c416ae570 100644 > --- a/configs/imx95_19x19_evk_defconfig > +++ b/configs/imx95_19x19_evk_defconfig > @@ -42,6 +42,7 @@ CONFIG_SYS_PBSIZE=2074 > CONFIG_ARCH_MISC_INIT=y CONFIG_BOARD_EARLY_INIT_F=y > CONFIG_BOARD_LATE_INIT=y > +CONFIG_PCI_INIT_R=y > CONFIG_SPL_MAX_SIZE=0x20000 > CONFIG_SPL_BOARD_INIT=y > CONFIG_SPL_LOAD_IMX_CONTAINER=y > -- > 2.34.1

