tools: Add preload_check_sign to authenticate images with a pre-load
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Wed, 12 Feb 2025 09:31:24 +0000 (10:31 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 21 Feb 2025 14:34:21 +0000 (08:34 -0600)
commit7dd0bf52790eda703af591de76c3a2837f545f7c
tree6350ff36ebc2567efa15a50444872062184e96b9
parent6ce674c254862b89cc717c6b7a465a924eec71c1
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]