Merge "Changelog: Add dualroot CoT entries" into integration

This commit is contained in:
Sandrine Bailleux 2020-03-12 09:37:43 +00:00 committed by TrustedFirmware Code Review
commit baff5dc8da
1 changed files with 4 additions and 0 deletions

View 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."