All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PE/COFF measurement support
@ 2021-04-15 13:30 Masahisa Kojima
  2021-04-15 13:30 ` [PATCH 1/2] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled Masahisa Kojima
  2021-04-15 13:30 ` [PATCH 2/2] efi_loader: add PE/COFF image measurement Masahisa Kojima
  0 siblings, 2 replies; 12+ messages in thread
From: Masahisa Kojima @ 2021-04-15 13:30 UTC (permalink / raw)
  To: u-boot

This patch series add the PE/COFF measurement support.
Extending PCR and Event Log is tested with fTPM
running as a OP-TEE TA.

Masahisa Kojima (2):
  efi_loader: expose efi_image_parse() even if UEFI Secure Boot is
    disabled
  efi_loader: add PE/COFF image measurement

 include/efi_loader.h              |   4 +
 include/efi_tcg2.h                |  10 ++
 include/tpm-v2.h                  |   1 +
 lib/efi_loader/efi_image_loader.c |   9 +-
 lib/efi_loader/efi_signature.c    |   2 +
 lib/efi_loader/efi_tcg2.c         | 187 ++++++++++++++++++++++++++++--
 6 files changed, 202 insertions(+), 11 deletions(-)

-- 
2.17.1

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 13:30 [PATCH 0/2] PE/COFF measurement support Masahisa Kojima
2021-04-15 13:30 ` [PATCH 1/2] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled Masahisa Kojima
2021-04-15 13:58   ` Heinrich Schuchardt
2021-04-15 13:30 ` [PATCH 2/2] efi_loader: add PE/COFF image measurement Masahisa Kojima
2021-04-15 14:08   ` Heinrich Schuchardt
2021-04-16 20:42     ` Ilias Apalodimas
2021-04-21 11:03       ` Heinrich Schuchardt
2021-04-21 10:57   ` Heinrich Schuchardt
2021-04-22  5:25     ` Masahisa Kojima
2021-04-22  8:09       ` Ilias Apalodimas
2021-04-22  8:18         ` Heinrich Schuchardt
2021-04-27 14:05           ` 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.