]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Provide a way to specify the fdt-list directly
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:59 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commitb1e40ee73421018a42000e3d462708625c73a48f
tree25fcfe84e387257106a9dc26ff11c65dbded5611
parentfadad3a64a12cf279d31088aebc45806ec86fb4e
binman: Provide a way to specify the fdt-list directly

Sometimes multiple boards are built with binman and it is useful to
specify a different FDT list for each. At present this is not possible
without providing multiple values of the of-list entryarg (which is not
supported in the U-Boot build system).

Allow a fit,fdt-list-val string-list property to be used instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/284_fit_fdt_list.dts [new file with mode: 0644]