aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-03-27 17:48:31 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-03-27 17:48:31 +0000
commit3f0b298fe9bef10b059fa5965df6253a8d97ecd1 (patch)
treece990b8edffff26c5041400c7990d0f428f93735 /docs
parentb3250f58a8390f631b84cb37d41b36726644d879 (diff)
parent76a7fc23c1e2f434abb1762fcdbab1f91517c29b (diff)
downloadplatform_external_arm-trusted-firmware-3f0b298fe9bef10b059fa5965df6253a8d97ecd1.tar.gz
platform_external_arm-trusted-firmware-3f0b298fe9bef10b059fa5965df6253a8d97ecd1.tar.bz2
platform_external_arm-trusted-firmware-3f0b298fe9bef10b059fa5965df6253a8d97ecd1.zip
Merge "Changelog updates for recent commits" into integration
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 72dfb50e8..f089a5ed6 100644
--- a/docs/change-log-upcoming.rst
+++ b/docs/change-log-upcoming.rst
@@ -40,6 +40,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"
@@ -55,6 +56,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``"
@@ -63,6 +66,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.
- SPCI
- Introduced the SPM Dispatcher (SPMD) component as a new standard service.