Re: [PATCH] binman: Include also subnodes in generator nodes

2022-02-16 Thread Simon Glass
Hi Jan, On Mon, 14 Feb 2022 at 05:05, Jan Kiszka wrote: > > From: Jan Kiszka > > This allows to prefill fdt and config nodes with hash and signature > subnodes. It's just important to place the child nodes last so that > hashes do not come before the data - would be disliked by mkimage. > > Sign

[PATCH] binman: Include also subnodes in generator nodes

2022-02-14 Thread Jan Kiszka
From: Jan Kiszka This allows to prefill fdt and config nodes with hash and signature subnodes. It's just important to place the child nodes last so that hashes do not come before the data - would be disliked by mkimage. Signed-off-by: Jan Kiszka --- tools/binman/etype/fit.py | 4 1 file c