Hi everyone,
We're excited to announce the release of TF-M v2.2.0!
Mbed TLS upgraded to version 3.6.3.
Now compliant with PSA Architecture Compliance Kit tests v1.6.
Initial hybrid platform support:
Enables on-core and off-core clients (A-profile + M-profile or multiple M-profile).
Uses HYBRID_PLAT_SCHED_TYPE=NSPE
(aka
Solution 2).
Note: This feature is under active development and testing.
New platforms support
Initial support for building nRF54L15
Initial support for building stm32wba65i-dk
Fixed issue where Protected Storage content could be lost under full storage conditions followed by device resets.
Correctly mark NSPE images in the wrapper.
Various SPM fixes:
Removed specific section for
psa_interface_thread_fn_call
.
Added missing fih_rc
return value checks in interrupts.
Resolved issues with IOVEC unmapping.
Proper handling of refused
psa_connect
calls.
Fixed invalid connection retention after
psa_close
.
Resolved issues with reverse-handle usage.