Re: [PATCH v4 5/7] tpm: Allow reporting the internal state

2022-08-25 Thread Ilias Apalodimas
On Tue, 23 Aug 2022 at 20:13, Simon Glass wrote: > > It is useful to read information about the current TPM state, where > supported, e.g. for debugging purposes when verified boot fails. > > Add support for this to the TPM interface as well as Cr50. Add a simple > sandbox test. > > Signed-off-by:

[PATCH v4 5/7] tpm: Allow reporting the internal state

2022-08-23 Thread Simon Glass
It is useful to read information about the current TPM state, where supported, e.g. for debugging purposes when verified boot fails. Add support for this to the TPM interface as well as Cr50. Add a simple sandbox test. Signed-off-by: Simon Glass --- (no changes since v1) cmd/tpm-common.c