File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
doc/nrf/releases_and_maturity/releases
modules/trusted-firmware-m Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,14 @@ Developing with coprocessors
126
126
Security
127
127
========
128
128
129
- * Added CRACEN and nrf_oberon driver support for nRF54LM20.
130
- For the list of supported features and limitations, see the :ref: `ug_crypto_supported_features ` page.
129
+ * Added:
130
+
131
+ * CRACEN and nrf_oberon driver support for nRF54LM20.
132
+ For the list of supported features and limitations, see the :ref: `ug_crypto_supported_features ` page.
133
+
134
+ * Support for disabling Internal Trusted Storage (ITS) on nRF54L series devices when using
135
+ :kconfig:option: `CONFIG_TFM_PARTITION_CRYPTO ` with Trusted Firmware-M (TF-M) through the
136
+ :kconfig:option: `CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE ` Kconfig option.
131
137
132
138
Protocols
133
139
=========
Original file line number Diff line number Diff line change @@ -85,6 +85,11 @@ config TFM_PARTITION_PROTECTED_STORAGE
85
85
select PSA_WANT_ALG_GCM if SOC_NRF5340_CPUAPP
86
86
select PSA_WANT_ALG_GCM if SOC_SERIES_NRF54LX
87
87
88
+ # Override TF-M crypto dependency on ITS when using KMU
89
+ config TFM_PARTITION_CRYPTO
90
+ bool
91
+ depends on TFM_PARTITION_INTERNAL_TRUSTED_STORAGE || CRACEN_LIB_KMU
92
+
88
93
config TFM_ITS_ENCRYPTED
89
94
bool
90
95
select PSA_WANT_ALG_CHACHA20_POLY1305 if SOC_SERIES_NRF54LX
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ config MBEDTLS_PSA_CRYPTO_SPM
49
49
scope of TF-M build (Prefixes with mbedcrypto__)
50
50
51
51
config MBEDTLS_PSA_CRYPTO_STORAGE_C
52
- bool "PSA storage for persistent keys" if !BUILD_WITH_TFM
52
+ bool "PSA storage for persistent keys"
53
53
default y if BUILD_WITH_TFM
54
54
help
55
55
Corresponds to MBEDTLS_PSA_CRYPTO_STORAGE_C setting in mbed TLS config file.
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ manifest:
149
149
- name : trusted-firmware-m
150
150
repo-path : sdk-trusted-firmware-m
151
151
path : modules/tee/tf-m/trusted-firmware-m
152
- revision : 97e79ea61a6572ed56cdd33396ad7546ef9dfb5d
152
+ revision : 3f45b4e8628eb699d5f6f69e89736aabb24add1a
153
153
- name : psa-arch-tests
154
154
repo-path : sdk-psa-arch-tests
155
155
path : modules/tee/tf-m/psa-arch-tests
You can’t perform that action at this time.
0 commit comments