Skip to content

Commit 29bcb74

Browse files
tomchynordicjm
authored andcommitted
[nrf noup] boot: Provide default configuration for nRF54H20
Enable ed25519 signature as well as direct hashing while building for nRF54H20DK. Ref: NCSDK-34304 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 6192328 commit 29bcb74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ config BOOT_IMG_HASH_ALG_SHA512_ALLOW
148148

149149
config BOOT_IMG_HASH_DIRECTLY_ON_STORAGE
150150
bool "Hash calculation functions access storage through address space"
151+
default y if NRF_SECURITY && SOC_NRF54H20
151152
depends on !BOOT_ENCRYPT_IMAGE
152153
help
153154
When possible to map storage device, at least for read operations,
@@ -202,7 +203,7 @@ config BOOT_SIGNATURE_TYPE_PURE_ALLOW
202203

203204
choice BOOT_SIGNATURE_TYPE
204205
prompt "Signature type"
205-
default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP
206+
default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP || SOC_NRF54H20_CPUAPP
206207
default BOOT_SIGNATURE_TYPE_RSA
207208

208209
config BOOT_SIGNATURE_TYPE_NONE

0 commit comments

Comments
 (0)