Re: [PATCH 4/4 v4] test: add a test for the new tpm_auto_start() function

2023-02-21 Thread Simon Glass
On Sat, 18 Feb 2023 at 08:27, Ilias Apalodimas wrote: > > A prior patch adds a new API function for TPM2.0, which performs > the full startup sequence of the TPM. Add a selftest for that. > > Signed-off-by: Ilias Apalodimas > --- > Changes since v4: > - New patch > > test/dm/tpm.c | 5 + >

[PATCH 4/4 v4] test: add a test for the new tpm_auto_start() function

2023-02-18 Thread Ilias Apalodimas
A prior patch adds a new API function for TPM2.0, which performs the full startup sequence of the TPM. Add a selftest for that. Signed-off-by: Ilias Apalodimas --- Changes since v4: - New patch test/dm/tpm.c | 5 + 1 file changed, 5 insertions(+) diff --git a/test/dm/tpm.c