All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahisa Kojima <masahisa.kojima@linaro.org>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/2] PE/COFF measurement support
Date: Wed, 28 Apr 2021 21:19:43 +0900	[thread overview]
Message-ID: <20210428121945.12586-1-masahisa.kojima@linaro.org> (raw)

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 (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              |   6 +
 include/efi_tcg2.h                |   9 ++
 include/tpm-v2.h                  |  18 +++
 lib/efi_loader/Kconfig            |   6 +
 lib/efi_loader/Makefile           |   2 +-
 lib/efi_loader/efi_image_loader.c | 132 +++++++++++++++----
 lib/efi_loader/efi_signature.c    |  67 +---------
 lib/efi_loader/efi_tcg2.c         | 207 ++++++++++++++++++++++++++++--
 lib/efi_loader/efi_var_common.c   |   3 +
 9 files changed, 351 insertions(+), 99 deletions(-)

-- 
2.17.1

             reply	other threads:[~2021-04-28 12:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 12:19 Masahisa Kojima [this message]
2021-04-28 12:19 ` [PATCH v3 1/2] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled Masahisa Kojima
2021-04-28 13:16   ` Heinrich Schuchardt
2021-05-08 14:08     ` Heinrich Schuchardt
2021-05-10  0:49       ` Masahisa Kojima
2021-05-10  2:07         ` Takahiro Akashi
2021-05-10 22:06           ` Masahisa Kojima
2021-05-12  6:57             ` Masahisa Kojima
2021-04-28 12:19 ` [PATCH v3 2/2] efi_loader: add PE/COFF image measurement Masahisa Kojima

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210428121945.12586-1-masahisa.kojima@linaro.org \
    --to=masahisa.kojima@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.