aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-02 13:48:02 +0100
committerGitHub <noreply@github.com>2018-10-02 13:48:02 +0100
commit5eb48849c73b3c2c70adde5fae0cf6c6fb98c2ee (patch)
tree492f3980d02e00fce10a66e65bca099a0e02f728 /docs
parent84568b97c7c26a4762f318fe2a1fa8d999e98132 (diff)
parentf9f26a5a311fbadae7e66b25c4df7b0919dd05a1 (diff)
downloadplatform_external_arm-trusted-firmware-5eb48849c73b3c2c70adde5fae0cf6c6fb98c2ee.tar.gz
platform_external_arm-trusted-firmware-5eb48849c73b3c2c70adde5fae0cf6c6fb98c2ee.tar.bz2
platform_external_arm-trusted-firmware-5eb48849c73b3c2c70adde5fae0cf6c6fb98c2ee.zip
Merge pull request #1601 from joannafarley-arm/jf/release-2.0-changelog
Release docs updates for v2.0 release
Diffstat (limited to 'docs')
-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 f149b1a6e..95361e955 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