All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot v2019.04-aspeed-openbmc 0/4] tpm: Support boot measurements
@ 2023-01-25 17:30 Eddie James
  2023-01-25 17:30 ` [PATCH u-boot v2019.04-aspeed-openbmc 1/4] tpm: Pull in upstream changes Eddie James
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eddie James @ 2023-01-25 17:30 UTC (permalink / raw)
  To: openbmc; +Cc: joel

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


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

end of thread, other threads:[~2023-01-26 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 17:30 [PATCH u-boot v2019.04-aspeed-openbmc 0/4] tpm: Support boot measurements Eddie James
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

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.