All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Enhance Measured Boot
@ 2021-10-01 11:18 Masahisa Kojima
  2021-10-01 11:18 ` [PATCH v3 1/3] efi_loader: add SMBIOS table measurement Masahisa Kojima
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Masahisa Kojima @ 2021-10-01 11:18 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Ilias Apalodimas, Masahisa Kojima

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


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

end of thread, other threads:[~2021-11-04  1:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 11:18 [PATCH v3 0/3] Enhance Measured Boot Masahisa Kojima
2021-10-01 11:18 ` [PATCH v3 1/3] efi_loader: add SMBIOS table measurement Masahisa Kojima
2021-10-01 15:23   ` Simon Glass
2021-10-01 19:47     ` Ilias Apalodimas
2021-10-21  0:12   ` Heinrich Schuchardt
2021-10-21  8:38     ` Masahisa Kojima
2021-10-21  8:49       ` Heinrich Schuchardt
2021-10-21 12:52         ` Masahisa Kojima
2021-10-21 12:59           ` Heinrich Schuchardt
2021-10-21 13:41             ` Masahisa Kojima
2021-11-02 14:56               ` Simon Glass
2021-11-04  1:26                 ` Masahisa Kojima
2021-10-01 11:18 ` [PATCH v3 2/3] efi_loader: add UEFI GPT measurement Masahisa Kojima
2021-10-01 15:23   ` Simon Glass
2021-10-22 10:49     ` Masahisa Kojima
2021-10-01 16:28   ` Heinrich Schuchardt
2021-10-04  3:11     ` Masahisa Kojima
2021-10-01 11:18 ` [PATCH v3 3/3] efi_loader: add DeployedMode and AuditMode variable measurement Masahisa Kojima
2021-10-01 16:43   ` Heinrich Schuchardt
2021-10-04  2:30     ` Masahisa Kojima
2021-10-22  8:04       ` 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.