tools: binman: etype: Allow to replace 'NAME' in node names
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Mon, 25 Nov 2024 17:54:21 +0000 (18:54 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 19 Dec 2024 15:10:34 +0000 (09:10 -0600)
commita4345b19347915adeb2de9e94ed747c8c038029c
treec808bac9f96840434f037c9c9fa72d8224c4871d
parentf5c1b12267a9f7ed07d71affb8ff2059338ef6ff
tools: binman: etype: Allow to replace 'NAME' in node names

This change allows to replace both 'SEQ' and 'NAME' keywords by respectively a
sequence number and the name of the FDT to provide more flexibility in the node
name for the device trees included in the FIT.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/345_fit_fdt_name.dts [new file with mode: 0644]