summaryrefslogtreecommitdiff
path: root/docs/change-log.rst
diff options
context:
space:
mode:
authorJoanna Farley <joanna.farley@arm.com>2018-09-28 08:38:17 +0100
committerJoanna Farley <joanna.farley@arm.com>2018-10-02 12:12:02 +0100
commitf9f26a5a311fbadae7e66b25c4df7b0919dd05a1 (patch)
tree1ec23ba865602349560ef488ef7bcf6007f11eb3 /docs/change-log.rst
parent9a983cfec21dea9347e191434ee704c57a55bda1 (diff)
Release docs updates for v2.0 release
Change-Id: Iaa5c586b65f0abdd4ddbdee4c73d07811a0aff49 Signed-off-by: Joanna Farley <joanna.farley@arm.com>
Diffstat (limited to 'docs/change-log.rst')
-rw-r--r--docs/change-log.rst41
1 files changed, 40 insertions, 1 deletions
diff --git a/docs/change-log.rst b/docs/change-log.rst
index f149b1a6..95361e95 100644
--- a/docs/change-log.rst
+++ b/docs/change-log.rst
@@ -4,13 +4,52 @@
.. contents::
+Trusted Firmware-A - version 2.0
+================================
+
+New Features
+------------
+
+- Removal of a number of deprecated API's
+
+ - A new Platform Compatibility Policy document has been created which
+ references a wiki page that maintains a listing of deprecated
+ interfaces and the release after which they will be removed.
+
+ - All deprecated interfaces except the MULTI_CONSOLE_API have been removed
+ from the code base.
+
+ - Various Arm and partner platforms have been updated to remove the use of
+ removed API's in this release.
+
+ - This release is otherwise unchanged from 1.6 release
+
+Issues resolved since last release
+----------------------------------
+
+- No issues known at 1.6 release resolved in 2.0 release
+
+Known Issues
+------------
+
+- DTB creation not supported when building on a Windows host. This step in the
+ build process is skipped when running on a Windows host. Known issue from
+ 1.6 version.
+
+- As a result of removal of deprecated interfaces the Nvidia Tegra, Marvell
+ Armada 8K and MediaTek MT6795 platforms do not build in this release.
+ Also MediaTek MT8173, NXP QorIQ LS1043A, NXP i.MX8QX, NXP i.MX8QMa,
+ Rockchip RK3328, Rockchip RK3368 and Rockchip RK3399 platforms have not been
+ confirmed to be working after the removal of the deprecated interfaces
+ although they do build.
+
Trusted Firmware-A - version 1.6
================================
New Features
------------
-- Addressing Speculation Security Vunerabilities
+- Addressing Speculation Security Vulnerabilities
- Implement static workaround for CVE-2018-3639 for AArch32 and AArch64