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 (4):
  efi_loader: add SMBIOS table measurement
  efi_loader: add UEFI GPT measurement
  efi_loader: simplify tcg2_measure_secure_boot_variable()
  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        | 309 ++++++++++++++++++++++++++-----
 lib/smbios-parser.c              | 152 ++++++++++++++-
 10 files changed, 487 insertions(+), 60 deletions(-)

-- 
2.17.1

Reply via email to