aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-03-20 01:32:32 -0500
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-03-20 02:33:04 -0500
commit76a7fc23c1e2f434abb1762fcdbab1f91517c29b (patch)
tree0ebb08daebe8df6d5cc9565338fc66dd4d301dd4 /docs
parentc9796852718f66fab99f9e27d58e18fd757dbe60 (diff)
downloadplatform_external_arm-trusted-firmware-76a7fc23c1e2f434abb1762fcdbab1f91517c29b.tar.gz
platform_external_arm-trusted-firmware-76a7fc23c1e2f434abb1762fcdbab1f91517c29b.tar.bz2
platform_external_arm-trusted-firmware-76a7fc23c1e2f434abb1762fcdbab1f91517c29b.zip
Changelog updates for recent commits
Change-Id: I09191a51dd9ee673c54b422ba4eb35c46c6dc30e Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/change-log-upcoming.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/change-log-upcoming.rst b/docs/change-log-upcoming.rst
index f86280f76..3abc5cc68 100644
--- a/docs/change-log-upcoming.rst
+++ b/docs/change-log-upcoming.rst
@@ -29,6 +29,7 @@ New Features
- CPU Support
- Example: "cortex-a55: Workaround for erratum 1221012"
+ - Use Speculation Barrier instruction for v8.5+ cores
- Drivers
- Example: "console: Allow the console to register multiple times"
@@ -43,6 +44,8 @@ New Features
- Platforms
- Example: "arm/common: Introduce wrapper functions to setup secure watchdog"
- plat/arm: Add support for the new `dualroot` chain of trust.
+ - plat/arm/fvp: Add support for fconf in BL31 and SP_MIN. Populate power
+ domain desciptor dynamically by leveraging fconf APIs.
- PSCI
- Example: "Adding new optional PSCI hook ``pwr_domain_on_finish_late``"
@@ -51,6 +54,7 @@ New Features
- Example: "UBSAN support and handlers"
- Add support for optional firmware encryption feature (experimental).
- Introduce a new `dualroot` chain of trust.
+ - aarch32: stop speculative execution past exception returns.
- Tools
- Example: "fiptool: Add support to build fiptool on Windows."