CPU: Correct names of implementation-defined aux regs
authorEleanor Bonnici <Eleanor.bonnici@arm.com>
Wed, 9 Aug 2017 15:42:40 +0000 (16:42 +0100)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Tue, 29 Aug 2017 12:52:48 +0000 (13:52 +0100)
commit80bcf98151299473771e77678d57b30cb4a65aca
tree51c49c24e12a7666499bc13e68198ce4f997c210
parente4e6c4be6f415f4389aa9fee6f226ad0bf0e1637
CPU: Correct names of implementation-defined aux regs

At present, various CPU register macros that refer to CPUACTLR are named
ACTLR. This patch fixes that.

The previous register names are retained, but guarded by the
ERROR_DEPRECATED macro, so as not to break platforms that continue using
the old names.

Change-Id: Ia872196d81803f8f390b887d149e0fd054df519b
Signed-off-by: Eleanor Bonnici <Eleanor.bonnici@arm.com>
12 files changed:
include/lib/cpus/aarch32/cortex_a53.h
include/lib/cpus/aarch32/cortex_a57.h
include/lib/cpus/aarch32/cortex_a72.h
include/lib/cpus/aarch64/cortex_a53.h
include/lib/cpus/aarch64/cortex_a57.h
include/lib/cpus/aarch64/cortex_a72.h
lib/cpus/aarch32/cortex_a53.S
lib/cpus/aarch32/cortex_a57.S
lib/cpus/aarch32/cortex_a72.S
lib/cpus/aarch64/cortex_a53.S
lib/cpus/aarch64/cortex_a57.S
lib/cpus/aarch64/cortex_a72.S