tools: Add preload_check_sign to authenticate images with a pre-load
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Mon, 24 Feb 2025 21:20:53 +0000 (22:20 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 28 Feb 2025 22:51:01 +0000 (16:51 -0600)
commit76de7b061f6df1bd8ddc423ef1980489d72da873
treec0689a6c3824fde284d15a0a3b7793c2e83cf573
parent3d17af85a4797da9d9887df6e6743a11ca12a807
tools: Add preload_check_sign to authenticate images with a pre-load

preload_check_sign is added so that it can be used to authenticate images
signed with the pre-load signature supported by binman and U-Boot.
It could also be used to test the signature in binman tests signing
images with the pre-load.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
tools/.gitignore
tools/Kconfig
tools/Makefile
tools/preload_check_sign.c [new file with mode: 0644]