summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* fundamental-macro: conditionalize several gcc warning pragmasYu Watanabe41 hours1-0/+6
* stub: drop PE sections parsing capLuca Boccassi8 days1-2/+0
* chid_match: match only against the provided device typeAni Sinha13 days6-29/+67
* hwids: add a new uefi firmware type of device entryAni Sinha13 days5-6/+50
* Use device3.xml for testing chid_matchAni Sinha2024-12-221-1/+1
* boot: do not build test-hwids-section.c if ukify is disabledAntonio Alvarez Feijoo2024-12-171-8/+12
* test: Add test-chid-matchanonymix0072024-12-166-0/+155
* boot: introduce smbios_raw_info_get_cached() to cache populated SMBIOS raw infoYu Watanabe2024-12-163-6/+18
* boot: Add chid.c to libefitestanonymix0072024-12-163-2/+18
* boot: Deduplicate efi.h and efi-fundamental.hanonymix0072024-12-161-33/+1
* boot: Fix typo in looking_for_dtbautoSamuel Dionne-Riel2024-12-101-2/+2
* boot: exclude the trailing padding from initrd size in initrd_prepare()Zbigniew Jędrzejewski-Szmek2024-12-091-4/+11
* sd-stub: Fixup typo & measurement orderAdrian Vovk2024-11-261-2/+2
* 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