Re: [PATCH 1/8] tpm: Export the TPM-version functions

2022-06-07 Thread Ilias Apalodimas
Hi Simon, Apologies the late reply. I wasn't cc'ed on those and missed them in my mailbox. On Mon, Feb 28, 2022 at 05:11:18PM -0700, Simon Glass wrote: > These functions should really be available outside the TPM code, so that > other callers can find out which version the TPM is. Rename them t

[PATCH 1/8] tpm: Export the TPM-version functions

2022-02-28 Thread Simon Glass
These functions should really be available outside the TPM code, so that other callers can find out which version the TPM is. Rename them to have a tpm_ prefix() and add them to the header file. Signed-off-by: Simon Glass --- include/tpm_api.h | 10 ++ lib/tpm_api.c | 92 +++