History log of /seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/elf64.h
Revision Date Author Comments
# 021452dd 15-Nov-2020 Curtis Millar <c.millar@unsw.edu.au>

trivial: Change ELF library to BSD 3 Clause

Signed-off-by: Curtis Millar <c.millar@unsw.edu.au>


# 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.


# 030d83bf 11-Nov-2019 Simon Shields <simon.shields@data61.csiro.au>

elfloader: improve EFI support

Rather than using a bunch of assembly code to relocate the
ELF loader, we use gnu-efi[1] to build an EFI executable.
This approach handles things like nested structs better, by including
a "proper" way to handle ELF relocations.

[1]: https://sourceforge.net/projects/gnu-efi/


# 0fb8dc0d 05-Sep-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

elfloader: Handle unaligned access for ELF64.


# 7c692376 28-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# d33e71c1 20-Dec-2016 amrzar <azarrabi@nicta.com.au>

elfloader: refactor files to imitate kernel design
- move files to src/include folders
- update files as required, e.g. renaming files and folders to prevent conflicts