All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enhance Measured Boot
@ 2021-09-15  5:15 Masahisa Kojima
  2021-09-15  5:15 ` [PATCH 1/3] efi_loader: add SMBIOS table measurement Masahisa Kojima
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Masahisa Kojima @ 2021-09-15  5:15 UTC (permalink / raw)
  To: Heinrich Schuchardt, Ilias Apalodimas
  Cc: Alexander Graf, Simon Glass, Bin Meng, Christian Gmeiner, u-boot

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          |   4 +-
 include/efi_tcg2.h            |  27 +++
 include/smbios.h              |  13 ++
 lib/efi_loader/Kconfig        |   1 +
 lib/efi_loader/efi_boottime.c |   4 +-
 lib/efi_loader/efi_smbios.c   |   2 -
 lib/efi_loader/efi_tcg2.c     | 306 +++++++++++++++++++++++++++++++++-
 lib/smbios-parser.c           | 127 +++++++++++++-
 9 files changed, 481 insertions(+), 6 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-16  8:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15  5:15 [PATCH 0/3] Enhance Measured Boot Masahisa Kojima
2021-09-15  5:15 ` [PATCH 1/3] efi_loader: add SMBIOS table measurement Masahisa Kojima
2021-09-15  8:37   ` Ilias Apalodimas
2021-09-15 12:59     ` Masahisa Kojima
2021-09-15  5:15 ` [PATCH 2/3] efi_loader: add UEFI GPT measurement Masahisa Kojima
2021-09-16  7:24   ` Heinrich Schuchardt
2021-09-16  8:32     ` Masahisa Kojima
2021-09-15  5:15 ` [PATCH 3/3] efi_loader: add DeployedMode and AuditMode variable measurement Masahisa Kojima
2021-09-16  6:57   ` Heinrich Schuchardt
2021-09-16  7:31     ` Masahisa Kojima

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.