
1 Mar
2022
1 Mar
'22
3:58 p.m.
On Mon, 28 Feb 2022 at 09:06, Jan Kiszka jan.kiszka@siemens.com wrote:
From: Jan Kiszka jan.kiszka@siemens.com
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 jan.kiszka@siemens.com
Rebased over "binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script"
tools/binman/etype/fit.py | 4 ++++ tools/binman/ftest.py | 1 + tools/binman/test/170_fit_fdt.dts | 3 +++ 3 files changed, 8 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org