Commit bc6206f7 authored by Konstantin Porotchkin's avatar Konstantin Porotchkin
Browse files

lib: cpu: Add L2 cache aux control register definition to CA72



Add definition of EL1 L2 Auxilary Control register to
Cortex A72 library headers.
Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
parent 031542fc
......@@ -37,6 +37,13 @@
#define CORTEX_A72_CPUACTLR_EL1_DCC_AS_DCCI (ULL(1) << 44)
#define CORTEX_A72_CPUACTLR_EL1_DIS_INSTR_PREFETCH (ULL(1) << 32)
/*******************************************************************************
* L2 Auxiliary Control register specific definitions.
******************************************************************************/
#define CORTEX_A72_L2ACTLR_EL1 S3_1_C15_C0_0
#define CORTEX_A72_L2ACTLR_ENABLE_UNIQUE_CLEAN (ULL(1) << 14)
/*******************************************************************************
* L2 Control register specific definitions.
******************************************************************************/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment