Re: [PATCH v3 06/11] binman: capsule: Add support for generating capsules

2023-07-11 Thread Simon Glass
Hi Sughosh, On Tue, 11 Jul 2023 at 01:13, Sughosh Ganu wrote: > > hi Simon, > > On Tue, 11 Jul 2023 at 03:08, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Sun, 9 Jul 2023 at 07:34, Sughosh Ganu wrote: > > > > > > Add support in binman for generating capsules. The capsule parameters > > > c

Re: [PATCH v3 06/11] binman: capsule: Add support for generating capsules

2023-07-11 Thread Sughosh Ganu
hi Simon, On Tue, 11 Jul 2023 at 03:08, Simon Glass wrote: > > Hi Sughosh, > > On Sun, 9 Jul 2023 at 07:34, 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 v3 06/11] binman: capsule: Add support for generating capsules

2023-07-10 Thread Simon Glass
Hi Sughosh, On Sun, 9 Jul 2023 at 07:34, 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. > > Signed-off-by: Sughosh Ganu > --- > Changes since V2: > * New patch wh