Add support for Cortex-A75 and Cortex-A55 CPUs
authorDavid Wang <david.wang@arm.com>
Wed, 9 Nov 2016 16:29:02 +0000 (16:29 +0000)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Thu, 1 Jun 2017 10:44:52 +0000 (11:44 +0100)
commitd40ab484d2d8cdcd400acae96d0f88c00e1c2bd2
tree7019b901daf559c0f772f1953f7c89cbcc716f02
parent2bd26faf62411c75111fea4b23c542865383b068
Add support for Cortex-A75 and Cortex-A55 CPUs

Both Cortex-A75 and Cortex-A55 CPUs use the ARM DynamIQ Shared Unit
(DSU). The power-down and power-up sequences are therefore mostly
managed in hardware, and required software operations are considerably
simpler.

Change-Id: I68b30e6e1ebe7c041d5e67f39c59f08575fc7ecc
Co-authored-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
include/lib/cpus/aarch64/cortex_a55.h [new file with mode: 0644]
include/lib/cpus/aarch64/cortex_a75.h [new file with mode: 0644]
lib/cpus/aarch64/cortex_a55.S [new file with mode: 0644]
lib/cpus/aarch64/cortex_a75.S [new file with mode: 0644]
plat/arm/board/fvp/platform.mk