summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-01-26 11:43:12 -0700
committerTom Rini <trini@konsulko.com>2025-02-03 16:00:42 -0600
commit4acbd003d338bb8a8f9025c327f5d56e8395f868 (patch)
treea098b4ce41831a8f40db7ea291c099fa54978aa6
parent117e7cb9f8a27be205be6f8107092e0b866a844a (diff)
sandbox: Update sandbox_vpl to select sha1 and sha256
These algorithms are used in VPL, so enable them. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/sandbox_vpl_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_vpl_defconfig b/configs/sandbox_vpl_defconfig
index 46329395ba5..f0315f6ab33 100644
--- a/configs/sandbox_vpl_defconfig
+++ b/configs/sandbox_vpl_defconfig
@@ -252,6 +252,8 @@ CONFIG_FS_CBFS=y
CONFIG_FS_CRAMFS=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_CMD_DHRYSTONE=y
+CONFIG_VPL_SHA1_LEGACY=y
+CONFIG_VPL_SHA256_LEGACY=y
CONFIG_RSA_VERIFY_WITH_PKEY=y
CONFIG_TPM=y
CONFIG_ZSTD=y