AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor
authorYatharth Kochar <yatharth.kochar@arm.com>
Thu, 10 Nov 2016 16:17:51 +0000 (16:17 +0000)
committerdp-arm <dimitris.papastamos@arm.com>
Thu, 20 Apr 2017 14:05:21 +0000 (15:05 +0100)
commitdc787588a557d09fbf46c8562d7060cd39e275d9
tree537dc2995f41ad2e81fb9b2362c051c58ce09dfa
parent0498343ac0d0b03c0389ce358bcb2f17096949dd
AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor

This patch adds AArch32 state support for ARM Cortex-A53,
Cortex-A57 and Cortex-A72 MPCore Processor in the CPU specific
operations framework.

NOTE: CPU errata handling code is not present in this patch.

Change-Id: I01eb3e028e40dde37565707ebc99e06e7a0c113d
Signed-off-by: Yatharth Kochar <yatharth.kochar@arm.com>
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
include/common/aarch32/asm_macros.S
include/lib/aarch32/arch.h
include/lib/cpus/aarch32/cortex_a53.h [new file with mode: 0644]
include/lib/cpus/aarch32/cortex_a57.h [new file with mode: 0644]
include/lib/cpus/aarch32/cortex_a72.h [new file with mode: 0644]
lib/cpus/aarch32/cortex_a53.S [new file with mode: 0644]
lib/cpus/aarch32/cortex_a57.S [new file with mode: 0644]
lib/cpus/aarch32/cortex_a72.S [new file with mode: 0644]