upmerge 2026.03.25#624
Conversation
a7de5b4 to
f2276ed
Compare
| #error "mcuboot resume support section not defined in dts" | ||
| #endif | ||
|
|
||
| #define FIXED_PARTITION_ADDR(node_label) DT_REG_ADDR(DT_NODELABEL(node_label)) |
There was a problem hiding this comment.
@tomchy You suggested that for some purpose. Is this removal/replacement OK?
There was a problem hiding this comment.
If you look here: nrfconnect/sdk-zephyr#3880
The devicetree.h file now includes the <zephyr/devicetree/mapped-partition.h> which is the newly introduced mechanism to get partition address/offset/size, without the need to enable FLASH_MAP in the build.
Additionally, the PR sets all partitions on all Nordic platform to use the new compatible (zephyr,mapped-partition).
We still may need to give it a thought if those changes are backward compatible (imagine an out of tree sample that still uses fixed-partitions and fixed-subpartitions). The code there should handle it fine, but since all platforms are migrated, there are no tests that verify the old syntax.
f2276ed to
ffa6dbb
Compare
|
Rebased. |
ffa6dbb to
1f2c7ba
Compare
|
rebased |
1f2c7ba to
2cbd4a9
Compare
|
rebased |
9ed09f5 to
1d349db
Compare
|
rebased |
ba4ac98 to
1657c10
Compare
1657c10 to
feaf7f8
Compare
|
rebased |
e191794 to
cae3c5a
Compare
|
rebased |
Updates partition macros to use the new, non-deprecated macros Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
To MBEDTLS_MD_C. Kconfig option was renamed in Zephyr. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
…_RSA It used to be enabled by default, but the default enabling has been removed. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
The Kconfig option was renamed in Zephyr and NCS. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
nrf-squash! [nrf noup] boot/zephyr: improve S2RAM resume support using dedicated API so that the `TEXT` argument in `SECTION_FUNC(TEXT, ...)` gets replaced with `text` and the resulting section name matches the `.text.*` pattern in the linker script (`.TEXT.*` is no longer there). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
cae3c5a to
dfda283
Compare
|
rebased |
|



manifest-pr-skip