]> git.baikalelectronics.ru Git - uboot.git/commit
tools: binman: add support for pre-load header
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 28 Mar 2022 20:57:04 +0000 (22:57 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:23 +0000 (14:12 -0400)
commit6775593383328c095d082d6cb0d855668e17bc53
tree9249eeea8f2636c5bbb8ec5f4c1ed787b6816de8
parent57fe7219753f641ab6596b7656cb61b4c8ccdc3b
tools: binman: add support for pre-load header

Adds the support of the pre-load header with the image signature
to binman.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
tools/binman/entries.rst
tools/binman/etype/pre_load.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/225_dev.key [new file with mode: 0644]
tools/binman/test/225_pre_load.dts [new file with mode: 0644]
tools/binman/test/226_pre_load_pkcs.dts [new file with mode: 0644]
tools/binman/test/227_pre_load_pss.dts [new file with mode: 0644]
tools/binman/test/228_pre_load_invalid_padding.dts [new file with mode: 0644]
tools/binman/test/229_pre_load_invalid_sha.dts [new file with mode: 0644]
tools/binman/test/230_pre_load_invalid_algo.dts [new file with mode: 0644]
tools/binman/test/231_pre_load_invalid_key.dts [new file with mode: 0644]