Skip to content

Commit 15946ac

Browse files
de-nordiccarlescufi
authored andcommitted
bootloader: Default to ed25519 and KMU for nrf54l b0
The commit defaults to usage of ed25519 signature with KMU, when building b0 for nrf54l. Signed-off-by: Dominik Ermel <[email protected]>
1 parent eced554 commit 15946ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sysbuild/Kconfig.secureboot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ config SECURE_BOOT_APPCORE_SUPPORTED_HASH_NONE
3737
config SECURE_BOOT_APPCORE_SUPPORTED_SIGNATURE_HARDWARE
3838
bool
3939
default y if SECURE_BOOT_SIGNATURE_TYPE_ECDSA && (SOC_SERIES_NRF91X || SOC_NRF52840)
40+
default y if SECURE_BOOT_SIGNATURE_TYPE_ED25519 && SOC_SERIES_NRF54LX
4041

4142
config SECURE_BOOT_APPCORE_SUPPORTED_SIGNATURE_SOFTWARE
4243
bool
@@ -203,6 +204,7 @@ config SECURE_BOOT_SUPPORTED_SIGNATURE_ECDSA
203204

204205
config SECURE_BOOT_SUPPORTED_SIGNATURE_ED25519
205206
bool
207+
default y if SOC_SERIES_NRF54LX
206208

207209
choice SECURE_BOOT_HASH_TYPE
208210
prompt "Hash type"

0 commit comments

Comments
 (0)