blob: 9bd8e2af6098907012619ff82b767c12b38e6538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
*************
Version 1.6.0
*************
New major features
==================
- MCUboot updated to v1.9.0.
- Mbed TLS updated to v3.1.0 (Support all required PSA Crypto APIs).
- Enabled Secure Function (SFN) Model Partition compliance in IPC backend.
- Interrupt support (both SLIH/FLIH) for the SFN backend.
- MM-IOVEC Support for the SFN backend.
- The following Secure Partitions are converted to SFN model:
- Protected Storage
- Internal Trusted Storage
- Initial Attestation
- FF-M v1.1 SFN Model supported in Profile Small.
- HAL Separation of Library Model and IPC/SFN backend.
- FP support for Armv8.1-M Mainline for IPC backend.
- Simplified build output message and configurable output.
- Halting instead of rebooting on panic in debug build type.
- Automated testing of MCUboot BL2.
- A new driver interface for the CC-312 runtime library as specified in the PSA Unified Driver spec [1]_.
- Added reference bootloader stage 1 (BL1) bootloader for certain platforms.
- A new CC312 ROM library for the BL1.
- Updated documentation structure.
New security advisories
=======================
- :doc:`TFMV-5. </security/security_advisories/fwu_write_vulnerability>`
New platforms supported
=======================
- :doc:`AN552. </platform/ext/target/arm/mps3/an552/README>`
Deprecated platforms
====================
None
Tested platforms
================
The following platforms are successfully tested in this release.
- AN519
- AN521
- AN547
- B-U585I-IOT02A
- Corstone-1000
- Corstone-Polaris
- LPCXpresso55S69
- Musca-B1
- Musca-S1
- nrf9160
- nrf5340
- NUCLEO-L552ZE-Q
- PSoC 64
- STM32L562E-DK
Known issues
============
Some open issues are not fixed in this release.
.. list-table::
* - **Descriptions**
- **Issue links**
* - | PSA Arch framework test suite has several known failures.
- PSA Arch framework test failures [3]_
Issues closed since v1.5.0
==========================
The following issues in v1.5.0 known issues list are closed.
.. list-table::
* - **Descriptions**
- **Issue links**
* - | Arm Compiler [SDCOMP-59788]. See the Arm Compiler 6.18 release note [2]_ For details.
- https://developer.trustedfirmware.org/T979
Reference
=========
.. [1] `PSA Unified Driver spec <https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-interface.md>`_
.. [2] `Arm Compiler 6.18 release note: <https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/Arm%20Compiler%20for%20Embedded/6-18/Release%20notes%20for%20Arm%20Compiler%20for%20Embedded%206.pdf>`_
.. [3] `PSA Arch framework test failures <https://developer.trustedfirmware.org/w/tf_m/release/psa_arch_ff_test_result_in_tf-m_v1.6_release/>`_
--------------
*Copyright (c) 2022, Arm Limited. All rights reserved.*
|