Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Tom Rini
On Thu, Jul 27, 2023 at 01:30:04AM +0530, Sughosh Ganu wrote: > On Wed, 26 Jul 2023 at 22:09, Tom Rini wrote: > > > > On Wed, Jul 26, 2023 at 08:11:44PM +0530, Sughosh Ganu wrote: > > > hi Simon, > > > > > > On Wed, 26 Jul 2023 at 19:41, Simon Glass wrote: > > > > > > > > Hi Tom, > > > > > > > >

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Sughosh Ganu
On Wed, 26 Jul 2023 at 22:09, Tom Rini wrote: > > On Wed, Jul 26, 2023 at 08:11:44PM +0530, Sughosh Ganu wrote: > > hi Simon, > > > > On Wed, 26 Jul 2023 at 19:41, Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Wed, 26 Jul 2023 at 07:23, Tom Rini wrote: > > > > > > > > On Wed, Jul 26, 202

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Sughosh Ganu
hi Simon, On Wed, 26 Jul 2023 at 19:41, Simon Glass wrote: > > Hi Tom, > > On Wed, 26 Jul 2023 at 07:23, Tom Rini wrote: > > > > On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > > > On Wed, 26 Jul 2023 at 04:26, Tom Rini wrote: > > > > > > > > On Tue, Jul 25, 2023 at 04:52:38PM -

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Tom Rini
On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > On Wed, 26 Jul 2023 at 04:26, Tom Rini wrote: > > > > On Tue, Jul 25, 2023 at 04:52:38PM -0600, Simon Glass wrote: > > > On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu > > > wrote: > > > > > > > > Support has being added through earlier

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Sughosh Ganu
On Wed, 26 Jul 2023 at 18:53, Tom Rini wrote: > > On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > > On Wed, 26 Jul 2023 at 04:26, Tom Rini wrote: > > > > > > On Tue, Jul 25, 2023 at 04:52:38PM -0600, Simon Glass wrote: > > > > On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu > > > > w

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Sughosh Ganu
On Wed, 26 Jul 2023 at 04:26, Tom Rini wrote: > > On Tue, Jul 25, 2023 at 04:52:38PM -0600, Simon Glass wrote: > > On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu wrote: > > > > > > Support has being added through earlier commits to build capsules > > > and embed the public key needed for capsule auth

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Simon Glass
Hi Sughosh, On Wed, 26 Jul 2023 at 08:41, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 26 Jul 2023 at 19:41, Simon Glass wrote: > > > > Hi Tom, > > > > On Wed, 26 Jul 2023 at 07:23, Tom Rini wrote: > > > > > > On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > > > > On Wed, 26 Jul

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Simon Glass
Hi Tom, On Wed, 26 Jul 2023 at 07:23, Tom Rini wrote: > > On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > > On Wed, 26 Jul 2023 at 04:26, Tom Rini wrote: > > > > > > On Tue, Jul 25, 2023 at 04:52:38PM -0600, Simon Glass wrote: > > > > On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-26 Thread Tom Rini
On Wed, Jul 26, 2023 at 08:11:44PM +0530, Sughosh Ganu wrote: > hi Simon, > > On Wed, 26 Jul 2023 at 19:41, Simon Glass wrote: > > > > Hi Tom, > > > > On Wed, 26 Jul 2023 at 07:23, Tom Rini wrote: > > > > > > On Wed, Jul 26, 2023 at 03:16:38PM +0530, Sughosh Ganu wrote: > > > > On Wed, 26 Jul 20

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-25 Thread Tom Rini
On Tue, Jul 25, 2023 at 04:52:38PM -0600, Simon Glass wrote: > On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu wrote: > > > > Support has being added through earlier commits to build capsules > > and embed the public key needed for capsule authentication as part of > > u-boot build. > > > > From the te

Re: [PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-25 Thread Simon Glass
On Tue, 25 Jul 2023 at 02:58, Sughosh Ganu wrote: > > Support has being added through earlier commits to build capsules > and embed the public key needed for capsule authentication as part of > u-boot build. > > From the testing point-of-view, this means the input files needed for > generating the

[PATCH v5 06/12] Dockerfile: capsule: Setup the files needed for capsule update testing

2023-07-25 Thread Sughosh Ganu
Support has being added through earlier commits to build capsules and embed the public key needed for capsule authentication as part of u-boot build. >From the testing point-of-view, this means the input files needed for generating the above have to be setup before invoking the build. Set this up