From 1ca8d023161bd94b96a766a2e3dd31bd41fbb245 Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Sun, 5 Nov 2017 22:56:50 +0100 Subject: ARMv7: introduce Cortex-A12 Signed-off-by: Etienne Carriere --- include/lib/cpus/aarch32/cortex_a12.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 include/lib/cpus/aarch32/cortex_a12.h (limited to 'include') diff --git a/include/lib/cpus/aarch32/cortex_a12.h b/include/lib/cpus/aarch32/cortex_a12.h new file mode 100644 index 000000000..3068a41fb --- /dev/null +++ b/include/lib/cpus/aarch32/cortex_a12.h @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#ifndef __CORTEX_A12_H__ +#define __CORTEX_A12_H__ + +/******************************************************************************* + * Cortex-A12 midr with version/revision set to 0 + ******************************************************************************/ +#define CORTEX_A12_MIDR 0x410FC0C0 + +/******************************************************************************* + * CPU Auxiliary Control register specific definitions. + ******************************************************************************/ +#define CORTEX_A12_ACTLR_SMP_BIT (1 << 6) + +#endif /* __CORTEX_A12_H__ */ -- cgit v1.2.3