summaryrefslogtreecommitdiffstats
path: root/src/boot/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: 'allows to' -> 'allows one to'Luca Boccassi2024-05-141-1/+1
* systemd-boot: Allow key enroll in AuditModeNicolas Bouchinet2024-05-061-1/+1
* boot: fix argument name mismatch in two functionsAntonio Alvarez Feijoo2024-04-292-2/+2
* Merge pull request #31872 from tfg13/mainLennart Poettering2024-04-191-31/+32
|\
| * stub: Add support for .ucode UKI sectionTobias Fleig2024-04-191-31/+32
* | cpio: fix assertAntonio Alvarez Feijoo2024-04-191-1/+1
* | stub: get uname from image before loading addonsAntonio Alvarez Feijoo2024-04-191-4/+4
|/
* boot: fix assignment of ret_* variables in `initrd_prepare()`Antonio Alvarez Feijoo2024-04-181-3/+3
* secure-boot: tighten enrollment logic a bit regarding file sizesLennart Poettering2024-04-101-1/+2
* boot: re-align tableLennart Poettering2024-04-101-4/+4
* efi: Measure into both CC and TPM if available. (#31939)Dionna Amalie Glaze2024-03-261-19/+37
* efi: check if all sections of our EFI binaries are properly alignedFrantisek Sumsal2024-03-221-0/+5
* efi: fix mixed indentFrantisek Sumsal2024-03-221-1/+1
* sd-boot: add support for support enrolling dbxGerd Hoffmann2024-03-221-4/+8
* sd-boot: add support for custom mode.Gerd Hoffmann2024-03-202-0/+62
* boot: Only use io.systemd.boot.kernel-cmdline-extra for type 1 imagesDaan De Meyer2024-03-131-1/+1
* systemd-boot: Add support for reading extra kernel cmdline from SMBIOSDaan De Meyer2024-03-101-1/+10
* loongarch64: disable simd when build efiXiaotian Wu2024-03-071-4/+6
* boot: replace manual string manipulation with xasprintfTobiPeterG2024-03-061-11/+13
* dynamically load compression librariesMatteo Croce2024-03-051-1/+1
* docs/UEFI_SECURITY: minor tweaks to the textZbigniew Jędrzejewski-Szmek2024-03-021-28/+29
* efi: de-inline xmalloc to fix build failure with gcc 12.2 and -O2Luca Boccassi2024-02-242-5/+7
* Merge pull request #31456 from poettering/tpm1.2-no-moreLennart Poettering2024-02-232-114/+9
|\
| * sd-stub: drop any support for TPM 1.2Lennart Poettering2024-02-232-114/+9
* | Merge pull request #31352 from DaanDeMeyer/versioningZbigniew Jędrzejewski-Szmek2024-02-231-0/+1
|\ \ | |/ |/|
| * meson: Decouple the version tag from the vcs tagDaan De Meyer2024-02-211-0/+1
* | boot: padding for default arrow at too long linesMrSmör2024-02-201-0/+3
|/
* meson: Start adding devel and rc suffixes to the project versionDaan De Meyer2024-02-141-2/+2
* basic: Add some sha256 helper functionsAdrian Vovk2024-02-131-1/+1
* fundamental: Add overflow-safe math helpersAdrian Vovk2024-02-133-6/+6
* tree-wide: use normal spelling of "reopen"Zbigniew Jędrzejewski-Szmek2024-02-091-1/+1
* efi: Add EFI CC measurement protocol to stubMikko Ylinen2024-01-242-4/+142
* boot: don't print error if device tree fixup protocol isn't supportedClayton Craft2024-01-191-1/+2
* Reorder arguments for calloc()-like functions, part #2Frantisek Sumsal2024-01-171-2/+2
* boot/efi: use Header field of hd directly instead of casting to EFI_DEVICE_PATHRose2024-01-111-1/+1
* stub: pick up confexts from the ESP as wellLennart Poettering2024-01-033-8/+35
* stub: get_extra_dir() can return NULLLennart Poettering2023-11-292-3/+6
* boot: suffix SecureBoot message with newlineLennart Poettering2023-11-281-4/+3
* fuzz: always call fuzz_setup_logging()Yu Watanabe2023-11-174-0/+8
* boot: measure config first, only then parseLennart Poettering2023-11-151-1/+4
* boot: load device tree even if no original config existsClayton Craft2023-11-101-4/+6
* secure-boot: print just before cold-resetting to help diagnose hangsRaito Bezarius2023-10-301-0/+4
* stub: Ignore the boot counter when looking for .extra.d directoryValentin David2023-10-201-0/+29
* tpm2: move event tag sd-boot/sd-stub to make measurements with into src/funda...Lennart Poettering2023-10-202-6/+2
* Merge pull request #29617 from keszybz/efi-no-xmalloc0Luca Boccassi2023-10-192-10/+3
|\
| * efi: drop unused xmalloc0()Zbigniew Jędrzejewski-Szmek2023-10-191-6/+0
| * efi: do not memzero fields before initializing themZbigniew Jędrzejewski-Szmek2023-10-191-4/+3
* | sd-boot: add way to disable the 100ms delay when timeout=0Emil Velikov2023-10-171-18/+39
* | bootctl, sd-boot: cross document the menu-hidden/force ABIEmil Velikov2023-10-171-3/+10
|/
* stub: NULL checks for DeviceHandle and FilePathLukas2023-10-161-15/+19