[PATCH] qemu_arm64: Enable CONFIG_ARMV8_CRYPTO support
Tom Rini
trini at konsulko.com
Thu Jun 23 21:51:31 CEST 2022
Now that we can make use of CPU features for sha1/sha256, enable in QEMU
so that we get some test coverage.
Cc: Loic Poulain <loic.poulain at linaro.org>
Cc: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
configs/qemu_arm64_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 87acf00f30e3..f7c93ba2af54 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -8,6 +8,7 @@ CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DEFAULT_DEVICE_TREE="qemu-arm64"
CONFIG_DEBUG_UART_BASE=0x9000000
CONFIG_DEBUG_UART_CLOCK=0
+CONFIG_ARMV8_CRYPTO=y
CONFIG_SYS_LOAD_ADDR=0x40200000
CONFIG_ENV_ADDR=0x4000000
CONFIG_DEBUG_UART=y
--
2.25.1
More information about the U-Boot
mailing list