[PATCH v2 3/6] binman: Add special subnodes to the nodes generated by split-elf

Simon Glass sjg at chromium.org
Fri Jan 20 20:19:18 CET 2023


On Fri, 20 Jan 2023 at 01:26, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> 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>
> ---
> 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(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list