blob: c4e8bb0d8846bfe6dc6d00553e2b745112346288 [file] [log] [blame]
laurenw-arm9a375e32019-12-09 16:08:00 -06001Change Log for Upcoming Release
2===============================
3
4This document contains a summary of the new features, changes, fixes and known
5issues to be included in the upcoming release of Trusted Firmware-A. The contents
6of this file will be moved to the collective change-log.rst file at the time of
7release code freeze.
8
9
10Upcoming Release Version 2.3
11----------------------------
12
13**Trusted Firmware-A Contributors,
14Please log all relevant new features, changes, fixes, and known issues for the
15upcoming release. For the CPU support, drivers, and tools sections please preface
16the log description with the relevant key word, example: "<CPU>: <CPU Support
17addition>". Use the RST format convention already used in the Change Log.**
18
19New Features
20^^^^^^^^^^^^
21
22- Arm Architecture
23 - Example: "Add support for Branch Target Identification (BTI)"
24
25- Build System
Madhukar Pappireddy46adb1b2020-01-28 12:41:20 -060026 - Add support for documentation build as a target in Makefile
laurenw-arm9a375e32019-12-09 16:08:00 -060027
28- CPU Support
29 - Example: "cortex-a55: Workaround for erratum 1221012"
30
31- Drivers
32 - Example: "console: Allow the console to register multiple times"
33
34- Libraries
35 - Example: "Introduce BTI support in Library at ROM (romlib)"
Louis Mayencourt2b839722020-02-26 13:49:09 +000036 - Add Firmware Configuration Framework (fconf).
laurenw-arm9a375e32019-12-09 16:08:00 -060037
38- New Platforms Support
39 - Example: "qemu/qemu_sbsa: New platform support added for QEMU SBSA platform"
40
41- Platforms
42 - Example: "arm/common: Introduce wrapper functions to setup secure watchdog"
43
44- PSCI
45 - Example: "Adding new optional PSCI hook ``pwr_domain_on_finish_late``"
46
47- Security
48 - Example: "UBSAN support and handlers"
49
50- Tools
51 - Example: "fiptool: Add support to build fiptool on Windows."
52
53
54Changed
55^^^^^^^
56
57- Arm Architecture
58 - Example: "Refactor ARMv8.3 Pointer Authentication support code"
59
60- BL-Specific
61 - Example: "BL2: Invalidate dcache build option for BL2 entry at EL3"
62
63- Boot Flow
64 - Example: "Add helper to parse BL31 parameters (both versions)"
65
66- Drivers
67 - Example: "gicv3: Prevent pending G1S interrupt from becoming G0 interrupt"
68
69- Platforms
70 - Example: "arm/common: Shorten the Firmware Update (FWU) process"
71
72- PSCI
73 - Example: "PSCI: Lookup list of parent nodes to lock only once"
74
75- Secure Partition Manager (SPM)
76 - Example: "Move shim layer to TTBR1_EL1"
77
78- Security
79 - Example: "Refactor SPSR initialisation code"
80
81- Tools
82 - Example: "cert_create: Remove RSA PKCS#1 v1.5 support"
83
84
85Resolved Issues
86^^^^^^^^^^^^^^^
87
88- Arm Architecture
89 - Example: "Fix restoration of PAuth context"
90
91- BL-Specific
92 - Example: "Fix BL31 crash reporting on AArch64 only platforms"
93
94- Build System
95 - Example: "Remove several warnings reported with W=2 and W=1"
96
97- Code Quality
98 - Example: "Unify type of "cpu_idx" across PSCI module"
99
100- CPU Support
101 - Example: "cortex-a12: Fix MIDR mask"
102
103- Drivers
104 - Example: "scmi: Fix wrong payload length"
105
106- Library Code
107 - Example: "libc: Fix memchr implementation"
108
109- Platforms
110 - Example: "rpi: rpi3: Fix compilation error when stack protector is enabled"
111
112- Security
113 - Example: "AArch32: Disable Secure Cycle Counter"
114
115Deprecations
116^^^^^^^^^^^^
117
118- Common Code
119 - Example: "Remove MULTI_CONSOLE_API flag and references to it"
120
121- Drivers
122 - Example: "console: Remove deprecated finish_console_register"
123
124- Secure Partition Manager (SPM):
125 - Example: "Prototype SPCI-based SPM (services/std_svc/spm) will be replaced
126 with alternative methods of secure partitioning support."
127
128Known Issues
129^^^^^^^^^^^^
130
131- Build System
132 - dtb: DTB creation not supported when building on a Windows host.
133
134 This step in the build process is skipped when running on a Windows host. A
135 known issue from the 1.6 release.
136
137- Platforms
138 - arm/juno: System suspend from Linux does not function as documented in the
139 user guide
140
141 Following the instructions provided in the user guide document does not
142 result in the platform entering system suspend state as expected. A message
143 relating to the hdlcd driver failing to suspend will be emitted on the
144 Linux terminal.
145
146 - mediatek/mt6795: This platform does not build in this release