
26 May
2021
26 May
'21
5:09 a.m.
This patch series add the PE/COFF measurement support. Extending PCR and Event Log is tested with fTPM running as a OP-TEE TA. Unit test will be added in the separate series.
Originally, this patch series have three patches. Two out of three patches are already merged, so this series only contain one remaining commit from v9.
Masahisa Kojima (1): efi_loader: add PE/COFF image measurement
include/efi_loader.h | 6 + include/efi_tcg2.h | 9 ++ include/tpm-v2.h | 18 +++ lib/efi_loader/Kconfig | 1 + lib/efi_loader/efi_image_loader.c | 62 ++++++--- lib/efi_loader/efi_tcg2.c | 207 ++++++++++++++++++++++++++++-- 6 files changed, 277 insertions(+), 26 deletions(-)
--
2.17.1