]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: sandbox: enable CONFIG_FIT_VERITY
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 May 2026 23:38:54 +0000 (00:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 27 May 2026 19:41:33 +0000 (13:41 -0600)
Enable FIT_VERITY in the sandbox configs that build a full U-Boot
binary so CI may exercise the new dm-verity unit test
(test/boot/fit_verity.c) and the mkimage pytest
(test/py/tests/test_fit_verity.py) introduced earlier in this series.

The SPL/VPL/noinst variants only load U-Boot proper, never an OS, so
dm-verity is meaningless there and is not enabled.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig

index 5bf6146b1d0c0980470035a9176df3d159c3351d..f5d5b21e7331a6f60dbb6d4e50f851092dccd0f4 100644 (file)
@@ -18,6 +18,7 @@ CONFIG_EFI_RT_VOLATILE_STORE=y
 CONFIG_BUTTON_CMD=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERITY=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_BOOTSTAGE=y
index ba800f7d19dae8a1eff56379c7245315b08df3ca..ff4a6eb285a0ec1ec46c6cf7925744e789fe5e50 100644 (file)
@@ -22,6 +22,7 @@ CONFIG_BUTTON_CMD=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_CIPHER=y
+CONFIG_FIT_VERITY=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_BOOTMETH_ANDROID=y
 CONFIG_BOOTMETH_RAUC=y
index a14dd5beb3101948c4cfbb4e3ad6811bbe0b1794..4ad2bb016738cbf3dc8c490d1bf210aff8cbfc67 100644 (file)
@@ -14,6 +14,7 @@ CONFIG_EFI_CAPSULE_CRT_FILE="board/sandbox/capsule_pub_key_good.crt"
 CONFIG_BUTTON_CMD=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERITY=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_BOOTSTAGE=y