Commit 481c7b6b authored by Madhukar Pappireddy's avatar Madhukar Pappireddy
Browse files

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: default avatarMadhukar Pappireddy <madhukar.pappireddy@arm.com>
parent 09e153a9
...@@ -107,7 +107,7 @@ New Features ...@@ -107,7 +107,7 @@ New Features
- Cortex_A78C CPU - Cortex_A78C CPU
- Makalu ELP CPU - Makalu ELP CPU
- Makalu CPU - Makalu CPU
- Matterhorn CPU - Matterhorn ELP CPU
- Neoverse-N2 CPU - Neoverse-N2 CPU
- CPU Errata - CPU Errata
......
...@@ -26,7 +26,7 @@ Toolchain ...@@ -26,7 +26,7 @@ Toolchain
|TF-A| can be built with any of the following *cross-compiler* toolchains that |TF-A| can be built with any of the following *cross-compiler* toolchains that
target the Armv7-A or Armv8-A architectures: 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 - Clang >= 4.0
- Arm Compiler >= 6.0 - Arm Compiler >= 6.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment