Re: [U-Boot] [PATCH v3 03/26] armv8: add lowlevel_init.S

2016-12-25 Thread Simon Glass
On 19 December 2016 at 14:49, 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 per

[U-Boot] [PATCH v3 03/26] armv8: add lowlevel_init.S

2016-12-18 Thread Andre Przywara
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 with a 64-bit SPL. Signed-off-by: Andre Przywa