diff options
author | Soby Mathew <soby.mathew@arm.com> | 2019-03-13 15:34:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 15:34:33 +0000 |
commit | b9d20d0eda5e6b2c48c1003c02ed602146727852 (patch) | |
tree | e07b0401c7ed71ff3708081e35a648d5af265d8b /include | |
parent | 046c21c21667c3e7ccc3c6441e2888e95d43c101 (diff) | |
parent | 5f2c690d0ea92e31cbe9d450f36fc7cbb39a9b23 (diff) | |
download | platform_external_arm-trusted-firmware-b9d20d0eda5e6b2c48c1003c02ed602146727852.tar.gz platform_external_arm-trusted-firmware-b9d20d0eda5e6b2c48c1003c02ed602146727852.tar.bz2 platform_external_arm-trusted-firmware-b9d20d0eda5e6b2c48c1003c02ed602146727852.zip |
Merge pull request #1882 from ambroise-arm/av/a15-errata
Apply workarounds for errata of Cortex-A15
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/cpus/aarch32/cortex_a15.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch32/cortex_a15.h b/include/lib/cpus/aarch32/cortex_a15.h index 957afbdb4..9526a9cef 100644 --- a/include/lib/cpus/aarch32/cortex_a15.h +++ b/include/lib/cpus/aarch32/cortex_a15.h @@ -10,6 +10,13 @@ #include <lib/utils_def.h> /******************************************************************************* + * Auxiliary Control Register 2 specific definitions. + ******************************************************************************/ +#define CORTEX_A15_ACTLR2 p15, 1, c15, c0, 4 + +#define CORTEX_A15_ACTLR2_INV_DCC_BIT (U(1) << 0) + +/******************************************************************************* * Cortex-A15 midr with version/revision set to 0 ******************************************************************************/ #define CORTEX_A15_MIDR U(0x410FC0F0) |