[PATCH v2 10/11] binman: Allow passing entries using -n

Simon Glass sjg at chromium.org
Sun Aug 21 02:10:26 CEST 2022


Also control over what goes in the file passed with -n using a separate
imagename subnode. This can include a section or any other entry type.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/binman/entries.rst                      | 18 +++++++++
 tools/binman/etype/mkimage.py                 | 39 ++++++++++++++++++-
 tools/binman/ftest.py                         | 34 ++++++++++++++++
 tools/binman/test/236_mkimage_image.dts       | 21 ++++++++++
 .../test/237_mkimage_image_no_content.dts     | 22 +++++++++++
 tools/binman/test/238_mkimage_image_bad.dts   | 22 +++++++++++
 6 files changed, 155 insertions(+), 1 deletion(-)
 create mode 100644 tools/binman/test/236_mkimage_image.dts
 create mode 100644 tools/binman/test/237_mkimage_image_no_content.dts
 create mode 100644 tools/binman/test/238_mkimage_image_bad.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list