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

2022-02-18 Thread Simon Glass
Hi Philippe, On Wed, 9 Feb 2022 at 11:01, Philippe Reynes wrote: > > Adds the support of the pre-load header with the image signature > to binman. > > Signed-off-by: Philippe Reynes > --- > tools/binman/etype/pre_load.py | 156 + > 1 file changed, 156

[PATCH v5 12/16] tools: binman: add support for pre-load header

2022-02-09 Thread Philippe Reynes
Adds the support of the pre-load header with the image signature to binman. Signed-off-by: Philippe Reynes --- tools/binman/etype/pre_load.py | 156 + 1 file changed, 156 insertions(+) create mode 100644 tools/binman/etype/pre_load.py diff --git