summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/efi-header.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel2023-04-201-28/+43
* arm64: efi: Set NX compat flag in PE/COFF headerArd Biesheuvel2023-03-101-1/+1
* arm64: head: tidy up the Image header definitionArd Biesheuvel2020-11-171-10/+33
* arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel2020-11-171-24/+22
* arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel2020-11-171-7/+0
* arm64: efi: increase EFI PE/COFF header padding to 64 KBArd Biesheuvel2020-10-281-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-1/+1
|\
| * efi/libstub/arm64: align PE/COFF sections to segment alignmentArd Biesheuvel2020-04-281-1/+1
* | efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2020-05-231-1/+1
|/
* efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
* efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2020-02-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* arm64: efi: split Image code and data into separate PE/COFF sectionsArd Biesheuvel2017-04-041-5/+18
* arm64: efi: replace open coded constants with symbolic onesArd Biesheuvel2017-04-041-17/+21
* arm64: efi: remove pointless dummy .reloc sectionArd Biesheuvel2017-04-041-21/+1
* arm64: efi: remove forbidden values from the PE/COFF headerArd Biesheuvel2017-04-041-3/+3
* arm64: efi: move EFI header and related data to a separate .S fileArd Biesheuvel2017-04-041-0/+158