Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-07-14 Thread Miquel Raynal
Hi Miquel, Miquel Raynal wrote on Fri, 13 Jul 2018 23:35:23 +0200: > Hi Simon, > > > > >> >> > > > In order to have the test.py tests for TPMv2 run automatically > > >> >> > > > we need > > >> >> > > > to have one of our sandbox builds use TPMv2 rather than TPMv1. > > >> >> > > > Switch > >

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-07-13 Thread Miquel Raynal
Hi Simon, > >> >> > > > In order to have the test.py tests for TPMv2 run automatically we > >> >> > > > need > >> >> > > > to have one of our sandbox builds use TPMv2 rather than TPMv1. > >> >> > > > Switch > >> >> > > > sandbox_flattree over to this style of TPM. > >> >> > > > >> >> > > The

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-09 Thread Miquel Raynal
Hi Simon, On Fri, 8 Jun 2018 13:59:07 -0800, Simon Glass wrote: > Hi Miquel, > > On 7 June 2018 at 23:36, Miquel Raynal wrote: > > Hi Simon, > > > > On Thu, 7 Jun 2018 16:25:28 -0800, Simon Glass wrote: > > > >> Hi Miquel, > >> > >> On 6 June 2018 at 23:38, Miquel Raynal wrote: > >> > He

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-08 Thread Simon Glass
Hi Miquel, On 7 June 2018 at 23:36, Miquel Raynal wrote: > Hi Simon, > > On Thu, 7 Jun 2018 16:25:28 -0800, Simon Glass wrote: > >> Hi Miquel, >> >> On 6 June 2018 at 23:38, Miquel Raynal wrote: >> > Hello, >> > >> > Sorry for the delay. >> > >> > On Sat, 2 Jun 2018 10:15:17 -0600, Simon Glass

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-08 Thread Miquel Raynal
Hi Simon, On Thu, 7 Jun 2018 16:25:28 -0800, Simon Glass wrote: > Hi Miquel, > > On 6 June 2018 at 23:38, Miquel Raynal wrote: > > Hello, > > > > Sorry for the delay. > > > > On Sat, 2 Jun 2018 10:15:17 -0600, Simon Glass wrote: > > > >> Hi Tom, > >> > >> On 1 June 2018 at 11:55, Tom Rini

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-07 Thread Simon Glass
Hi Miquel, On 6 June 2018 at 23:38, Miquel Raynal wrote: > Hello, > > Sorry for the delay. > > On Sat, 2 Jun 2018 10:15:17 -0600, Simon Glass wrote: > >> Hi Tom, >> >> On 1 June 2018 at 11:55, Tom Rini wrote: >> > >> > On Fri, Jun 01, 2018 at 09:25:19AM -0600, Simon Glass wrote: >> > > +Miquel

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-07 Thread Miquel Raynal
Hello, Sorry for the delay. On Sat, 2 Jun 2018 10:15:17 -0600, Simon Glass wrote: > Hi Tom, > > On 1 June 2018 at 11:55, Tom Rini wrote: > > > > On Fri, Jun 01, 2018 at 09:25:19AM -0600, Simon Glass wrote: > > > +Miquel due to sandbox TPM issue > > > > > > Hi Tom, > > > > > > On 25 May 2018

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-02 Thread Simon Glass
Hi Tom, On 1 June 2018 at 11:55, Tom Rini wrote: > > On Fri, Jun 01, 2018 at 09:25:19AM -0600, Simon Glass wrote: > > +Miquel due to sandbox TPM issue > > > > Hi Tom, > > > > On 25 May 2018 at 06:27, Tom Rini wrote: > > > In order to have the test.py tests for TPMv2 run automatically we need > >

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-01 Thread Tom Rini
On Fri, Jun 01, 2018 at 09:25:19AM -0600, Simon Glass wrote: > +Miquel due to sandbox TPM issue > > Hi Tom, > > On 25 May 2018 at 06:27, Tom Rini wrote: > > In order to have the test.py tests for TPMv2 run automatically we need > > to have one of our sandbox builds use TPMv2 rather than TPMv1.

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-01 Thread Simon Glass
+Miquel due to sandbox TPM issue Hi Tom, On 25 May 2018 at 06:27, Tom Rini wrote: > In order to have the test.py tests for TPMv2 run automatically we need > to have one of our sandbox builds use TPMv2 rather than TPMv1. Switch > sandbox_flattree over to this style of TPM. The problem seems to

[U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-05-25 Thread Tom Rini
In order to have the test.py tests for TPMv2 run automatically we need to have one of our sandbox builds use TPMv2 rather than TPMv1. Switch sandbox_flattree over to this style of TPM. Cc: Simon Glass Signed-off-by: Tom Rini --- I'm tempted to switch the main sandbox target over instead as I do