Re: [PATCH v3 06/11] tpm: Add a basic API implementation for TPMv2

2021-01-25 Thread Ilias Apalodimas
On Sat, Jan 23, 2021 at 10:26:02AM -0700, Simon Glass wrote: > Add support for TPMv2 versions of API functions. So far this is not > complete as the standard is quite large, but it implements everything > currently available for TPMv2 in U-Boot. > > Signed-off-by: Simon Glass > --- > > (no

[PATCH v3 06/11] tpm: Add a basic API implementation for TPMv2

2021-01-23 Thread Simon Glass
Add support for TPMv2 versions of API functions. So far this is not complete as the standard is quite large, but it implements everything currently available for TPMv2 in U-Boot. Signed-off-by: Simon Glass --- (no changes since v1) lib/tpm_api.c | 84