Re: [U-Boot] [PATCH v3 3/9] imx: mx7: Add empty arch_cpu_init if skipped

2019-04-25 Thread Jun Nie
> Please describe what ATF/OP-TEE initialization has done > when booting into uboot. > > I think SKIP_LOWLEVEL_INIT is mostly for lowlevel_init, > not arch_cpu_init. > > init_aips/init_csu/isolate_resources/init_snvs might be > done in your ATF, I am not sure, but imx_enet_mdio_fixup, >

Re: [U-Boot] [PATCH v3 3/9] imx: mx7: Add empty arch_cpu_init if skipped

2019-04-23 Thread Peng Fan
Hi Jun > Subject: [PATCH v3 3/9] imx: mx7: Add empty arch_cpu_init if skipped > > Add empty arch_cpu_init if low level init is skipped. So that it does not > break > spl compile though spl is not needed in the skipped case actually. > > Signed-off-by: Jun Nie > --- >

[U-Boot] [PATCH v3 3/9] imx: mx7: Add empty arch_cpu_init if skipped

2019-04-23 Thread Jun Nie
Add empty arch_cpu_init if low level init is skipped. So that it does not break spl compile though spl is not needed in the skipped case actually. Signed-off-by: Jun Nie --- arch/arm/mach-imx/mx7/soc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-imx/mx7/soc.c