blob: 3e58f250001794b206dd7ea86ffa186fb9664772 [file] [log] [blame]
Etienne Carriere37f8cdc2017-11-05 22:56:26 +01001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef CORTEX_A5_H
8#define CORTEX_A5_H
Etienne Carriere37f8cdc2017-11-05 22:56:26 +01009
10/*******************************************************************************
11 * Cortex-A8 midr with version/revision set to 0
12 ******************************************************************************/
13#define CORTEX_A5_MIDR 0x410FC050
14
15/*******************************************************************************
16 * CPU Auxiliary Control register specific definitions.
17 ******************************************************************************/
18#define CORTEX_A5_ACTLR_SMP_BIT (1 << 6)
19
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000020#endif /* CORTEX_A5_H */