[PATCH v3 1/6] binman: Add support for align argument to mkimage tool
Simon Glass
sjg at chromium.org
Thu Jan 26 18:48:38 CET 2023
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>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v3:
- Collect r-b tag
v2:
- Add test
- Update entries.rst
tools/binman/btool/mkimage.py | 5 ++-
tools/binman/entries.rst | 5 +++
tools/binman/etype/fit.py | 8 ++++
tools/binman/ftest.py | 16 ++++++++
tools/binman/test/275_fit_align.dts | 59 +++++++++++++++++++++++++++++
5 files changed, 92 insertions(+), 1 deletion(-)
create mode 100644 tools/binman/test/275_fit_align.dts
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list