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

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 02:23:39PM -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 > Acked-by: Ilias Apalodimas Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP sign

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

2021-02-07 Thread Ilias Apalodimas
On Sat, Feb 06, 2021 at 02:23:39PM -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 > --- > > Changes in v4: > - Drop unnecessary update of offset > > Changes in v3: > - Add a comment to the o

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

2021-02-06 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 --- Changes in v4: - Drop unnecessary update of offset Changes in v3: - Add a comment to the offset and fix up the value include/tpm-v2.h | 18 ++ lib/tpm-v2.c