Re: [PATCH 3/8] binman: capsule: Generate capsules through config file

2023-09-14 Thread Sughosh Ganu
hi Simon, On Wed, 13 Sept 2023 at 23:37, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 11 Sept 2023 at 08:13, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Mon, 11 Sept 2023 at 00:44, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Fri, 8 Sept 2023 at 06:00, Sughosh Ganu > > > w

Re: [PATCH 3/8] binman: capsule: Generate capsules through config file

2023-09-13 Thread Simon Glass
Hi Sughosh, On Mon, 11 Sept 2023 at 08:13, Sughosh Ganu wrote: > > hi Simon, > > On Mon, 11 Sept 2023 at 00:44, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Fri, 8 Sept 2023 at 06:00, Sughosh Ganu wrote: > > > > > > Add support in binman for generating capsules by reading the capsule > > >

Re: [PATCH 3/8] binman: capsule: Generate capsules through config file

2023-09-11 Thread Sughosh Ganu
hi Simon, On Mon, 11 Sept 2023 at 00:44, Simon Glass wrote: > > Hi Sughosh, > > On Fri, 8 Sept 2023 at 06:00, Sughosh Ganu wrote: > > > > Add support in binman for generating capsules by reading the capsule > > parameters through a config file. Also add a test case in binman for > > this mode of

Re: [PATCH 3/8] binman: capsule: Generate capsules through config file

2023-09-10 Thread Simon Glass
Hi Sughosh, On Fri, 8 Sept 2023 at 06:00, Sughosh Ganu wrote: > > Add support in binman for generating capsules by reading the capsule > parameters through a config file. Also add a test case in binman for > this mode of capsule generation. > > Signed-off-by: Sughosh Ganu > --- > > tools/binman