summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* boot: make .hwids PE section more flexible to cover more than DT one dayLennart Poettering2024-11-152-8/+55
* boot: explain the 4G quirks we apply to initrd memory allocationsLennart Poettering2024-11-151-0/+7
* boot/stub: allocate pages for combined initrds below 4GiB only on x86 (#35149)andre4ik32024-11-143-10/+19
* pe: use PE_SECTION_VECTOR_IS_SET() macro where appropriateLennart Poettering2024-11-121-2/+2
* pe: remove unnecessary log message about DT/HWIDLennart Poettering2024-11-121-2/+1
* efi: don't log if EFI RNG isn't readyLennart Poettering2024-11-122-1/+5
* boot: Fix .dtbauto section number for error reportinganonymix0072024-11-071-1/+1
* boot: Fix overflow check for FDT_PROP in devicetree_get_compatibleanonymix0072024-11-071-1/+2
* boot: Drop const modifier for smbios_fields and fix smbios_info_doneanonymix0072024-11-071-3/+3
* Rename src/boot/efi to just src/bootZbigniew Jędrzejewski-Szmek2024-11-0778-0/+0
* Move systemd-sbsign to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-073-670/+0
* Move systemd-measure to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-072-1181/+0
* Move bless-boot components to their own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-074-711/+0
* Move bootctl to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-0719-3821/+0
* sbsign: remove unimplemented optionsAntonio Alvarez Feijoo2024-11-071-1/+1
* Introduce systemd-sbsign to do secure boot signing (#35021)Daan De Meyer2024-11-064-1/+667
|\
| * sbsign: Add validate-key verbDaan De Meyer2024-11-061-2/+37
| * Introduce systemd-sbsign to do secure boot signingDaan De Meyer2024-11-063-0/+631
| * openssl-util: Set default UI method instead of setting engine methodDaan De Meyer2024-11-051-1/+1
* | tree-wide: use Device*T*ree spellingZbigniew Jędrzejewski-Szmek2024-11-063-5/+5
* | stub: Handle .dtbauto sectionsanonymix0072024-11-051-5/+27
* | measure: Introduce .dtbauto supportanonymix0072024-11-051-2/+4
* | uki: add new .dtbauto PE section typeanonymix0072024-11-051-1/+1
* | measure: introduce support for a .hwids sectionanonymix0072024-11-051-1/+4
* | boot: Add .dtbauto section matching in PE section discovery against HWIDs and...anonymix0072024-11-051-1/+119
* | boot: Add HWID calculation from SMBIOS strings and matching against a built-i...anonymix0072024-11-053-0/+153
* | boot: Add firmware_devicetree_exists()anonymix0072024-11-052-0/+5
* | boot: add matching against FW-provided Devicetree blobDiogo Ivo2024-11-052-0/+142
* | boot: Add xnew0anonymix0072024-11-051-0/+1
|/
* bootctl: Add --secure-boot-auto-enrollDaan De Meyer2024-11-034-1/+273
* openssl-util: Query engine/provider pin via ask-passwordDaan De Meyer2024-11-031-43/+22
* efivars: Remove STRINGIFY() helper macrosDaan De Meyer2024-11-029-33/+33
* boot: stop appending NUL to .sdmagic and .sbat sectionsZbigniew Jędrzejewski-Szmek2024-10-311-2/+2
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-282-5/+5
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-262-15/+15
* measure: fix typoYu Watanabe2024-10-231-1/+1
* measure: Take SizeOfImage into account as well for .linux sectionDaan De Meyer2024-10-201-0/+33
* boot/efi/log: always include filename, line, and function in log messageYu Watanabe2024-10-122-18/+13
* boot/efi/smbios: initialize output parameters if entries not foundYu Watanabe2024-10-121-9/+22
* boot/efi: trivial coding style cleanupsYu Watanabe2024-10-122-8/+6
* boot: Add log_info and log_debuganonymix0072024-10-112-9/+11
* boot: Add smbios_populate_raw_infoanonymix0072024-10-112-0/+73
* boot: Move smbios-related functions to a separate fileanonymix0072024-10-117-182/+200
* boot: Add xcalloc and xcalloc_multiplyanonymix0072024-10-111-0/+15
* boot: Add EFI_STATUS_IS_ERROR macroanonymix0072024-10-111-0/+2
* boot: Add bswap_{16,32}anonymix0072024-10-111-0/+3
* boot: Add be32tohanonymix0072024-10-111-0/+6
* smbios: make code more readable by introducing a "limit" pointerLennart Poettering2024-10-111-2/+3
* smbios: move validation of SMBIOS table sizes fully into get_smbios_table()Lennart Poettering2024-10-111-7/+11
* Merge pull request #34687 from DaanDeMeyer/mkosiYu Watanabe2024-10-094-30/+37
|\