Re: [PATCH v8 6/9] binman: capsule: Add support for generating EFI capsules

2023-08-10 Thread Simon Glass
On Thu, 10 Aug 2023 at 08:24, Sughosh Ganu wrote: > > Add support in binman for generating EFI capsules. The capsule > parameters can be specified through the capsule binman entry. Also add > test cases in binman for testing capsule generation. > > Signed-off-by: Sughosh Ganu > --- > Changes

[PATCH v8 6/9] binman: capsule: Add support for generating EFI capsules

2023-08-10 Thread Sughosh Ganu
Add support in binman for generating EFI capsules. The capsule parameters can be specified through the capsule binman entry. Also add test cases in binman for testing capsule generation. Signed-off-by: Sughosh Ganu --- Changes since V7: * Rebase on top of current upstream. * Drop the ReadEntries