Re: [PATCH v9 2/6] tpm: sandbox: Update for needed TPM2 capabilities

2023-05-09 Thread Ilias Apalodimas
Hi Eddie On Thu, 16 Mar 2023 at 10:32, Ilias Apalodimas wrote: > > Hi Eddie, > > Apologies for the late reply, I am now getting back on this. > There are some failures on the CI wrt to sandbox here [0]. Can you have a > look ? > Also I believe some of the existing tests are wrong because they

Re: [PATCH v9 2/6] tpm: sandbox: Update for needed TPM2 capabilities

2023-03-16 Thread Ilias Apalodimas
Hi Eddie, Apologies for the late reply, I am now getting back on this. There are some failures on the CI wrt to sandbox here [0]. Can you have a look ? Also I believe some of the existing tests are wrong because they are using PCR0 (which is always going to be extended). Can you also pick up

[PATCH v9 2/6] tpm: sandbox: Update for needed TPM2 capabilities

2023-03-08 Thread Eddie James
The driver needs to support getting the PCRs in the capabilities command. Fix various other things and support the max number of PCRs for TPM2. Remove the !SANDBOX dependency for EFI TCG2 as well. Signed-off-by: Eddie James Reviewed-by: Simon Glass Acked-by: Ilias Apalodimas --- Changes since