summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
authorPaul HENRYS <[email protected]>2025-02-24 22:20:53 +0100
committerTom Rini <[email protected]>2025-02-28 16:51:01 -0600
commit76de7b061f6df1bd8ddc423ef1980489d72da873 (patch)
treec0689a6c3824fde284d15a0a3b7793c2e83cf573 /tools/Kconfig
parent3d17af85a4797da9d9887df6e6743a11ca12a807 (diff)
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 <[email protected]>
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index 01ff0fcf748..8e272ee99a8 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -9,6 +9,11 @@ config MKIMAGE_DTC_PATH
some cases the system dtc may not support all required features
and the path to a different version should be given here.
+config TOOLS_IMAGE_PRE_LOAD
+ def_bool y
+ help
+ Enable pre-load signature support in the tools builds.
+
config TOOLS_CRC16
def_bool y
help