summaryrefslogtreecommitdiffstats
path: root/include/lib/cpus/aarch64/travis.h
blob: a8a255673c4dfe84b79496cdaf9dccfd2dee2c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * Copyright (c) 2023, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TRAVIS_H
#define TRAVIS_H

#define TRAVIS_MIDR					U(0x410FD8C0)

/*******************************************************************************
 * CPU Extended Control register specific definitions
 ******************************************************************************/
#define TRAVIS_IMP_CPUECTLR_EL1				S3_0_C15_C1_4

/*******************************************************************************
 * CPU Power Control register specific definitions
 ******************************************************************************/
#define TRAVIS_IMP_CPUPWRCTLR_EL1			S3_0_C15_C2_7
#define TRAVIS_IMP_CPUPWRCTLR_EL1_CORE_PWRDN_EN_BIT	U(1)

/*******************************************************************************
 * SME Control registers
 ******************************************************************************/
#define TRAVIS_SVCRSM					S0_3_C4_C2_3
#define TRAVIS_SVCRZA					S0_3_C4_C4_3

#endif /* TRAVIS_H */