Re: [PATCH 1/3 v2] tpm: Change response length of tpm2_get_capability()

2020-11-11 Thread Simon Glass
On Thu, 5 Nov 2020 at 14:58, Ilias Apalodimas wrote: > > For implementing the EFI_TCG2_PROTOCOL we need the count field returned by > the TPM when reading capabilities via tpm2_get_capability(). > > Adjust the implementation of the 'tpm2 get_capability' command accordingly. > > Suggested-by:

[PATCH 1/3 v2] tpm: Change response length of tpm2_get_capability()

2020-11-05 Thread Ilias Apalodimas
For implementing the EFI_TCG2_PROTOCOL we need the count field returned by the TPM when reading capabilities via tpm2_get_capability(). Adjust the implementation of the 'tpm2 get_capability' command accordingly. Suggested-by: Heinrich Schuchardt Signed-off-by: Ilias Apalodimas --- Changes