All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] tpm: add 'tpm autostart command'
@ 2023-06-07  9:18 Ilias Apalodimas
  2023-06-07  9:18 ` [PATCH 1/3 v2] tpm: Add 'tpm autostart' shell command Ilias Apalodimas
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ilias Apalodimas @ 2023-06-07  9:18 UTC (permalink / raw)
  To: u-boot; +Cc: Ilias Apalodimas, Simon Glass

Hi!

This is a resend of [0]. There are no functional or code changes in patches
#1 and #2.  Running this through the CI though exposed a problem on our python
test scripts, whcih the newly added patch #3 is trying to address

[0] https://lore.kernel.org/u-boot/20230601062041.524010-1-ilias.apalodimas@linaro.org/

Ilias Apalodimas (3):
  tpm: Add 'tpm autostart' shell command
  test/py: replace 'tpm2 init, startup, selftest' sequences
  test/py: Account PCR updates properly during testing

 cmd/tpm-common.c           | 16 ++++++++++++++++
 cmd/tpm-user-utils.h       |  1 +
 cmd/tpm-v1.c               |  6 +++++-
 cmd/tpm-v2.c               |  6 ++++++
 test/py/tests/test_tpm2.py | 19 ++++++++-----------
 5 files changed, 36 insertions(+), 12 deletions(-)

--
2.39.2


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

end of thread, other threads:[~2023-06-13 14:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07  9:18 [PATCH 0/3 v2] tpm: add 'tpm autostart command' Ilias Apalodimas
2023-06-07  9:18 ` [PATCH 1/3 v2] tpm: Add 'tpm autostart' shell command Ilias Apalodimas
2023-06-07  9:18 ` [PATCH 2/3 v2] test/py: replace 'tpm2 init, startup, selftest' sequences Ilias Apalodimas
2023-06-07  9:18 ` [PATCH 3/3 v2] test/py: Account PCR updates properly during testing Ilias Apalodimas
2023-06-12 21:17   ` Simon Glass
2023-06-13  5:48     ` Ilias Apalodimas
2023-06-13 14:58       ` Simon Glass

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.