commit | ae604a7870dfe4e3ca8adcb6e22dd6c8766a5547 | [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 | 67bf82066e933dbd86cb3569ebf0146f03fd13cf [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>