summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/efi-header.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel1-1/+1
2020-04-28efi/libstub/arm64: align PE/COFF sections to segment alignmentArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-2/+2
2020-02-23efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-04-04arm64: efi: split Image code and data into separate PE/COFF sectionsArd Biesheuvel1-5/+18
2017-04-04arm64: efi: replace open coded constants with symbolic onesArd Biesheuvel1-17/+21
2017-04-04arm64: efi: remove pointless dummy .reloc sectionArd Biesheuvel1-21/+1
2017-04-04arm64: efi: remove forbidden values from the PE/COFF headerArd Biesheuvel1-3/+3
2017-04-04arm64: efi: move EFI header and related data to a separate .S fileArd Biesheuvel1-0/+158