summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-27 20:39:19 +0300
committerTom Rini <trini@konsulko.com>2022-06-27 20:39:19 +0300
commitea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7 (patch)
tree8628177a335f90dca51e64cea0a0e3e80bbe5895 /configs
parentc316ee674f25b73285f241ce922307296616a92a (diff)
parentba0d0e8c74e8fcd57beb286251d695e63f0d291c (diff)
downloadu-boot-ea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7.tar.xz
Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into next
To quote the author: This series adds support for the SHA-1 and SHA-256 Secure Hash Algorithm for CPUs that have support of the ARM v8 Crypto Extensions. It Improves speed of integrity & signature checking procedures.
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_arm64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 87acf00f30..f7c93ba2af 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