mbox series

[v7,0/3] PE/COFF measurement support

Message ID 20210513144810.17261-1-masahisa.kojima@linaro.org
Headers show
Series PE/COFF measurement support | expand

Message

Masahisa Kojima May 13, 2021, 2:48 p.m. UTC
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.

Masahisa Kojima (3):
  lib: introduce HASH_CALCULATE option
  efi_loader: expose efi_image_parse() even if UEFI Secure Boot is
    disabled
  efi_loader: add PE/COFF image measurement

 common/Kconfig.boot               |   1 +
 include/efi_loader.h              |   6 +
 include/efi_tcg2.h                |   9 ++
 include/tpm-v2.h                  |  18 +++
 lib/Kconfig                       |   3 +
 lib/Makefile                      |   2 +-
 lib/efi_loader/Kconfig            |   9 ++
 lib/efi_loader/Makefile           |   2 +-
 lib/efi_loader/efi_image_loader.c | 123 +++++++++++++++---
 lib/efi_loader/efi_signature.c    |  67 +---------
 lib/efi_loader/efi_tcg2.c         | 207 ++++++++++++++++++++++++++++--
 lib/efi_loader/efi_var_common.c   |   3 +
 12 files changed, 357 insertions(+), 93 deletions(-)

-- 
2.17.1