]> Git Repo - u-boot.git/commit
efi_loader: Measure the loaded DTB
authorEtienne Carriere <[email protected]>
Thu, 16 Feb 2023 16:29:48 +0000 (17:29 +0100)
committerHeinrich Schuchardt <[email protected]>
Sun, 19 Feb 2023 20:15:15 +0000 (21:15 +0100)
commitaa2d3945ce6df43903d76cadde1c0669d6d5d43b
tree9a178c2030488c7a67cd99e44beb2b7305724f20
parenta135320b428a09b7856bb06c248eca0ffffb60f5
efi_loader: Measure the loaded DTB

Measures the DTB passed to the EFI application upon new boolean config
switch CONFIG_EFI_TCG2_PROTOCOL_MEASURE_DTB. For platforms where the
content of the DTB passed to the OS can change across reboots, there is
not point measuring it hence the config switch to allow platform to not
embed this feature.

Co-developed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
Tested-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
cmd/bootefi.c
include/efi_loader.h
include/efi_tcg2.h
include/tpm-v2.h
lib/efi_loader/Kconfig
lib/efi_loader/efi_tcg2.c
This page took 0.037887 seconds and 4 git commands to generate.