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

2022-07-21 Thread Ilias Apalodimas
On Wed, 20 Jul 2022 at 15:30, Sughosh Ganu wrote: > > From: 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:

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

2022-07-20 Thread Sughosh Ganu
From: 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 --- Changes since V6: None include/tpm_api.h | 10