History log of /seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/32/crt0_64.S
Revision Date Author Comments
# 9f904ed2 06-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

convert license headers to SPDX

Includes license review of 3rd-party files, adding missing upstream
headers, and moving the UNSW OZPLB license into its own file rather
than replicating it in the header.


# cfd453aa 11-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

elfloader: Support leaving aarch64 EL2 to aarch32

This allows aarch32 seL4 kernel configurations to be loaded from a
64bit entry point. When this setting is configured, an additonal
symbol, _start32, is created that is still a valid 32bit entry point.