mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
feat(cpufeat): add cortex-a35 l2 extended control register
Add Cortex-A35 l2 extended control register definition. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Change-Id: I14c766a88c95fef0f95a6f2e9d8ca87dbeac77c2
This commit is contained in:
parent
6c74b55637
commit
a727d59d9c
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2019, Arm Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2016-2024, Arm Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -12,6 +12,9 @@
|
|||
/* Cortex-A35 Main ID register for revision 0 */
|
||||
#define CORTEX_A35_MIDR U(0x410FD040)
|
||||
|
||||
/* L2 Extended Control Register */
|
||||
#define CORTEX_A35_L2ECTLR_EL1 S3_1_C11_C0_3
|
||||
|
||||
/*******************************************************************************
|
||||
* CPU Extended Control register specific definitions.
|
||||
* CPUECTLR_EL1 is an implementation-specific register.
|
||||
|
|
Loading…
Add table
Reference in a new issue