
20 Jan
2023
20 Jan
'23
8:19 p.m.
On Fri, 20 Jan 2023 at 01:26, Jonas Karlman jonas@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@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@chromium.org