History log of /seL4-refos-master/tools/elfloader/src/crypt_sha256.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.


# c85fda55 07-Apr-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: style this repo


# 1f57b8aa 03-Apr-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

elfloader: Remove ARM assumption

Rearranges the elfloader to place non ARM specific code into common locations and only
include ARM code if building for ARM. This enables the elfloader to be used for other
architectures in the future.