Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-08-01 Thread Simon Glass
Hi Sughosh, On Tue, 1 Aug 2023 at 06:29, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 26 Jul 2023 at 04:06, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 20 Jul 2023 at 03:20, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > > >

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-08-01 Thread Sughosh Ganu
hi Simon, On Wed, 26 Jul 2023 at 04:06, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 20 Jul 2023 at 03:20, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 19 Jul 2023 at 02:42, Sughosh Ganu > > > wrot

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-26 Thread Sughosh Ganu
hi Simon, On Wed, 26 Jul 2023 at 04:06, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 20 Jul 2023 at 03:20, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 19 Jul 2023 at 02:42, Sughosh Ganu > > > wrot

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-26 Thread Simon Glass
Hi Sughosh, On Wed, 26 Jul 2023 at 03:36, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 26 Jul 2023 at 04:06, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 20 Jul 2023 at 03:20, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > >

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-25 Thread Simon Glass
Hi Sughosh, On Thu, 20 Jul 2023 at 03:20, Sughosh Ganu wrote: > > hi Simon, > > On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 19 Jul 2023 at 02:42, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Wed, 19 Jul 2023 at 06:41, Simon Glass wrote: > >

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-20 Thread Sughosh Ganu
hi Simon, On Thu, 20 Jul 2023 at 00:41, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 19 Jul 2023 at 02:42, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Wed, 19 Jul 2023 at 06:41, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 17 Jul 2023 at 04:44, Sughosh Ganu > > > wrot

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-19 Thread Simon Glass
Hi Sughosh, On Wed, 19 Jul 2023 at 02:42, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 19 Jul 2023 at 06:41, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 17 Jul 2023 at 04:44, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Sun, 16 Jul 2023 at 05:12, Simon Glass wrote: > >

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-19 Thread Sughosh Ganu
hi Simon, On Wed, 19 Jul 2023 at 06:41, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 17 Jul 2023 at 04:44, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Sun, 16 Jul 2023 at 05:12, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Sat, 15 Jul 2023 at 07:46, Sughosh Ganu > > > wrot

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-18 Thread Simon Glass
Hi Sughosh, On Mon, 17 Jul 2023 at 04:44, Sughosh Ganu wrote: > > hi Simon, > > On Sun, 16 Jul 2023 at 05:12, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Sat, 15 Jul 2023 at 07:46, Sughosh Ganu wrote: > > > > > > Add support in binman for generating capsules. The capsule parameters > > >

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-17 Thread Sughosh Ganu
hi Simon, On Sun, 16 Jul 2023 at 05:12, Simon Glass wrote: > > Hi Sughosh, > > On Sat, 15 Jul 2023 at 07:46, Sughosh Ganu wrote: > > > > Add support in binman for generating capsules. The capsule parameters > > can be specified either through a config file or through the capsule > > binman entry

Re: [PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-15 Thread Simon Glass
Hi Sughosh, On Sat, 15 Jul 2023 at 07:46, Sughosh Ganu wrote: > > Add support in binman for generating capsules. The capsule parameters > can be specified either through a config file or through the capsule > binman entry. Also add test cases in binman for capsule generation, > and enable this te

[PATCH v4 06/12] binman: capsule: Add support for generating capsules

2023-07-15 Thread Sughosh Ganu
Add support in binman for generating capsules. The capsule parameters can be specified either through a config file or through the capsule binman entry. Also add test cases in binman for capsule generation, and enable this testing on the sandbox_spl variant. Signed-off-by: Sughosh Ganu --- Change