aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-03-26 15:21:20 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-03-26 15:21:20 +0000
commit46d88f9dce42644d1f2f15252fee192a318e413b (patch)
treec8f1867cdd2f1f645ada1928337540828a6f2ac5 /docs
parentd9f405edebca87ef83694ce616a8e6dec93973fb (diff)
parent62c170700bc200f2d41c4801f9b31e356261c1ef (diff)
downloadplatform_external_arm-trusted-firmware-46d88f9dce42644d1f2f15252fee192a318e413b.tar.gz
platform_external_arm-trusted-firmware-46d88f9dce42644d1f2f15252fee192a318e413b.tar.bz2
platform_external_arm-trusted-firmware-46d88f9dce42644d1f2f15252fee192a318e413b.zip
Merge changes I250c3aa1,Icf816053 into integration
* changes: changelog: introduce SPMD, add secure partition loading and tooling changelog: add debugfs functionality
Diffstat (limited to 'docs')
-rw-r--r--docs/change-log-upcoming.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/change-log-upcoming.rst b/docs/change-log-upcoming.rst
index f86280f76..72dfb50e8 100644
--- a/docs/change-log-upcoming.rst
+++ b/docs/change-log-upcoming.rst
@@ -20,12 +20,23 @@ New Features
^^^^^^^^^^^^
- Arm Architecture
+ - Add support for Armv8.4-SecEL2 extension through the SPCI defined SPMD/SPMC
+ components.
+ - Build option to support EL2 context save and restore in the secure world
+ (CTX_INCLUDE_EL2_REGS).
- Example: "Add support for Branch Target Identification (BTI)"
+- BL-specific
+ - Enhanced BL2 bootloader flow to load secure partitions based on firmware
+ configuration data (fconf).
+
- Build System
- Add support for documentation build as a target in Makefile
- Add ``COT`` build option to select the chain of trust to use when the
Trusted Boot feature is enabled (default: ``tbbr``).
+ - Added creation and injection of secure partition packages into the FIP.
+ - Build option to support SPMC component loading and run at S-EL1
+ or S-EL2 (SPMD_SPM_AT_SEL2).
- CPU Support
- Example: "cortex-a55: Workaround for erratum 1221012"
@@ -36,6 +47,7 @@ New Features
- Libraries
- Example: "Introduce BTI support in Library at ROM (romlib)"
- Add Firmware Configuration Framework (fconf).
+ - Add DebugFS functionality
- New Platforms Support
- Example: "qemu/qemu_sbsa: New platform support added for QEMU SBSA platform"
@@ -52,6 +64,9 @@ New Features
- Add support for optional firmware encryption feature (experimental).
- Introduce a new `dualroot` chain of trust.
+- SPCI
+ - Introduced the SPM Dispatcher (SPMD) component as a new standard service.
+
- Tools
- Example: "fiptool: Add support to build fiptool on Windows."
@@ -84,6 +99,7 @@ Changed
- Example: "Refactor SPSR initialisation code"
- Tools
+ - sptool updated to accomodate building secure partition packages.
- Example: "cert_create: Remove RSA PKCS#1 v1.5 support"