Re: [PATCH 2/3 v2] tpm: Add some headers from the spec

2020-11-09 Thread Ilias Apalodimas
Hi Heinrich, [...] > > > > + */ > > > +#define TPM2_NUM_PCR_BANKS 16 > > > + > > > +/* Definition of (UINT32) TPM2_CAP Constants */ > > > +#define TPM2_CAP_PCRS 0x0005U > > > +#define TPM2_CAP_TPM_PROPERTIES 0x0006U > > > + > > > +/* Definition of (UINT32) TPM2_PT Constants */ > > >

Re: [PATCH 2/3 v2] tpm: Add some headers from the spec

2020-11-08 Thread Ilias Apalodimas
On Sat, Nov 07, 2020 at 09:33:35PM +0100, Heinrich Schuchardt wrote: > On 11/5/20 10:58 PM, Ilias Apalodimas wrote: > > A following patch introduces EFI_TCG2_PROTOCOL. > > Add the required TPMv2 headers to support that and remove the (now) > > redundant definitions from tpm2_tis_sandbox > > > >

Re: [PATCH 2/3 v2] tpm: Add some headers from the spec

2020-11-07 Thread Heinrich Schuchardt
On 11/5/20 10:58 PM, Ilias Apalodimas wrote: > A following patch introduces EFI_TCG2_PROTOCOL. > Add the required TPMv2 headers to support that and remove the (now) > redundant definitions from tpm2_tis_sandbox > > Signed-off-by: Ilias Apalodimas > --- > include/tpm-v2.h | 69

[PATCH 2/3 v2] tpm: Add some headers from the spec

2020-11-05 Thread Ilias Apalodimas
A following patch introduces EFI_TCG2_PROTOCOL. Add the required TPMv2 headers to support that and remove the (now) redundant definitions from tpm2_tis_sandbox Signed-off-by: Ilias Apalodimas --- include/tpm-v2.h | 69 1 file changed, 69