Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-22 Thread Simon Glass
Hi Ilias, On Mon, 22 Aug 2022 at 00:00, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 19 Aug 2022 at 16:47, Simon Glass wrote: > > > > Hi Ilias, > > > > On Thu, 18 Aug 2022 at 01:29, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Wed, 17 Aug 2022 at 21:54, Simon Glass

Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-22 Thread Ilias Apalodimas
Hi Simon, On Fri, 19 Aug 2022 at 16:47, Simon Glass wrote: > > Hi Ilias, > > On Thu, 18 Aug 2022 at 01:29, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Wed, 17 Aug 2022 at 21:54, Simon Glass wrote: > > > > > > Hi Ilias, > > > > > > On Tue, 16 Aug 2022 at 06:43, Ilias Apalodimas > > >

Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-19 Thread Simon Glass
Hi Ilias, On Thu, 18 Aug 2022 at 01:29, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, 17 Aug 2022 at 21:54, Simon Glass wrote: > > > > Hi Ilias, > > > > On Tue, 16 Aug 2022 at 06:43, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > I know little of this device and the whole

Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-18 Thread Ilias Apalodimas
Hi Simon, On Wed, 17 Aug 2022 at 21:54, Simon Glass wrote: > > Hi Ilias, > > On Tue, 16 Aug 2022 at 06:43, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > I know little of this device and the whole patch seems fine apart from > > the definitions and declarations of the state functions. > >

Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-17 Thread Simon Glass
Hi Ilias, On Tue, 16 Aug 2022 at 06:43, Ilias Apalodimas wrote: > > Hi Simon, > > I know little of this device and the whole patch seems fine apart from > the definitions and declarations of the state functions. > > > On Sat, 13 Aug 2022 at 22:56, Simon Glass wrote: > > > > > > >

Re: [PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-16 Thread Ilias Apalodimas
Hi Simon, I know little of this device and the whole patch seems fine apart from the definitions and declarations of the state functions. On Sat, 13 Aug 2022 at 22:56, Simon Glass wrote: > > > drivers/tpm/cr50_i2c.c | 117 + > include/tpm-v2.h |

[PATCH v2 6/7] tpm: Implement state command for Cr50

2022-08-13 Thread Simon Glass
Add a vendor-specific TPM2 command for this and implement it for Cr50. Note: This is not part of the TPM spec, but is a Cr50 extension. Signed-off-by: Simon Glass --- (no changes since v1) drivers/tpm/cr50_i2c.c | 117 + include/tpm-v2.h | 54