mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(docs): fix typos in v2.5 release documentation
Two issues in documentation were identified after the release. This patch fixes these typos. 1. Matternhorn ELP CPU was made available through v2.5 release, not Matternhorn CPU 2. We had upgraded TF-A to use GCC 10.2 toolchain family and used this toolchain for release testing Change-Id: I33e59bb5a6d13f4d40dbb3352004d5b133431d65 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
This commit is contained in:
parent
09e153a9a8
commit
481c7b6b91
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ New Features
|
|||
- Cortex_A78C CPU
|
||||
- Makalu ELP CPU
|
||||
- Makalu CPU
|
||||
- Matterhorn CPU
|
||||
- Matterhorn ELP CPU
|
||||
- Neoverse-N2 CPU
|
||||
|
||||
- CPU Errata
|
||||
|
|
|
@ -26,7 +26,7 @@ Toolchain
|
|||
|TF-A| can be built with any of the following *cross-compiler* toolchains that
|
||||
target the Armv7-A or Armv8-A architectures:
|
||||
|
||||
- GCC >= 9.2-2019.12 (from the `Arm Developer website`_)
|
||||
- GCC >= 10.2-2020.11 (from the `Arm Developer website`_)
|
||||
- Clang >= 4.0
|
||||
- Arm Compiler >= 6.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue