All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/3] PE/COFF measurement support
@ 2021-05-14  0:53 Masahisa Kojima
  2021-05-14  0:53 ` [PATCH v8 1/3] lib: introduce HASH_CALCULATE option Masahisa Kojima
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Masahisa Kojima @ 2021-05-14  0:53 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.
Unit test will be added in the separate series.

Masahisa Kojima (3):
  lib: introduce HASH_CALCULATE option
  efi_loader: expose efi_image_parse() even if UEFI Secure Boot is
    disabled
  efi_loader: add PE/COFF image measurement

 common/Kconfig.boot               |   1 +
 include/efi_loader.h              |   6 +
 include/efi_tcg2.h                |   9 ++
 include/tpm-v2.h                  |  18 +++
 lib/Kconfig                       |   3 +
 lib/Makefile                      |   2 +-
 lib/efi_loader/Kconfig            |   8 ++
 lib/efi_loader/Makefile           |   2 +-
 lib/efi_loader/efi_image_loader.c | 123 +++++++++++++++---
 lib/efi_loader/efi_signature.c    |  67 +---------
 lib/efi_loader/efi_tcg2.c         | 207 ++++++++++++++++++++++++++++--
 lib/efi_loader/efi_var_common.c   |   3 +
 12 files changed, 356 insertions(+), 93 deletions(-)

-- 
2.17.1

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14  0:53 [PATCH v8 0/3] PE/COFF measurement support Masahisa Kojima
2021-05-14  0:53 ` [PATCH v8 1/3] lib: introduce HASH_CALCULATE option Masahisa Kojima
2021-05-24 13:25   ` Heinrich Schuchardt
2021-05-14  0:53 ` [PATCH v8 2/3] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled Masahisa Kojima
2021-05-14  0:53 ` [PATCH v8 3/3] efi_loader: add PE/COFF image measurement Masahisa Kojima
2021-05-24 12:53   ` Ilias Apalodimas
2021-05-25  5:04     ` Masahisa Kojima
2021-05-25 12:57   ` Heinrich Schuchardt
2021-05-25 13:47     ` Masahisa Kojima
2021-05-26  3:14       ` 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.