]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: allow user-defined filenames for mkimage entry
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Fri, 2 Sep 2022 13:10:49 +0000 (15:10 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 4 Sep 2022 12:00:39 +0000 (20:00 +0800)
commit6cc29dc854916be4c8b10b956c65b4b1ff217eee
tree4423b349afbc16bd4f200d17dbe11f2f77b60595
parent4d91df0548a8d71e3a2fd769b6ee65e76a764f25
binman: allow user-defined filenames for mkimage entry

mkimage entry currently creates a file whose name is derived from the
section name containing said entry.

Let's allow the user to define a filename for the mkimage-generated
binary by using the 'filename' DT property.

Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/mkimage.py
tools/binman/ftest.py
tools/binman/test/254_mkimage_filename.dts [new file with mode: 0644]