diff options
author | Imre Kis <imre.kis@arm.com> | 2020-02-27 15:05:03 +0100 |
---|---|---|
committer | Imre Kis <imre.kis@arm.com> | 2020-02-27 15:18:20 +0100 |
commit | 4ebdbc70836313087667d4c27cfc4bc13e95c48b (patch) | |
tree | 66ef9cb9333316bdbf2c0c0600542a61ff67fcaa /docs | |
parent | ac10c00e7b6b5624f05ceb81b0c35a93145f3130 (diff) | |
download | platform_external_arm-trusted-firmware-4ebdbc70836313087667d4c27cfc4bc13e95c48b.tar.gz platform_external_arm-trusted-firmware-4ebdbc70836313087667d4c27cfc4bc13e95c48b.tar.bz2 platform_external_arm-trusted-firmware-4ebdbc70836313087667d4c27cfc4bc13e95c48b.zip |
Add Cortex-A65/AE to the supported FVP list
Cortex-A65x4 and Cortex-A65AEx8 is now included in the list of the
supported Arm Fixed Virtual Platforms.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: Ibfcaec11bc75549d60455e96858d79b679e71e5e
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/arm/fvp/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/plat/arm/fvp/index.rst b/docs/plat/arm/fvp/index.rst index 40e966117..169b6f366 100644 --- a/docs/plat/arm/fvp/index.rst +++ b/docs/plat/arm/fvp/index.rst @@ -26,6 +26,8 @@ Arm FVPs without shifted affinities, and that do not support threaded CPU cores - ``FVP_Base_Cortex-A57x2-A53x4`` - ``FVP_Base_Cortex-A57x4-A53x4`` - ``FVP_Base_Cortex-A57x4`` +- ``FVP_Base_Cortex-A65x4`` (Version 11.9 build 41) +- ``FVP_Base_Cortex-A65AEx8`` (Version 11.9 build 41) - ``FVP_Base_Cortex-A72x4-A53x4`` - ``FVP_Base_Cortex-A72x4`` - ``FVP_Base_Cortex-A73x4-A53x4`` @@ -628,7 +630,7 @@ boot Linux with 4 CPUs using the AArch32 build of TF-A. -------------- -*Copyright (c) 2019, Arm Limited. All rights reserved.* +*Copyright (c) 2019-2020, Arm Limited. All rights reserved.* .. _TB_FW_CONFIG for FVP: ../plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts .. _Arm's website: `FVP models`_ |