Re: [PATCH v8 12/15] tools: binman: add support for pre-load header

2022-03-31 Thread Tom Rini
On Mon, Mar 28, 2022 at 10:57:04PM +0200, Philippe Reynes wrote: > Adds the support of the pre-load header with the image signature > to binman. > > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v8 12/15] tools: binman: add support for pre-load header

2022-03-28 Thread Philippe Reynes
Adds the support of the pre-load header with the image signature to binman. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- tools/binman/entries.rst | 38 tools/binman/etype/pre_load.py| 162 ++ tools/binman/ftest.py