summaryrefslogtreecommitdiff
path: root/src/boot/efi/boot.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-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
* sd-boot: fix -Wpointer-sign warningYu Watanabe2020-01-311-2/+2
* sd-boot: fix typoYu Watanabe2020-01-261-2/+2
* 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
|/
* 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: read random seed from ESP and pass it to OSLennart Poettering2019-07-251-2/+41
* bootctl: shortcut configuration file parsingLennart Poettering2019-07-251-0/+6
* 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-101-5/+6
* boot: use TAKE_PTR() where appropriateLennart Poettering2019-04-021-14/+7
* boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2019-03-121-1/+4
* efi: wrap some long linesZbigniew Jędrzejewski-Szmek2019-03-081-18/+38
* sd-boot: don't print error string where there's no error code knownLennart Poettering2019-03-011-1/+1
* sd-boot: also look for boot loader entries in the XBOOTLDR partitionLennart Poettering2019-03-011-0/+192
* sd-boot: don't dereference NULL ptr if loaded_image_path is NULLLennart Poettering2019-03-011-1/+1
* sd-boot: pass device handle to config_entry_add_linux()Lennart Poettering2019-03-011-3/+3
* tree-wide: use '"' instead of '\"'Louis Taylor2019-01-171-1/+1
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-4/+4
* sd-boot: fix trailing whitespace trimmingYu Watanabe2018-11-261-1/+1
* sd-boot: make sure special menu items also work if menu is skippedLennart Poettering2018-11-161-5/+5
* sd-boot: use structured initializationLennart Poettering2018-11-161-4/+5
* sd-boot: change name of automatic entry for rebooting into firmwareLennart Poettering2018-11-161-1/+1
* sd-boot: add new EFI variable exposing feature set of boot loaderLennart Poettering2018-11-161-0/+10
* sd-boot: introduce a one-time override for the boot menu timeoutLennart Poettering2018-11-161-3/+14
* sd-boot: when converting menu timeout for UINTN to INTN saturateLennart Poettering2018-11-161-1/+1
* sd-boot: timeout_sec is unsigned hence show it with %uLennart Poettering2018-11-161-3/+4
* sd-boot: factor out searching for loader entryLennart Poettering2018-10-161-16/+23
* sd-boot: also set an ID for the reboot-into-firmware entryLennart Poettering2018-10-161-1/+3
* sd-boot: write the IDs of all discovered entries to an EFI variableLennart Poettering2018-10-161-0/+25
* efi: make efivar_set_raw() buffer argument VOID*Lennart Poettering2018-10-161-1/+1
* sd-boot: add boot counting mechanismLennart Poettering2018-10-161-16/+275
* sd-boot: coding style fix, don't rely on C's downgrade-to-bool feature for nu...Lennart Poettering2018-10-161-2/+2
* sd-boot: simplify memory management in processing of unified kernel image a bitLennart Poettering2018-10-161-5/+3
* sd-boot: properly free all config entry fieldsLennart Poettering2018-10-161-1/+6
* sd-boot: rename ConfigEntry field 'file' to 'id'Lennart Poettering2018-10-161-20/+20
* sd-boot: break overly long function argument lists following our usual coding...Lennart Poettering2018-10-161-13/+71
* sd-boot: drop initialization of 'line' which we override in the next line anywayLennart Poettering2018-10-161-3/+0