History log of /seL4-refos-master/seL4_tools/elfloader-tool/include/arch-arm/armv/armv8-a/64/armv/smp.h
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.


# 65daeb20 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

elfloader-tool: explicitly link config libs

explicitly link kernel_autoconf and elfloader_Config
since the global config lib is going to be remove


# 20de8d6b 02-May-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: fix type aliasing and comment

Fix type aliasing which modern verions of gcc complain about, and
add a comment about SMP stack addresses on the TX1.


# f16b3a68 12-Jan-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

elfloader: add AARCH64 SMP booting for HiKey

(1) Add common SMP code for AARCH64.
(2) Add code to activate cores for HiKey (AARCH64 only)