From: Simon Glass Date: Sun, 26 Jan 2025 18:43:12 +0000 (-0700) Subject: sandbox: Update sandbox_vpl to select sha1 and sha256 X-Git-Tag: v2025.04-rc2~34^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4acbd003d338bb8a8f9025c327f5d56e8395f868;p=pandora-u-boot.git sandbox: Update sandbox_vpl to select sha1 and sha256 These algorithms are used in VPL, so enable them. Signed-off-by: Simon Glass --- 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