summaryrefslogtreecommitdiff
path: root/src/boot/efi
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge v244 into tizenAdrian Szyndela5-34/+34
2020-03-27Merge v243 into tizenAdrian Szyndela15-95/+851
2020-03-27Merge v242 into tizenAdrian Szyndela9-116/+519
2020-03-27Merge v241 into tizensandbox/adrians/upgrade-to-241Adrian Szyndela6-16/+14
2020-03-26tree-wide: replace realpath with readlink -fAdrian Szyndela1-1/+1
2019-11-14boot: Add ARM64 support to the EFI stubDimitri John Ledkov1-0/+2
2019-11-14boot: Load LoadOptions cmdline, if none is available.Dimitri John Ledkov1-2/+2
2019-11-04sd-boot: Skip adding boot entries when the loader does not existJan Janssen1-1/+12
2019-10-30sd-boot: Silence compiler warning when building with -O2Jan Janssen1-9/+5
2019-10-30sd-boot: Don't loudly complain if RNG protocol isn't availableJan Janssen1-21/+6
2019-10-30sd-boot: Only disable optimization on debug buildsJan Janssen1-1/+7
2019-08-15src/boot/efi/meson.build: if meson --werror is true, set gcc -WerrorDan Streetman1-0/+3
2019-08-15src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386Dan Streetman1-12/+12
2019-08-15src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archsDan Streetman1-3/+9
2019-07-30boot: fix build with gnu-efi older than 3.0.5Yu Watanabe3-0/+57
2019-07-26Merge pull request #13137 from poettering/efi-randomZbigniew Jędrzejewski-Szmek9-13/+734
2019-07-26sd-boot: silence one warning about pointer castZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-25sd-boot: read random seed from ESP and pass it to OSLennart Poettering4-2/+397
2019-07-25efi: steal glibc sha256 implementationLennart Poettering3-1/+306
2019-07-25bootctl: add new feature flag for indicating random seed management supportLennart Poettering1-0/+1
2019-07-25bootctl: shortcut configuration file parsingLennart Poettering1-0/+6
2019-07-25efi: add log_oom() helperLennart Poettering2-0/+8
2019-07-25efi: modernize file_read() a bitLennart Poettering1-10/+16
2019-07-24efi: drop unused defineLennart Poettering1-3/+0
2019-07-24efi: remove trailing whitespace in stringLennart Poettering1-1/+1
2019-07-10bootctl,sd-boot: define EFI_LOADER_FEATURE_XBOOTLDRZbigniew Jędrzejewski-Szmek1-0/+1
2019-07-10boot,shared: share the definitions of EFI_LOADER_FEATURE macrosZbigniew Jędrzejewski-Szmek2-5/+19
2019-06-03sd-boot: Remove unnecessary call to GetEventLogJoe Richey1-54/+11
2019-04-29codespell: fix spelling errorsBen Boeckel2-2/+2
2019-04-12scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek1-2/+2
2019-04-02boot: use TAKE_PTR() where appropriateLennart Poettering2-16/+8
2019-03-12boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2-1/+8
2019-03-08efi: wrap some long linesZbigniew Jędrzejewski-Szmek1-18/+38
2019-03-01meson: sort header list againLennart Poettering1-1/+1
2019-03-01stub: don't override LoaderDevicePartUUID EFI varLennart Poettering1-3/+4
2019-03-01stub: don't ask for variable data we actually don't care aboutLennart Poettering1-4/+4
2019-03-01stub: fix GUID to check EFI vars inLennart Poettering1-4/+4
2019-03-01efi: beef up efivar_get_xyz() to accept NULL return valuesLennart Poettering2-3/+15
2019-03-01sd-boot: don't print error string where there's no error code knownLennart Poettering1-1/+1
2019-03-01sd-boot: also look for boot loader entries in the XBOOTLDR partitionLennart Poettering4-0/+344
2019-03-01sd-boot: don't dereference NULL ptr if loaded_image_path is NULLLennart Poettering1-1/+1
2019-03-01sd-boot: pass device handle to config_entry_add_linux()Lennart Poettering1-3/+3
2019-02-20Make systemd-boot compliant with the Linux Boot / EFI Handover ProtocolMichael Niewöhner2-69/+107
2019-02-20Revert "Set secure_boot flag in Kernel Zero-Page (#7482)"Michael Niewöhner3-14/+3
2019-02-09boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu1-3/+1
2019-01-17tree-wide: use '"' instead of '\"'Louis Taylor1-1/+1
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen1-2/+2
2019-01-04tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek2-2/+2
2018-12-21meson: generate version tag from gitZbigniew Jędrzejewski-Szmek3-8/+8
2018-12-03tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering1-2/+2