From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: joel@jms.id.au
Subject: [PATCH u-boot v2019.04-aspeed-openbmc 0/4] tpm: Support boot measurements
Date: Wed, 25 Jan 2023 11:30:21 -0600 [thread overview]
Message-ID: <20230125173025.3725606-1-eajames@linux.ibm.com> (raw)
This series adds support for measuring the boot images. The series
includes optional measurement from the bootm command, and selection of
that option for the AST2600 openbmc configuration.
Upstream series: https://patchwork.ozlabs.org/project/uboot/list/?series=338453
Eddie James (4):
tpm: Pull in upstream changes
tpm: Support boot measurements
bootm: Support boot measurement
ast2600: Measure the boot
arch/arm/dts/ast2600-p10bmc.dts | 22 +
board/aspeed/ast2600_ibm/ibm.c | 34 -
cmd/booti.c | 1 +
cmd/bootm.c | 1 +
cmd/bootz.c | 1 +
cmd/tpm-v1.c | 16 +-
cmd/tpm-v2.c | 10 +-
common/Kconfig | 23 +
common/bootm.c | 64 ++
configs/ast2600_openbmc_spl_emmc_defconfig | 1 +
include/bootm.h | 2 +
include/image.h | 1 +
include/tpm-common.h | 3 +
include/tpm-v2.h | 442 ++++++++++-
lib/tpm-v2.c | 838 ++++++++++++++++++++-
15 files changed, 1400 insertions(+), 59 deletions(-)
--
2.31.1
next reply other threads:[~2023-01-25 17:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 17:30 Eddie James [this message]
2023-01-25 17:30 ` [PATCH u-boot v2019.04-aspeed-openbmc 1/4] tpm: Pull in upstream changes Eddie James
2023-01-25 17:30 ` [PATCH u-boot v2019.04-aspeed-openbmc 2/4] tpm: Support boot measurements Eddie James
2023-01-25 17:30 ` [PATCH u-boot v2019.04-aspeed-openbmc 3/4] bootm: Support boot measurement Eddie James
2023-01-25 17:30 ` [PATCH u-boot v2019.04-aspeed-openbmc 4/4] ast2600: Measure the boot Eddie James
2023-01-25 19:32 ` Michael Richardson
2023-01-26 22:09 ` Eddie James
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=20230125173025.3725606-1-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.org \
/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.