[PATCH v3] binman: Include also subnodes in generator nodes
Simon Glass
sjg at chromium.org
Tue Mar 1 15:58:37 CET 2022
On Mon, 28 Feb 2022 at 09:06, Jan Kiszka <jan.kiszka at siemens.com> wrote:
>
> From: Jan Kiszka <jan.kiszka at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list