summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * boot: Introduce file_size and use it when we're working with file_offsetDaan De Meyer2024-10-093-8/+15
| * boot: Rename pe section size to memory_sizeDaan De Meyer2024-10-094-27/+27
* | stub: reindent linesYu Watanabe2024-10-091-4/+4
|/
* stub: Add support for .initrd addon filesTobias Fleig2024-10-091-6/+74
* Use case insensitive comparison for the machine's architechtureDaniel Martinez2024-10-061-1/+1
* boot: use INC_SAFE where appropriateMike Yuan2024-09-201-1/+1
* tpm2-util: do not load tpm2 libraries when not interested in the existence of...Yu Watanabe2024-09-191-2/+1
* tpm2-util: introduce tpm2_is_fully_supported()Yu Watanabe2024-09-191-1/+1
* efi: fix typoYu Watanabe2024-09-191-2/+2
* bootctl: also show current/default/oneshot entry literally in outputLennart Poettering2024-09-151-1/+13
* bootctl: add --print-loader-path + --print-stub-pathLennart Poettering2024-09-151-2/+89
* efivars: add helper that reads an fs path from an efi varLennart Poettering2024-09-152-16/+21
* bootctl: show stub partition data too in "status" tooLennart Poettering2024-09-151-30/+44
* boot: Make initrd_prepare() semantically equivalent to combine_initrds()Daan De Meyer2024-09-151-16/+44
* boot: Use TAKE_STRUCT() in one more placeDaan De Meyer2024-09-151-2/+1
* stub: add StubDevicePartUUID/StubImageIdentifierLennart Poettering2024-09-112-1/+15
* stub: tweak setting of common Loader* EFI varsLennart Poettering2024-09-111-3/+4
* bootctl: show new sd-boot/sd-stub feature flagsLennart Poettering2024-09-111-0/+2
* meson: increase default number of available sections for the stubLennart Poettering2024-09-101-2/+10
* boot: don't hardcode drop-in paths at multiple placesLennart Poettering2024-09-101-6/+12
* boot: synthesize a separate menu entry from each .profile sectionLennart Poettering2024-09-101-93/+197
* boot: only open type2 ukis once when parsingLennart Poettering2024-09-103-51/+45
* stub: add ability to place multiple alternative PE sections of a specific typ...Lennart Poettering2024-09-101-70/+234
* efi: teach PE parsing support for ".profile" sectionsLennart Poettering2024-09-102-49/+199
* efi: add free_and_xstrdup16() helper modelled after free_and_strdup() in user...Lennart Poettering2024-09-102-0/+23
* measure: introduce support for a new ".profile" sectionLennart Poettering2024-09-061-2/+5
* uki: add new ".profile" PE section typeLennart Poettering2024-09-061-1/+1
* efi: add file_handle_read() helper that reads from a file handleLennart Poettering2024-09-022-10/+26
* efi: return pointer to processed string in strtolower8()/strtolower16()Lennart Poettering2024-09-022-8/+9
* stub: restore random seed update logicVitaly Kuznetsov2024-08-271-6/+3
* boot: use MAX() where appropriateLennart Poettering2024-08-221-1/+1
* bootctl: don't load etc/machine-info from cwdAlyssa Ross2024-08-211-1/+1
* basic|boot: silence Wunterminated-string-initialization gcc15 warningsCristian Rodríguez2024-08-071-1/+1