[PATCH v3 0/3] Enhance Measured Boot

Masahisa Kojima masahisa.kojima at linaro.org
Fri Oct 1 13:18:41 CEST 2021


This patch series add the following measurement mandated in the
TCG PC Client PFP Specification.
 - SMBIOS tables
 - GPT disk partition topology
 - AuditMode and Deployed mode

Masahisa Kojima (3):
  efi_loader: add SMBIOS table measurement
  efi_loader: add UEFI GPT measurement
  efi_loader: add DeployedMode and AuditMode variable measurement

 include/blk.h                    |   3 +
 include/efi_loader.h             |   5 +-
 include/efi_tcg2.h               |  27 +++
 include/smbios.h                 |  17 +-
 lib/efi_loader/Kconfig           |   1 +
 lib/efi_loader/efi_boottime.c    |   4 +-
 lib/efi_loader/efi_device_path.c |  27 +++
 lib/efi_loader/efi_smbios.c      |   2 -
 lib/efi_loader/efi_tcg2.c        | 297 ++++++++++++++++++++++++++++++-
 lib/smbios-parser.c              | 152 ++++++++++++++--
 10 files changed, 518 insertions(+), 17 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list