Re: [PATCH 1/2 v4] tpm: Add some headers from the spec

2020-11-11 Thread Simon Glass
On Wed, 11 Nov 2020 at 02:18, Ilias Apalodimas wrote: > > A following patch introduces EFI_TCG2_PROTOCOL. > Add the required TPMv2 headers to support it. > > Signed-off-by: Ilias Apalodimas > Reviewed-by: Heinrich Schuchardt > --- > * changes since v3: > - Add TPM2 prefix on PT_GROUP, PT_FIXED

[PATCH 1/2 v4] tpm: Add some headers from the spec

2020-11-11 Thread Ilias Apalodimas
A following patch introduces EFI_TCG2_PROTOCOL. Add the required TPMv2 headers to support it. Signed-off-by: Ilias Apalodimas Reviewed-by: Heinrich Schuchardt --- * changes since v3: - Add TPM2 prefix on PT_GROUP, PT_FIXED * changes since v2: - Added description and pointers to TCG specs -