Skip to content

Commit 068718a

Browse files
tomchyrlubos
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]> (cherry picked from commit 29bcb74)
1 parent 9200785 commit 068718a

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
@@ -185,6 +185,7 @@ config BOOT_IMG_HASH_ALG_SHA512_ALLOW
185185

186186
config BOOT_IMG_HASH_DIRECTLY_ON_STORAGE
187187
bool "Hash calculation functions access storage through address space"
188+
default y if NRF_SECURITY && SOC_NRF54H20
188189
depends on !BOOT_ENCRYPT_IMAGE
189190
help
190191
When possible to map storage device, at least for read operations,
@@ -242,7 +243,7 @@ config BOOT_SIGNATURE_TYPE_PURE_ALLOW
242243

243244
choice BOOT_SIGNATURE_TYPE
244245
prompt "Signature type"
245-
default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP
246+
default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP || SOC_NRF54H20_CPUAPP
246247
default BOOT_SIGNATURE_TYPE_RSA
247248

248249
config BOOT_SIGNATURE_TYPE_NONE

0 commit comments

Comments
 (0)