Re: [PATCH 2/8] tpm: Require a digest source when extending the PCR

2022-08-14 Thread Simon Glass
Hi Ilias, On Tue, 7 Jun 2022 at 02:42, Ilias Apalodimas wrote: > > On Mon, Feb 28, 2022 at 05:11:19PM -0700, Simon Glass wrote: > > This feature is used for measured boot. It is not currently supported in > > the TPM drivers, but add it to the API so that code which expects it can > > signal its

Re: [PATCH 2/8] tpm: Require a digest source when extending the PCR

2022-06-07 Thread Ilias Apalodimas
On Mon, Feb 28, 2022 at 05:11:19PM -0700, Simon Glass wrote: > This feature is used for measured boot. It is not currently supported in > the TPM drivers, but add it to the API so that code which expects it can > signal its request. > > Signed-off-by: Simon Glass > --- > > cmd/tpm-v1.c |

[PATCH 2/8] tpm: Require a digest source when extending the PCR

2022-02-28 Thread Simon Glass
This feature is used for measured boot. It is not currently supported in the TPM drivers, but add it to the API so that code which expects it can signal its request. Signed-off-by: Simon Glass --- cmd/tpm-v1.c | 3 ++- cmd/tpm_test.c| 5 +++-- include/tpm_api.h | 8 +--- lib/tpm