summaryrefslogtreecommitdiffstats
path: root/include/lib/cpus/aarch32/cortex_a32.h
blob: 6ddd53380ee6417eddf46fe553621548276fa61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef CORTEX_A32_H
#define CORTEX_A32_H

#include <lib/utils_def.h>

/* Cortex-A32 Main ID register for revision 0 */
#define CORTEX_A32_MIDR				U(0x410FD010)

/*******************************************************************************
 * CPU Extended Control register specific definitions.
 * CPUECTLR_EL1 is an implementation-specific register.
 ******************************************************************************/
#define CORTEX_A32_CPUECTLR_EL1			p15, 1, c15
#define CORTEX_A32_CPUECTLR_SMPEN_BIT		(ULL(1) << 6)

#endif /* CORTEX_A32_H */