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

2021-01-25 Thread Ilias Apalodimas
On Sat, Jan 23, 2021 at 10:26:06AM -0700, Simon Glass wrote: > Implement this API function for TPM2. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > include/tpm-v2.h | 12 > lib/tpm-v2.c | 23 +++ > lib/tpm_api.c| 2 +- > 3 files cha

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

2021-01-23 Thread Simon Glass
Implement this API function for TPM2. Signed-off-by: Simon Glass --- (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/include/tpm-v2.h b/include/tpm-