summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* 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 #14196 from keszybz/gpt-auto-generator-debuggingLennart Poettering2019-12-161-10/+16
|\
| * bootlctl: show LoaderDevicePartUUID information in statusZbigniew Jędrzejewski-Szmek2019-11-301-10/+16
* | 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
| |/ |/|
* | bootctl: make 'random-seed' handle inability to write system token EFI variab...Lennart Poettering2019-11-211-4/+28
* | Rename "system-options" to "systemd-efi-options"Zbigniew Jędrzejewski-Szmek2019-11-181-24/+24
* | bootctl: update --help textZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
* | tree-wide: clean up --help texts a bitLennart Poettering2019-11-183-16/+43
* | 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
|/
* bootctl: create leading dirs when "bootctl random-seed" is called if neededLennart Poettering2019-11-041-0/+8
* Merge pull request #13906 from yuwata/drop-missing-take2Zbigniew Jędrzejewski-Szmek2019-11-041-6/+0
|\
| * tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-2/+0
| * tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* | 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
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-9/+9
* bootctl: add "system-options" verbZbigniew Jędrzejewski-Szmek2019-09-161-11/+34
* util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-163-1/+3
* 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
* bootctl: arg_dolloar_boot_path() may return NULLYu Watanabe2019-08-121-1/+5
* bootctl: clear arg_xbootldr_path when acquire_xbootldr() succeedsYu Watanabe2019-08-121-0/+1
* boot: fix build with gnu-efi older than 3.0.5v243-rc1Yu Watanabe2019-07-303-0/+57
* bootctl: log message tweaksZbigniew Jędrzejewski-Szmek2019-07-261-2/+2
* Merge pull request #13137 from poettering/efi-randomZbigniew Jędrzejewski-Szmek2019-07-2610-81/+1063
|\
| * bootctl: add is-installed verbLennart Poettering2019-07-251-9/+49
| * bootctl: show random seed stateLennart Poettering2019-07-251-0/+16
| * bootctl: add new verb for initializing a random seed in the ESPLennart Poettering2019-07-251-50/+253
| * 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-252-6/+8