Re: [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-03-02 Thread Simon Glass
Hi Sughosh, On Wed, 2 Mar 2022 at 11:12, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 2 Mar 2022 at 21:02, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Tue, 1 Mar 2022 at 21:50, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Tue, 1 Mar 2022 at 20:29, Simon Glass wrote: > > > >

Re: [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-03-02 Thread Sughosh Ganu
hi Simon, On Wed, 2 Mar 2022 at 21:02, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 1 Mar 2022 at 21:50, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Tue, 1 Mar 2022 at 20:29, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu > > > wrote:

Re: [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-03-02 Thread Simon Glass
Hi Sughosh, On Tue, 1 Mar 2022 at 21:50, Sughosh Ganu wrote: > > hi Simon, > > On Tue, 1 Mar 2022 at 20:29, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu wrote: > > > > > > The TPM code currently does a runtime detection of the TPM version and > > > c

Re: [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-03-01 Thread Sughosh Ganu
hi Simon, On Tue, 1 Mar 2022 at 20:29, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu wrote: > > > > The TPM code currently does a runtime detection of the TPM version and > > calls appropriate functions. Chromebook Coral is one of the platforms > > where the T

Re: [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-03-01 Thread Simon Glass
Hi Sughosh, On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu wrote: > > The TPM code currently does a runtime detection of the TPM version and > calls appropriate functions. Chromebook Coral is one of the platforms > where the TPMV1 code is disabled at build time. With this, calling TPM > api's from th

[PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 library routines

2022-02-28 Thread Sughosh Ganu
The TPM code currently does a runtime detection of the TPM version and calls appropriate functions. Chromebook Coral is one of the platforms where the TPMV1 code is disabled at build time. With this, calling TPM api's from the TPM uclass driver results in link errors. Enable TPMV1 library routines