[PATCH v3 3/6] binman: Add special subnodes to the nodes generated by split-elf
Simon Glass
sjg at chromium.org
Thu Jan 26 18:48:37 CET 2023
Special nodes, hash and signature, is not being added to the nodes
generated for each segment in split-elf operation.
Copy the subnode logic used in _gen_fdt_nodes to _gen_split_elf to
ensure special nodes are added to the generated nodes.
Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v3:
- Collect r-b tag
v2:
- Add test
- Update commit message and documentation
- Update entries.rst
tools/binman/entries.rst | 14 ++++++++++++++
tools/binman/etype/fit.py | 23 +++++++++++++++++++++--
tools/binman/ftest.py | 12 ++++++++++++
tools/binman/test/226_fit_split_elf.dts | 6 ++++++
4 files changed, 53 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list