[PATCH v2 1/1] tools: binman: etype: Allow to replace 'NAME' in node names
Simon Glass
sjg at chromium.org
Fri Dec 6 20:16:10 CET 2024
Hi Paul,
On Mon, 25 Nov 2024 at 10:54, Paul HENRYS
<paul.henrys_ext at 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 at 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 at chromium.org>
Note that entries.rst needs to be updated whenever the docs for an
entry type change.
More information about the U-Boot
mailing list