On Tue, 10 Oct 2023 at 02:12, Sughosh Ganu <sughosh.g...@linaro.org> 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 <sughosh.g...@linaro.org> > --- > Changes since V1: > * Use a single boolean value to indicate the generation of either of > accept/revert capsule. > * Move the parameters added to the list on the same line in a couple > of places. > > tools/binman/btool/mkeficapsule.py | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm, thanks!