Re: [PATCH 0/9] tpm: Enhance sandbox tpm2 emulation

2021-07-14 Thread Simon Glass
Hi Ilias, On Wed, 14 Jul 2021 at 15:08, Ilias Apalodimas wrote: > > Hi Simon, > > Unfortunately i had no time to look into this. I'll have a look tomorrow OK thanks. - Simon > > Cheers > /Ilias > > On Wed, 14 Jul 2021 at 22:51, Simon Glass wrote: > > > > Hi Ilias, > > > > On Mon, 5 Jul 2021

Re: [PATCH 0/9] tpm: Enhance sandbox tpm2 emulation

2021-07-14 Thread Ilias Apalodimas
Hi Simon, Unfortunately i had no time to look into this. I'll have a look tomorrow Cheers /Ilias On Wed, 14 Jul 2021 at 22:51, Simon Glass wrote: > > Hi Ilias, > > On Mon, 5 Jul 2021 at 09:48, Simon Glass wrote: > > > > At present the TPM2 emulator lacks the ability to load and save the > >

Re: [PATCH 0/9] tpm: Enhance sandbox tpm2 emulation

2021-07-14 Thread Simon Glass
Hi Ilias, On Mon, 5 Jul 2021 at 09:48, Simon Glass wrote: > > At present the TPM2 emulator lacks the ability to load and save the > state. This means it cannot be used for verify-boot flow that includes > multiple phases (e.g. VPL and SPL). It also lacks support for > non-volatile data storage.

[PATCH 0/9] tpm: Enhance sandbox tpm2 emulation

2021-07-05 Thread Simon Glass
At present the TPM2 emulator lacks the ability to load and save the state. This means it cannot be used for verify-boot flow that includes multiple phases (e.g. VPL and SPL). It also lacks support for non-volatile data storage. This series adds these features to the TPM2 emulator, with some code