summaryrefslogtreecommitdiff
path: root/src/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson: sort header list againLennart Poettering2019-03-011-1/+1
* stub: don't override LoaderDevicePartUUID EFI varLennart Poettering2019-03-011-3/+4
* stub: don't ask for variable data we actually don't care aboutLennart Poettering2019-03-011-4/+4
* stub: fix GUID to check EFI vars inLennart Poettering2019-03-011-4/+4
* efi: beef up efivar_get_xyz() to accept NULL return valuesLennart Poettering2019-03-012-3/+15
* 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-014-0/+344
* 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
* Make systemd-boot compliant with the Linux Boot / EFI Handover ProtocolMichael Niewöhner2019-02-202-69/+107
* Revert "Set secure_boot flag in Kernel Zero-Page (#7482)"Michael Niewöhner2019-02-203-14/+3
* boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu2019-02-091-3/+1
* tree-wide: use '"' instead of '\"'Louis Taylor2019-01-171-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek2019-01-042-2/+2
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-213-8/+8
* tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-031-2/+2
* sd-boot: remove Stall() call (#11029)Harald Hoyer2018-12-031-1/+0
* tree-wide: remove various unused functionsLennart Poettering2018-12-022-34/+0
* sd-boot: fix trailing whitespace trimmingYu Watanabe2018-11-261-1/+1
* tree-wide: use __ prefixed gcc attributes (#10843)Lennart Poettering2018-11-201-1/+1
* Merge pull request #10804 from poettering/sd-boot-updatesLennart Poettering2018-11-163-37/+81
|\
| * efi: NUL terminate strings read with efivar_get()Lennart Poettering2018-11-161-2/+17
| * 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
| * efi: make sure parse_boolean() does something useful on a NULL parameterLennart Poettering2018-11-161-0/+3
| * efi: add 'const' to various util.h API parametersLennart Poettering2018-11-162-18/+18
| * 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
| * efi: add simple macros for MAX values of EFI's UINTN/INTN typesLennart Poettering2018-11-161-0/+3
| * sd-boot: timeout_sec is unsigned hence show it with %uLennart Poettering2018-11-161-3/+4
* | util: force time multiplications to happen in longsLennart Poettering2018-11-161-2/+2
|/
* efi: rework OFFSETOF() based on __builtin_offsetof()Lennart Poettering2018-10-181-1/+1
* 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-163-1/+28
* efi: make efivar_set_raw() buffer argument VOID*Lennart Poettering2018-10-163-4/+4
* 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: remove left-over lgpl blurbLennart Poettering2018-10-161-5/+0