]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
Changelog: Add dualroot CoT entries
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Mar 2020 08:46:20 +0000 (09:46 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Mar 2020 08:51:06 +0000 (09:51 +0100)
Change-Id: I60df17764b5170be6bc932808e8890fe1bb0b50f
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
docs/change-log-upcoming.rst

index 15f39de6319c9ce64e6f4fc05f8a58385f71f44c..f86280f76b96aca9022790e1345f0d3df7b5f3a3 100644 (file)
@@ -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."