summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/pe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename src/boot/efi to just src/bootZbigniew Jędrzejewski-Szmek2024-11-071-56/+0
* boot: Introduce file_size and use it when we're working with file_offsetDaan De Meyer2024-10-091-0/+1
* boot: Rename pe section size to memory_sizeDaan De Meyer2024-10-091-2/+2
* boot: only open type2 ukis once when parsingLennart Poettering2024-09-101-6/+0
* efi: teach PE parsing support for ".profile" sectionsLennart Poettering2024-09-101-0/+32
* stub: allocate and zero enough space in legacy x86 handover protocolLuca Boccassi2024-07-311-1/+1
* efi: drop "ret_" prefix from "ret_sections[]" parameterLennart Poettering2024-07-031-4/+4
* efi: introduce PeSectionVector structure, and use it for referencing PE sectionsLennart Poettering2024-06-261-4/+14
* boot: Provide our own EFI API headersJan Janssen2023-02-211-2/+1
* boot: Replace UINTN with size_tJan Janssen2023-01-251-4/+4
* boot: Remove unused parameters from pe_kernel_infoJan Janssen2022-10-171-5/+1
* stub: Always use LINUX_INITRD_MEDIA_GUID if availableJan Janssen2022-09-201-1/+1
* boot: Constify PE sections typeJan Janssen2022-07-071-2/+2
* boot: Use void for base pointerJan Janssen2022-07-071-1/+1
* boot: Use charJan Janssen2022-06-271-3/+3
* boot: Use char16_tJan Janssen2022-06-271-1/+2
* boot: Use stdint typesJan Janssen2022-06-271-3/+3
* sd-boot: Convert VOID -> voidJan Janssen2021-10-171-1/+1
* [sd-stub] Add support for aarch64 booting via pe-entry pointMax Resch2021-10-131-0/+6
* sd-boot: Fix PE section parsingJan Janssen2021-08-161-5/+13
* sd-boot: Add missing includesDaan De Meyer2021-01-311-0/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: use '#pragma once' for header guardYu Watanabe2018-08-301-4/+1
* 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
* 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/+22