[PATCH 1/4] binman: Add support for align argument to mkimage tool

Simon Glass sjg at chromium.org
Wed Jan 18 20:42:20 CET 2023


Hi Jonas,

On Tue, 17 Jan 2023 at 15:54, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> Add support to indicate what alignment to use for the FIT and its
> external data. Pass the alignment to mkimage via the -B flag.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
>  tools/binman/btool/mkimage.py | 5 ++++-
>  tools/binman/etype/fit.py     | 8 ++++++++
>  2 files changed, 12 insertions(+), 1 deletion(-)

This looks good to me but please update docs at the top of fit.py,
regenerate entries.rst  and add a test to ftest.py here, as this
causes a test-coverage failure:

$ binman test -T
...
tools/binman/etype/fit.py                                 224      1    99%
tools/binman/btool/mkimage.py                              23      1    96%

Regards,
Simon


More information about the U-Boot mailing list