]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Support generating FITs with multiple dtbs
authorSimon Glass <sjg@chromium.org>
Tue, 1 Sep 2020 11:13:59 +0000 (05:13 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commit6cf9953bfb9d849b4f617e54570a6fe0e5b824a9
tree197ae1de78cea60105adbdd5fe4e942385952f70
parentdc2f81a2c89468371cf404816ed57481718deb7f
binman: Support generating FITs with multiple dtbs

In some cases it is useful to generate a FIT which has a number of DTB
images, selectable by configuration. Add support for this in binman,
using a simple iterator and string substitution.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/170_fit_fdt.dts [new file with mode: 0644]
tools/binman/test/171_fit_fdt_missing_prop.dts [new file with mode: 0644]