From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 11 Nov 2020 07:42:30 -0700 Subject: [PATCH 1/2 v4] tpm: Add some headers from the spec In-Reply-To: <20201111091812.400969-1-ilias.apalodimas@linaro.org> References: <20201111091812.400969-1-ilias.apalodimas@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > * changes since v2: > - Added description and pointers to TCG specs > - updated copyright info > include/tpm-v2.h | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) Reviewed-by: Simon Glass