[U-Boot] [PATCH v3 03/26] armv8: add lowlevel_init.S
Simon Glass
sjg at chromium.org
Mon Dec 26 06:23:19 CET 2016
On 19 December 2016 at 14:49, Andre Przywara <andre.przywara at arm.com> 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 with a
> 64-bit SPL.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
> arch/arm/cpu/armv8/Makefile | 1 +
> arch/arm/cpu/armv8/lowlevel_init.S | 44 ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 45 insertions(+)
> create mode 100644 arch/arm/cpu/armv8/lowlevel_init.S
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list