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

2023-01-20 Thread Simon Glass
On Fri, 20 Jan 2023 at 01:26, Jonas Karlman 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 no

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

2023-01-20 Thread Jonas Karlman
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 --- v2: - Add test - Update