
Hi Paul,
On Mon, 25 Nov 2024 at 10:54, Paul HENRYS paul.henrys_ext@softathome.com wrote:
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
Changes for v2:
- Add a test
- Add support to replace DEFAULT-NAME
- Update entries.rst
tools/binman/entries.rst | 18 ++++++++ tools/binman/etype/fit.py | 20 +++++++++ tools/binman/ftest.py | 61 ++++++++++++++++++-------- tools/binman/test/345_fit_fdt_name.dts | 58 ++++++++++++++++++++++++ 4 files changed, 138 insertions(+), 19 deletions(-) create mode 100644 tools/binman/test/345_fit_fdt_name.dts
Reviewed-by: Simon Glass sjg@chromium.org
Note that entries.rst needs to be updated whenever the docs for an entry type change.