mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 06:50:10 +00:00
Merge pull request #1601 from joannafarley-arm/jf/release-2.0-changelog
Release docs updates for v2.0 release
This commit is contained in:
commit
5eb48849c7
2 changed files with 43 additions and 4 deletions
|
@ -4,13 +4,52 @@
|
||||||
|
|
||||||
.. contents::
|
.. 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
|
Trusted Firmware-A - version 1.6
|
||||||
================================
|
================================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Addressing Speculation Security Vunerabilities
|
- Addressing Speculation Security Vulnerabilities
|
||||||
|
|
||||||
- Implement static workaround for CVE-2018-3639 for AArch32 and AArch64
|
- Implement static workaround for CVE-2018-3639 for AArch32 and AArch64
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
- Allwinner sun50i_64 and sun50i_h6
|
||||||
- ARM SGI-575 and SGM-775
|
- ARM SGI-575 and SGM-775
|
||||||
- HiKey, HiKey960 and Poplar boards
|
- HiKey, HiKey960 and Poplar boards
|
||||||
- Marvell Amarda 8K
|
- Marvell Armada 8K
|
||||||
- MediaTek MT6795 and MT8173 SoCs
|
- MediaTek MT6795 and MT8173 SoCs
|
||||||
- NVidia T132, T186 and T210 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
|
- QEMU emulator
|
||||||
- Raspberry Pi 3 board
|
- Raspberry Pi 3 board
|
||||||
- RockChip RK3328, RK3368 and RK3399 SoCs
|
- RockChip RK3328, RK3368 and RK3399 SoCs
|
||||||
|
|
Loading…
Add table
Reference in a new issue