manifest: trusted-firmware-m: update to 2.1.0

Update TF-M to version 2.1.0.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2024-05-10 14:10:49 +03:00 committed by Carles Cufí
commit f451201228
4 changed files with 13 additions and 5 deletions

View file

@ -13,6 +13,8 @@ Major enhancements with this release include:
the way both SoCs and boards are named, defined and constructed in Zephyr.
Additional information can be found in the :ref:`board_porting_guide`.
* Zephyr now requires Python 3.10 or higher
* Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr.
Both of these versions are LTS releases.
An overview of the changes required or recommended when migrating your application from Zephyr
v3.6.0 to Zephyr v3.7.0 can be found in the separate :ref:`migration guide<migration_3.7>`.
@ -378,7 +380,7 @@ Libraries / Subsystems
* Crypto
* MbedTLS was updated to 3.6.0. Release notes can be found at:
* Mbed TLS was updated to 3.6.0. Release notes can be found at:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0
* Random
@ -419,6 +421,12 @@ HALs
MCUboot
*******
Trusted Firmware-M
******************
* TF-M was updated to 2.1.0. Release notes can be found at:
https://tf-m-user-guide.trustedfirmware.org/releases/2.1.0.html
zcbor
*****

View file

@ -8,7 +8,7 @@ It defines and implements an architecture and a set of software components
that aim to address some of the main security concerns in IoT products.
Zephyr RTOS has been PSA Certified since Zephyr 2.0.0 with TF-M 1.0, and
is currently integrated with TF-M 2.0.0.
is currently integrated with TF-M 2.1.0.
What Does TF-M Offer?
*********************