Skip to content

Commit 5a3b095

Browse files
committed
suit: Update changelog
Add missing entries inside sdk-nrf changelog. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent b7c2212 commit 5a3b095

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

+35-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,14 @@ Sensor samples
721721
SUIT samples
722722
------------
723723

724-
|no_changes_yet_note|
724+
* Added the :ref:`_nrf54h_suit_ab_sample` sample that demonstrates how to perform A/B updates using SUIT manifests.
725+
* :ref:`_nrf54h_suit_sample` sample:
726+
727+
* Updated memory maps to cover the whole available MRAM memory.
728+
* Updated memory maps to place recovery firmware on lower addresses than the main firmware.
729+
* Enabled secure entropy source in all main Bluetooth-enabled sample variants (except recovery firmware).
730+
* Extended manifests to process suit-payload-fetch sequence of the Nordic top update candidate.
731+
* Extended manifests with build-time checks for consistency between MPI and envelope signing configuration.
725732

726733
Trusted Firmware-M (TF-M) samples
727734
---------------------------------
@@ -804,6 +811,11 @@ Wi-Fi drivers
804811

805812
|no_changes_yet_note|
806813

814+
Flash drivers
815+
-------------
816+
817+
* Added a flash_ipuc driver that allows to manage SUIT IPUC memory through Zephyr flash API.
818+
807819
Libraries
808820
=========
809821

@@ -887,6 +899,28 @@ DFU libraries
887899

888900
* Regenerated the zcbor-generated code files using v0.9.0.
889901

902+
SUIT libraries
903+
--------------
904+
905+
* Added support for Manifest-controlled variables, that allow to control manifest logic based on previous evaluations as well as store integer values inside the SUIT non-volatile memory region.
906+
* Moved MPI configuration from local Kconfigs to sysbuild.
907+
* Added support for in-place updateable components (IPUC) that allow to cross memory permission boundaries to update inactive memory regions from the main application.
908+
* Added support for IPUC in SUIT manifests:
909+
910+
* It is possible to fetch payloads directly into an IPUC.
911+
* It is possible to declare an IPUC as DFU cache area.
912+
* It is possible to trigger Nordic firmware updates from an IPUC-based DFU cache area.
913+
914+
* Added support for IPUC in DFU protocols:
915+
916+
* It is possible to write into IPUC using SMP image command group.
917+
* It is possible to write into IPUC using SUIT SMP dfu cache raw commands.
918+
* It is possible to write into IPUC using SUIT dfu_target library.
919+
920+
* Added a possibility to copy binaries into radio local RAM memory from SUIT radio manifests.
921+
* Added a possibility to specify minimal Nordic top manifest version inside the ``VERSION`` file.
922+
* Added a possibility to block independent updates of Nordic manifests using the ``CONFIG_SUIT_NORDIC_TOP_INDEPENDENT_UPDATE_FORBIDDEN`` Kconfig symbol.
923+
890924
Gazell libraries
891925
----------------
892926

0 commit comments

Comments
 (0)