]> git.baikalelectronics.ru Git - arm-tf.git/commit
Add support for Cortex-Ares and Cortex-A76 CPUs
authorIsla Mitchell <isla.mitchell@arm.com>
Thu, 3 Aug 2017 15:04:46 +0000 (16:04 +0100)
committerDimitris Papastamos <dimitris.papastamos@arm.com>
Fri, 8 Jun 2018 10:46:31 +0000 (11:46 +0100)
commitabbffe98ed6a2fff519cc5590b947c9751cdd235
treecd1ae3e842ec710aea062db755cbf7e58776bab0
parent83685de911a7a5372a01d656d4cf434c27313426
Add support for Cortex-Ares and Cortex-A76 CPUs

Both Cortex-Ares and Cortex-A76 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 simple.

Change-Id: I3a9447b5bdbdbc5ed845b20f6564d086516fa161
Signed-off-by: Isla Mitchell <isla.mitchell@arm.com>
include/lib/cpus/aarch64/cortex_a76.h [new file with mode: 0644]
include/lib/cpus/aarch64/cortex_ares.h [new file with mode: 0644]
lib/cpus/aarch64/cortex_a76.S [new file with mode: 0644]
lib/cpus/aarch64/cortex_ares.S [new file with mode: 0644]
plat/arm/board/fvp/platform.mk