summaryrefslogtreecommitdiff
path: root/src/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
* boot/efi: Explicitly specify void in parameter listMarco Wang2020-10-061-1/+1
* sd-boot: Add small comments after device-specific key macrosPaul Cercueil2020-06-181-4/+4
* sd-boot: Work around malformed CR key codePaul Cercueil2020-06-151-0/+4
* sd-boot: fix menu ordering with boot countingDaniel Fullmer2020-05-261-8/+8
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* sd-boot: Add → as alternative to boot selected entryJan Janssen2020-04-151-0/+1
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* boot: Ensure ARM UEFI binary does not contain FP/SIMD instructionsJames T. Lee2020-03-081-0/+2
* meson: update efi path detection to gnu-efi-3.0.11Zbigniew Jędrzejewski-Szmek2020-02-041-22/+41
* sd-boot: fix -Wpointer-sign warningYu Watanabe2020-01-312-6/+6
* sd-boot: fix warning about comparison is always trueYu Watanabe2020-01-311-1/+1
* Merge pull request #14667 from yuwata/boot-random-seed-modeLennart Poettering2020-01-281-2/+2
|\
| * sd-boot: fix typoYu Watanabe2020-01-261-2/+2
* | efi: fix build.Susant Sahani2020-01-271-1/+1
|/
* boot: fix osrel parserLennart Poettering2020-01-071-1/+1
* Merge pull request #13953 from SpencerMichaels/systemd-boot-efistub-id-fixZbigniew Jędrzejewski-Szmek2019-12-041-16/+32
|\
| * boot: Improve EFISTUB name and version detection.Spencer Michaels2019-11-181-8/+28
| * boot: Retain ".conf" suffix for loader config IDs.Spencer Michaels2019-11-181-6/+1
| * boot: Ignore EFISTUB binaries starting with "auto-".Spencer Michaels2019-11-181-0/+2
| * boot: Make EFISTUB IDs use binaries' filenames.Spencer Michaels2019-11-181-3/+2
* | sd-boot: Add a 0.1 second delay before key-probing for showing menuLeonid Bloch2019-12-041-0/+6
* | boot: Add ARM64 support to the EFI stubDimitri John Ledkov2019-11-141-0/+2
* | boot: Load LoadOptions cmdline, if none is available.Dimitri John Ledkov2019-11-141-2/+2
|/
* sd-boot: Skip adding boot entries when the loader does not existJan Janssen2019-11-041-1/+12
* sd-boot: Silence compiler warning when building with -O2Jan Janssen2019-10-301-9/+5
* sd-boot: Don't loudly complain if RNG protocol isn't availableJan Janssen2019-10-301-21/+6
* sd-boot: Only disable optimization on debug buildsJan Janssen2019-10-301-1/+7
* src/boot/efi/meson.build: if meson --werror is true, set gcc -WerrorDan Streetman2019-08-151-0/+3
* src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386Dan Streetman2019-08-151-12/+12
* src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archsDan Streetman2019-08-151-3/+9
* boot: fix build with gnu-efi older than 3.0.5v243-rc1Yu Watanabe2019-07-303-0/+57
* Merge pull request #13137 from poettering/efi-randomZbigniew Jędrzejewski-Szmek2019-07-269-13/+734
|\
| * sd-boot: read random seed from ESP and pass it to OSLennart Poettering2019-07-254-2/+397
| * efi: steal glibc sha256 implementationLennart Poettering2019-07-253-1/+306
| * bootctl: add new feature flag for indicating random seed management supportLennart Poettering2019-07-251-0/+1
| * bootctl: shortcut configuration file parsingLennart Poettering2019-07-251-0/+6
| * efi: add log_oom() helperLennart Poettering2019-07-252-0/+8
| * efi: modernize file_read() a bitLennart Poettering2019-07-251-10/+16
* | sd-boot: silence one warning about pointer castZbigniew Jędrzejewski-Szmek2019-07-261-1/+1
|/
* efi: drop unused defineLennart Poettering2019-07-241-3/+0
* efi: remove trailing whitespace in stringLennart Poettering2019-07-241-1/+1
* bootctl,sd-boot: define EFI_LOADER_FEATURE_XBOOTLDRZbigniew Jędrzejewski-Szmek2019-07-101-0/+1
* boot,shared: share the definitions of EFI_LOADER_FEATURE macrosZbigniew Jędrzejewski-Szmek2019-07-102-5/+19
* sd-boot: Remove unnecessary call to GetEventLogJoe Richey2019-06-031-54/+11
* codespell: fix spelling errorsBen Boeckel2019-04-292-2/+2
* scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-2/+2
* boot: use TAKE_PTR() where appropriateLennart Poettering2019-04-022-16/+8
* boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2019-03-122-1/+8
* efi: wrap some long linesZbigniew Jędrzejewski-Szmek2019-03-081-18/+38