
5 Dec
2016
5 Dec
'16
10:56 p.m.
On Mon, Dec 05, 2016 at 01:52:10AM +0000, Andre Przywara wrote:
For boards that call s_init() when the SPL runs, we are expected to setup an early stack before calling this C function. Implement the proper AArch64 version of this based on the ARMv7 code. This allows sunxi boards to setup the basic peripherals even on with a 64-bit SPL.
Signed-off-by: Andre Przywara andre.przywara@arm.com
This is going to override lowlevel_init from arch/arm/cpu/armv8/start.S and is that really desired? Thanks!
--
Tom