git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117e7cb
)
sandbox: Update sandbox_vpl to select sha1 and sha256
author
Simon Glass
<sjg@chromium.org>
Sun, 26 Jan 2025 18:43:12 +0000
(11:43 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 3 Feb 2025 22:00:42 +0000
(16:00 -0600)
These algorithms are used in VPL, so enable them.
Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_vpl_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox_vpl_defconfig
b/configs/sandbox_vpl_defconfig
index
4632939
..
f0315f6
100644
(file)
--- 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