Re: [PATCH 4/5] btool: mkeficapsule: Add support for EFI empty capsule generation

2023-10-09 Thread Sughosh Ganu
hi Simon, On Sun, 8 Oct 2023 at 04:42, Simon Glass wrote: > > Hi Sugosh, > > On Wed, 4 Oct 2023 at 05:27, Sughosh Ganu wrote: > > > > Add a method to the mkeficapsule bintool to generate empty > > capsules. These are capsules needed for the FWU A/B update feature. > > > > Signed-off-by: Sughosh

Re: [PATCH 4/5] btool: mkeficapsule: Add support for EFI empty capsule generation

2023-10-07 Thread Simon Glass
Hi Sugosh, On Wed, 4 Oct 2023 at 05:27, Sughosh Ganu wrote: > > Add a method to the mkeficapsule bintool to generate empty > capsules. These are capsules needed for the FWU A/B update feature. > > Signed-off-by: Sughosh Ganu > --- > tools/binman/btool/mkeficapsule.py | 29 ++

[PATCH 4/5] btool: mkeficapsule: Add support for EFI empty capsule generation

2023-10-04 Thread Sughosh Ganu
Add a method to the mkeficapsule bintool to generate empty capsules. These are capsules needed for the FWU A/B update feature. Signed-off-by: Sughosh Ganu --- tools/binman/btool/mkeficapsule.py | 29 + 1 file changed, 29 insertions(+) diff --git a/tools/binman/btool/