File tree Expand file tree Collapse file tree 3 files changed +49
-9
lines changed
Expand file tree Collapse file tree 3 files changed +49
-9
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2025 Nordic Semiconductor
3+ #
4+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ #
6+
7+ if SOC_SERIES_NRF54LX
8+
9+ config MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE
10+ default y if BOOTLOADER_MCUBOOT && MCUBOOT_SIGNATURE_USING_KMU
11+
12+ config SECURE_BOOT_GENERATE_DEFAULT_KMU_KEYFILE
13+ default y if SECURE_BOOT_APPCORE
14+
15+ endif
16+
17+ source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
Original file line number Diff line number Diff line change 44 # MCUBoot enabled as well
55 - nrf52840dk/nrf52840
66 - nrf5340dk/nrf5340/cpuapp
7+ - nrf54l15dk/nrf54l15/cpuapp
78 harness : console
89 harness_config :
910 type : one_line
Original file line number Diff line number Diff line change 11common :
22 sysbuild : true
3- timeout : 180
43 tags :
5- - pytest
64 - mcuboot
75 - kmu
86 - ci_tests_subsys_kmu
97 platform_allow :
108 - nrf54l15dk/nrf54l15/cpuapp
11- - nrf54lm20pdk/nrf54lm20a/cpuapp
12- - nrf54lv10dk/nrf54lv10a/cpuapp
13- harness : pytest
14- harness_config :
15- pytest_root :
16- - " ../pytest/test_kmu_provision.py"
179tests :
18- mcuboot.kmu.west.provision.basic : {}
10+ mcuboot.kmu.west.provision.basic :
11+ timeout : 180
12+ platform_allow :
13+ - nrf54lm20pdk/nrf54lm20a/cpuapp
14+ - nrf54lv10dk/nrf54lv10a/cpuapp
15+ tags :
16+ - pytest
17+ harness : pytest
18+ harness_config :
19+ pytest_root :
20+ - " ../pytest/test_kmu_provision.py"
21+ mcuboot.kmu.west_flash_default_provision :
22+ harness : console
23+ harness_config :
24+ type : one_line
25+ regex :
26+ - " Hello World! (.*)"
27+ extra_args :
28+ - SB_CONFIG_MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE=y
29+ mcuboot.kmu.west_flash_default_provision_with_b0 :
30+ tags :
31+ - nsib
32+ harness : console
33+ harness_config :
34+ type : one_line
35+ regex :
36+ - " Hello World! (.*)"
37+ extra_args :
38+ - SB_CONFIG_SECURE_BOOT_APPCORE=y
39+ - SB_CONFIG_SECURE_BOOT_GENERATE_DEFAULT_KMU_KEYFILE=y
40+ - SB_CONFIG_MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE=y
You can’t perform that action at this time.
0 commit comments