summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/change-log.rst41
-rw-r--r--readme.rst6
2 files changed, 43 insertions, 4 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
diff --git a/readme.rst b/readme.rst
index 1e70ef44..f2a7a000 100644
--- a/readme.rst
+++ b/readme.rst
@@ -1,4 +1,4 @@
-Trusted Firmware-A - version 1.6
+Trusted Firmware-A - version 2.0
================================
Trusted Firmware-A (TF-A) provides a reference implementation of secure world
@@ -195,10 +195,10 @@ This release also contains the following platform support:
- Allwinner sun50i_64 and sun50i_h6
- ARM SGI-575 and SGM-775
- HiKey, HiKey960 and Poplar boards
-- Marvell Amarda 8K
+- Marvell Armada 8K
- MediaTek MT6795 and MT8173 SoCs
- NVidia T132, T186 and T210 SoCs
-- NXP ls1043, i.MX8QX and i.MX8QM
+- NXP QorIQ LS1043A, i.MX8QX, i.MX8QM and i.MX7Solo WaRP7
- QEMU emulator
- Raspberry Pi 3 board
- RockChip RK3328, RK3368 and RK3399 SoCs