[PATCH v5 10/20] binman: Provide a way to specify the fdt-list directly

Simon Glass sjg at chromium.org
Sun Jul 23 15:23:38 CEST 2023


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 at chromium.org>
---

(no changes since v3)

Changes in v3:
- Fix 'specific' typo

 tools/binman/entries.rst               |  6 +++
 tools/binman/etype/fit.py              |  9 ++++
 tools/binman/ftest.py                  | 12 ++++++
 tools/binman/test/284_fit_fdt_list.dts | 58 ++++++++++++++++++++++++++
 4 files changed, 85 insertions(+)
 create mode 100644 tools/binman/test/284_fit_fdt_list.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list