[PATCH v2 09/11] binman: Allow the image name to be the data file
Simon Glass
sjg at chromium.org
Sun Aug 21 02:10:26 CEST 2022
Some image types use the -n parameter to pass in the data file. Add
support for this, with a new property.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Drop spurious quote
- Reword explanation of what is passed with -d and -n
tools/binman/entries.rst | 15 ++++++++++++++
tools/binman/etype/mkimage.py | 27 ++++++++++++++++++++++++--
tools/binman/ftest.py | 17 ++++++++++++++++
tools/binman/test/235_mkimage_name.dts | 18 +++++++++++++++++
4 files changed, 75 insertions(+), 2 deletions(-)
create mode 100644 tools/binman/test/235_mkimage_name.dts
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list