diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-03-11 09:46:20 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-03-11 09:51:06 +0100 |
commit | 7f91e592de2d96aca21c758e898084a4c2e78aaa (patch) | |
tree | 765f374530a726ea575258ce8bb28720fd0923c4 /docs | |
parent | f09852c97bc5de46d7322f2d1532fdddbd787043 (diff) | |
download | platform_external_arm-trusted-firmware-7f91e592de2d96aca21c758e898084a4c2e78aaa.tar.gz platform_external_arm-trusted-firmware-7f91e592de2d96aca21c758e898084a4c2e78aaa.tar.bz2 platform_external_arm-trusted-firmware-7f91e592de2d96aca21c758e898084a4c2e78aaa.zip |
Changelog: Add dualroot CoT entries
Change-Id: I60df17764b5170be6bc932808e8890fe1bb0b50f
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log-upcoming.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/change-log-upcoming.rst b/docs/change-log-upcoming.rst index 15f39de63..f86280f76 100644 --- a/docs/change-log-upcoming.rst +++ b/docs/change-log-upcoming.rst @@ -24,6 +24,8 @@ New Features - 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``). - CPU Support - Example: "cortex-a55: Workaround for erratum 1221012" @@ -40,6 +42,7 @@ New Features - Platforms - Example: "arm/common: Introduce wrapper functions to setup secure watchdog" + - plat/arm: Add support for the new `dualroot` chain of trust. - PSCI - Example: "Adding new optional PSCI hook ``pwr_domain_on_finish_late``" @@ -47,6 +50,7 @@ New Features - Security - Example: "UBSAN support and handlers" - Add support for optional firmware encryption feature (experimental). + - Introduce a new `dualroot` chain of trust. - Tools - Example: "fiptool: Add support to build fiptool on Windows." |