Skip to content

Commit 54d9b23

Browse files
committed
bootloader: nrf54h20dk/nrf54h20/cpuapp/iron/b0/mcuboot support
Added support for the nrf54h20dk/nrf54h20/cpuapp/iron/b0/mcuboot in the nordic secure bootloader. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 9001d21 commit 54d9b23

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_BOOT_BANNER=n
8+
CONFIG_NCS_BOOT_BANNER=n
9+
CONFIG_FPROTECT=n
10+
CONFIG_SOC_NRF54H20_GPD=n
11+
CONFIG_NRFS=n
12+
CONFIG_USE_DT_CODE_PARTITION=y
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,code-partition = &b0_partition;
10+
};
11+
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ manifest:
127127
compare-by-default: true
128128
- name: mcuboot
129129
repo-path: sdk-mcuboot
130-
revision: 766081bd6dfe26057fdbe3dca5d8eb5f64681beb
130+
revision: pull/432/head
131131
path: bootloader/mcuboot
132132
- name: qcbor
133133
url: https://github.com/laurencelundblade/QCBOR

0 commit comments

Comments
 (0)