History log of /seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/aarch64/crt0.S
Revision Date Author Comments
# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# a695506c 05-Jun-2018 Robbie VanVossen <robert.vanvossen@dornerworks.com>

Fix for aarch64 crt0 in libsel4platsupport.

Move the contents of the correct register to the stack pointer.

Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>


# 7d49c06c 08-Aug-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4platsupport: Use .balign instead of .align

.align has slightly difference meanings on different architectures and all the present
alignment directives were written with the intention that they be a byte alignment


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 81d0ad83 23-Jan-2017 amrzar <azarrabi@nicta.com.au>

libsel4platsupport: Add support for aarch64


# b578b9e7 22-Jan-2017 amrzar <azarrabi@nicta.com.au>

Prepare for aarch64 implementation