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

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 02:23:37PM -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 > Acked-by: Ilias

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

2021-02-06 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 Acked-by: Ilias Apalodimas --- (no changes since v1) lib/tpm_api.c | 84