summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpio: fix assertAntonio Alvarez Feijoo2024-04-191-1/+1
* stub: pick up confexts from the ESP as wellLennart Poettering2024-01-031-0/+3
* stub: get_extra_dir() can return NULLLennart Poettering2023-11-291-1/+4
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-1/+1
* efi: move get_dropin_dir to util.cLuca Boccassi2023-05-241-24/+1
* boot: Move more device path helpers to device-path-util.cJan Janssen2023-02-221-1/+2
* boot: Remove some device path helper macrosJan Janssen2023-02-221-1/+1
* boot: Split out device path functionsJan Janssen2023-02-221-0/+1
* boot: Drop _harder suffixJan Janssen2023-02-211-1/+1
* boot: Provide our own EFI API headersJan Janssen2023-02-211-0/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-2/+2
* boot: Replace UINTN with size_tJan Janssen2023-01-251-27/+25
* boot: Drop use of xpool_print/SPrintJan Janssen2023-01-181-1/+1
* boot: Use printf for error loggingJan Janssen2023-01-181-19/+16
* boot: Remove option TPM PCR compat optionJan Janssen2023-01-091-53/+19
* boot: fix false maybe-uninitialized warningYu Watanabe2022-12-061-1/+1
* boot: Use xstr8_to_16 for path conversionJan Janssen2022-11-221-18/+1
* boot: Mark some functions as staticJan Janssen2022-10-301-1/+1
* stub: Correctly handle multi node file pathsJan Janssen2022-10-121-7/+41
* boot: Use device_path_to_strJan Janssen2022-10-121-2/+7
* boot: fix missing initializationYu Watanabe2022-09-131-1/+1
* cpio: add helper for packing cpios of literally specified data blobsLennart Poettering2022-09-091-0/+57
* boot: Use mempcpyJan Janssen2022-09-071-10/+5
* cpio: don't claim we measured anything if we weren't even askedLennart Poettering2022-08-261-1/+1
* cpio: split out cpio TPM measurement logic from pack_cpio()Lennart Poettering2022-08-261-24/+45
* efi: tell userspace where the stub measured the kernel command line/credentia...Lennart Poettering2022-08-021-3/+21
* efi: optionally report when measuring to TPM whether we actually didLennart Poettering2022-08-021-1/+2
* boot: introduce common shortcut exit path in pack_cpio()Lennart Poettering2022-07-271-20/+14
* boot: Remove _cleanup_freepool_Jan Janssen2022-07-121-2/+2
* boot: Use UEFI protocol struct namesJan Janssen2022-07-071-1/+1
* boot: Use open_volume when creating cpioJan Janssen2022-07-071-11/+3
* tree-wide: link to docs.kernel.org for kernel documentationnl67202022-07-041-1/+1
* tree-wide: use html links for kernel docsZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
* boot: Use charJan Janssen2022-06-271-22/+22
* boot: Use char16_tJan Janssen2022-06-271-8/+8
* boot: Use stdint typesJan Janssen2022-06-271-14/+14
* boot: Remove use of EFI_ERRORJan Janssen2022-06-271-10/+10
* boot: Use xmallocJan Janssen2022-06-091-4/+4
* Merge pull request #23531 from yuwata/sd-bus-drop-version-2Yu Watanabe2022-06-011-3/+3
|\
| * boot: use ALIGN4()Yu Watanabe2022-05-311-3/+3
* | boot: Use xstrdup8/16Jan Janssen2022-05-311-1/+1
* | boot: Add xstrdup8/16Jan Janssen2022-05-311-1/+1
* | boot: Use memcmp/memcpy/memsetJan Janssen2022-05-311-6/+6
* | boot: Use strchr8/16Jan Janssen2022-05-311-1/+1
* | boot: Use strcmp16 for cpio sortingJan Janssen2022-05-311-1/+1
* | boot: Use strlen8/16Jan Janssen2022-05-311-4/+4
|/
* sd-boot: measure kernel cmdline into PCR 12 rather than 8Lennart Poettering2022-03-161-8/+12
* boot: use UINT32 as type for PCR indexesLennart Poettering2022-03-161-1/+1
* sd-stub: do not print warning if filesystem is not supportedAlfonso Sánchez-Beato2022-03-041-3/+19
* boot: Use EFI_FILE* instead of EFI_FILE_HANDLEJan Janssen2022-01-131-1/+1