summaryrefslogtreecommitdiff
path: root/src/boot/efi/pe.c
Commit message (Expand)AuthorAgeFilesLines
* boot: Use EFI_FILE* instead of EFI_FILE_HANDLEJan Janssen2022-01-131-1/+1
* boot: Rename cleanup functionsJan Janssen2022-01-031-1/+1
* boot: Make OFFSETOF lowercaseJan Janssen2021-12-111-1/+1
* sd-boot: Use non-failing allocators everywhere elseJan Janssen2021-11-291-1/+1
* sd-boot: Move optional header verification into verify_peJan Janssen2021-11-041-10/+4
* sd-boot: Require gnu-efi 3.0.5Jan Janssen2021-10-171-0/+1
* sd-boot: Get rid of uefi_call_wrapperJan Janssen2021-10-171-6/+6
* sd-boot: Convert VOID -> voidJan Janssen2021-10-171-2/+2
* [sd-stub] Add support for aarch64 booting via pe-entry pointMax Resch2021-10-131-2/+73
* sd-boot: Fix PE section parsingJan Janssen2021-08-161-83/+120
* sd-boot: Assert all the things!Jan Janssen2021-08-121-0/+6
* boot/efi: add ARM (THUMB) and RISCV64 machine typesDimitri John Ledkov2021-05-061-1/+5
* boot: Tighten scope of variables used in loopsDaan De Meyer2021-02-021-4/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* boot: Add ARM64 support to the EFI stubDimitri John Ledkov2019-11-141-0/+2
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* Drop more license boilerplateZbigniew Jędrzejewski-Szmek2018-06-141-10/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* sd-boot: introduce _cleanup_freepool_Zbigniew Jędrzejewski-Szmek2018-03-131-5/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-boot: stub: Obtain PE section offsets from RAM, not disk (#6250)Matthew Garrett2017-07-031-0/+182