summaryrefslogtreecommitdiff
path: root/src/boot/efi/measure.c
Commit message (Expand)AuthorAgeFilesLines
* efi/measure: adjust formattingZbigniew Jędrzejewski-Szmek2023-02-201-2/+2
* boot: Fix assertion failureJan Janssen2023-02-171-1/+1
* boot: Replace UINTN with size_tJan Janssen2023-01-251-5/+5
* boot: Rework GUID handlingJan Janssen2023-01-201-2/+2
* boot: Use printf for error loggingJan Janssen2023-01-181-4/+3
* boot: Remove option TPM PCR compat optionJan Janssen2023-01-091-15/+14
* boot: Use xstr8_to_16Jan Janssen2022-11-221-1/+1
* boot: split out TPM PCR defines into header file we can share between userspa...Lennart Poettering2022-08-021-0/+1
* efi: optionally report when measuring to TPM whether we actually didLennart Poettering2022-08-021-14/+50
* boot: Remove _cleanup_freepool_Jan Janssen2022-07-121-2/+2
* boot: Use stdboolJan Janssen2022-06-271-1/+1
* boot: Use char16_tJan Janssen2022-06-271-4/+4
* boot: Use stdint typesJan Janssen2022-06-271-7/+7
* boot: Remove use of EFI_ERRORJan Janssen2022-06-271-5/+5
* boot: Rename remaining EFI_STATUS vars to err for consistencyJan Janssen2022-06-271-10/+10
* boot: Use xmallocJan Janssen2022-06-091-2/+4
* boot: Drop use of LibLocateProtocolJan Janssen2022-06-091-2/+2
* boot: Use memcmp/memcpy/memsetJan Janssen2022-05-311-2/+2
* boot: Use strsize8/16Jan Janssen2022-05-311-3/+3
* sd-boot: measure kernel cmdline into PCR 12 rather than 8Lennart Poettering2022-03-161-5/+13
* boot: drop const from EFI_PHYSICAL_ADDRESS parameterLennart Poettering2022-03-161-1/+1
* boot: Add TPM to status infoJan Janssen2022-01-101-0/+4
* boot: Make OFFSETOF lowercaseJan Janssen2021-12-111-3/+3
* sd-boot: Use non-failing allocators everywhere elseJan Janssen2021-11-291-8/+2
* sd-boot: Get rid of uefi_call_wrapperJan Janssen2021-10-171-7/+4
* boot: add helper for converting EFI_PHYSICAL_ADDRESS to a pointerLennart Poettering2021-09-231-1/+1
* boot: unify code that measures image options/kernel command lineLennart Poettering2021-09-231-0/+14
* boot: modernize measure.cLennart Poettering2021-09-201-60/+69
* boot: move TCG/TPM protocol definitions into missing_efi.hLennart Poettering2021-09-201-169/+1
* efi: make EFI_GUID generally constantLennart Poettering2021-09-011-4/+4
* sd-boot: Fix PE section parsingJan Janssen2021-08-161-2/+2
* sd-boot: Use StrSize where it makes senseJan Janssen2021-08-121-6/+4
* sd-boot: Assert all the things!Jan Janssen2021-08-121-0/+9
* boot: Turn all guid constants into C99 compound initializersDaan De Meyer2021-01-311-6/+7
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* boot/efi: Explicitly specify void in parameter listMarco Wang2020-10-061-1/+1
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* sd-boot: Remove unnecessary call to GetEventLogJoe Richey2019-06-031-54/+11
* tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-031-2/+2
* sd-boot: remove Stall() call (#11029)Harald Hoyer2018-12-031-1/+0
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-2/+0
* Drop more license boilerplateZbigniew Jędrzejewski-Szmek2018-06-141-10/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* boot/efi: TPM V2 fix for GetEventLog EFI functionRaphael Vogelgsang2018-01-251-1/+4
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-2/+2
* boot/efi: fixup TPM V2 measuring and logging (#7568)Harald Hoyer2017-12-071-23/+58
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* build-sys: rename SD_BOOT_LOG_TPM to ENABLE_TPMZbigniew Jędrzejewski-Szmek2017-07-181-1/+1
* sd-boot: remove compiler warning (#5860)Max Resch2017-04-291-3/+3