commit | aa9226f0edba6a07c59e2645533e5cf625096cc9 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jan 02 11:48:27 2017 +0000 |
committer | Jagan Teki <jagan@openedev.com> | Wed Jan 04 16:37:40 2017 +0100 |
tree | 49d3609ef4d2db5c74e23b26f4aaa1d48cfb0097 | |
parent | ebda0cc5090d758b5f2a99b4ea116d27e4402255 [diff] |
armv8: add lowlevel_init.S 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@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jagan@openedev.com>