> -----Original Message----- > From: Ang, Chee Hong <[email protected]> > Sent: Monday, August 17, 2020 12:34 PM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Simon Goldschmidt > <[email protected]>; Tom Rini <[email protected]>; See, > Chin Liang <[email protected]>; Tan, Ley Foon > <[email protected]>; Ang, Chee Hong <[email protected]>; > Chee, Tien Fong <[email protected]>; Lim, Elly Siew Chin > <[email protected]> > Subject: [PATCH v1 05/16] arm: socfpga: soc64: Override 'lowlevel_init' to > support ATF > > Override 'lowlevel_init' to make sure secondary CPUs trapped in ATF instead > of SPL. After ATF is initialized, it will signal the secondary CPUs to jump > from > SPL to ATF waiting to be 'activated' > by Linux OS via PSCI call. > > Signed-off-by: Chee Hong Ang <[email protected]> > --- > arch/arm/mach-socfpga/Makefile | 2 + > arch/arm/mach-socfpga/lowlevel_init_soc64.S | 76 Reviewed-by: Ley Foon Tan <[email protected]>

