Home
last modified time | relevance | path

Searched hist:"931 bec31b44fbcb01448651424aaf9b6212c141f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0_64.S931bec31b44fbcb01448651424aaf9b6212c141f Mon Oct 19 12:49:59 UTC 2015 Simon Glass <sjg@chromium.org> arm: Switch aarch64 to using generic global_data setup

There is quite a bit of assembler code that can be removed if we use the
generic global_data setup. Less arch-specific code makes it easier to add
new features and maintain the start-up code.

Drop the unneeded code and adjust the hooks in board_f.c to cope.

Tested on LS2085ARDB and LS2085AQDS (armv8 SoC).
Tested-by: York Sun <yorksun@freescale.com>

Signed-off-by: Simon Glass <sjg@chromium.org>