Re: [PATCH v4 10/11] tpm: Add TPM2 support for write_lock

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 02:23:41PM -0700, Simon Glass wrote: > Implement this API function for TPM2. > > Signed-off-by: Simon Glass > Acked-by: Ilias Apalodimas Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 10/11] tpm: Add TPM2 support for write_lock

2021-02-06 Thread Simon Glass
Implement this API function for TPM2. Signed-off-by: Simon Glass Acked-by: Ilias Apalodimas --- (no changes since v1) include/tpm-v2.h | 12 lib/tpm-v2.c | 23 +++ lib/tpm_api.c| 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/inc