Skip to content

Commit b434366

Browse files
Vge0rgenordicjm
authored andcommitted
doc: tf-m: Add changelog/migration entry for the TF-M update
Add changelog entry to report the upgrade to TF-M v2.2.0. Add migration guide entry to inform users about the changes which might affect the firmware upgrade process to the new release. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 210cdcf commit b434366

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ This section describes the changes related to libraries.
6868

6969
|no_changes_yet_note|
7070

71+
Trusted Firmware-M
72+
==================
73+
74+
.. toggle::
75+
76+
* Trusted Firmware-M changed how data is stored and read in the Protected Storage partition.
77+
As a consequence, the applications that build with TF-M (``*/ns`` board targets) and want to perform a firmware upgrade to this |NCS| release will not be able to read the existing Protected Storage data with the default configuration.
78+
To enable reading the Protected Storage data from a previous release, make sure that the application enables the :kconfig:option:`CONFIG_TFM_PS_SUPPORT_FORMAT_TRANSITION` Kconfig option.
79+
7180
.. _migration_3.2_recommended:
7281

7382
Recommended changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ zcbor
730730
Trusted Firmware-M
731731
==================
732732

733-
|no_changes_yet_note|
733+
* Updated the TF-M version to 2.2.0.
734734

735735
Documentation
736736
=============

0 commit comments

Comments
 (0)