summaryrefslogtreecommitdiff
path: root/include/lib/cpus/aarch64/cortex_a73.h
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-13 11:51:49 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-13 11:51:49 +0000
commit76eac18647f3bb81e029309ea61f8c4c5336ca27 (patch)
treef85daf7303bfff15beb1037f7594fcc226802303 /include/lib/cpus/aarch64/cortex_a73.h
parent5f7956c0489790ddf7c269265ea87a4bdcd14de7 (diff)
parent0d8cb4937e7872c6fc49d26cc83bb72be907a073 (diff)
Merge changes I08cf22df,I535ee414,Ie84cfc96,I8c35ce4e,If7649764, ... into integration
* changes: mediatek: mt8183: Support coreboot configuration mediatek: mt8183: support system reset mediatek: mt8183: pass platform parameters mediatek: mt8183: add GPIO driver mediatek: mt8183: support system off mediatek: mt8183: support CPU hotplug mediatek: mt8183: refine GIC driver
Diffstat (limited to 'include/lib/cpus/aarch64/cortex_a73.h')
-rw-r--r--include/lib/cpus/aarch64/cortex_a73.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch64/cortex_a73.h b/include/lib/cpus/aarch64/cortex_a73.h
index 1238c0ef..fb4f1ec0 100644
--- a/include/lib/cpus/aarch64/cortex_a73.h
+++ b/include/lib/cpus/aarch64/cortex_a73.h
@@ -35,4 +35,11 @@
#define CORTEX_A73_IMP_DEF_REG2 S3_0_C15_C0_2
+/*******************************************************************************
+ * Helper function to access a73_cpuectlr_el1 register on Cortex-A73 CPUs
+ ******************************************************************************/
+#ifndef __ASSEMBLY__
+DEFINE_RENAME_SYSREG_RW_FUNCS(a73_cpuectlr_el1, CORTEX_A73_CPUECTLR_EL1)
+#endif
+
#endif /* CORTEX_A73_H */