Re: [PATCH v7 07/11] btool: mkeficapsule: Add a bintool for EFI capsule generation

2023-08-05 Thread Sughosh Ganu
hi Simon, On Sat, 5 Aug 2023 at 20:34, Simon Glass wrote: > > Hi Sughosh, > > On Sat, 5 Aug 2023 at 05:35, Sughosh Ganu wrote: > > > > Add a bintool for generating EFI capsules. This calls the mkeficapsule > > tool which generates the capsules. > > > > Signed-off-by: Sughosh Ganu > > --- > >

Re: [PATCH v7 07/11] btool: mkeficapsule: Add a bintool for EFI capsule generation

2023-08-05 Thread Simon Glass
Hi Sughosh, On Sat, 5 Aug 2023 at 05:35, Sughosh Ganu wrote: > > Add a bintool for generating EFI capsules. This calls the mkeficapsule > tool which generates the capsules. > > Signed-off-by: Sughosh Ganu > --- > Changes since V6: > * Split the changes for mkeficapsule btool into a separate

[PATCH v7 07/11] btool: mkeficapsule: Add a bintool for EFI capsule generation

2023-08-05 Thread Sughosh Ganu
Add a bintool for generating EFI capsules. This calls the mkeficapsule tool which generates the capsules. Signed-off-by: Sughosh Ganu --- Changes since V6: * Split the changes for mkeficapsule btool into a separate patch, as suggested by Simon Glass. * Use the word commandline consistently, as