Re: [PATCH 08/11] tpm: Add an implementation of define_space

2021-01-23 Thread Simon Glass
Hi Ilias, On Tue, 19 Jan 2021 at 01:24, Ilias Apalodimas wrote: > > Hi Simon, > > On Sat, Jan 16, 2021 at 02:51:35PM -0700, Simon Glass wrote: > > Add support for this so that the TPM can be set up for use with > > Chromium OS verified boot. > > > > Signed-off-by: Simon Glass > > --- > > > > in

Re: [PATCH 08/11] tpm: Add an implementation of define_space

2021-01-19 Thread Ilias Apalodimas
Hi Simon, On Sat, Jan 16, 2021 at 02:51:35PM -0700, Simon Glass wrote: > Add support for this so that the TPM can be set up for use with > Chromium OS verified boot. > > Signed-off-by: Simon Glass > --- > > include/tpm-v2.h | 18 ++ > lib/tpm-v2.c | 44 +

[PATCH 08/11] tpm: Add an implementation of define_space

2021-01-16 Thread Simon Glass
Add support for this so that the TPM can be set up for use with Chromium OS verified boot. Signed-off-by: Simon Glass --- include/tpm-v2.h | 18 ++ lib/tpm-v2.c | 44 2 files changed, 62 insertions(+) diff --git a/include/tpm-v2.