|
@@ -1230,6 +1230,7 @@ config ARM_ERRATA_430973
|
|
|
config ARM_ERRATA_458693
|
|
|
bool "ARM errata: Processor deadlock when a false hazard is created"
|
|
|
depends on CPU_V7
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 458693 Cortex-A8 (r2p0)
|
|
|
erratum. For very specific sequences of memory operations, it is
|
|
@@ -1243,6 +1244,7 @@ config ARM_ERRATA_458693
|
|
|
config ARM_ERRATA_460075
|
|
|
bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
|
|
|
depends on CPU_V7
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 460075 Cortex-A8 (r2p0)
|
|
|
erratum. Any asynchronous access to the L2 cache may encounter a
|
|
@@ -1255,6 +1257,7 @@ config ARM_ERRATA_460075
|
|
|
config ARM_ERRATA_742230
|
|
|
bool "ARM errata: DMB operation may be faulty"
|
|
|
depends on CPU_V7 && SMP
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 742230 Cortex-A9
|
|
|
(r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
|
|
@@ -1267,6 +1270,7 @@ config ARM_ERRATA_742230
|
|
|
config ARM_ERRATA_742231
|
|
|
bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
|
|
|
depends on CPU_V7 && SMP
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 742231 Cortex-A9
|
|
|
(r2p0..r2p2) erratum. Under certain conditions, specific to the
|
|
@@ -1317,6 +1321,7 @@ config PL310_ERRATA_727915
|
|
|
config ARM_ERRATA_743622
|
|
|
bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
|
|
|
depends on CPU_V7
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 743622 Cortex-A9
|
|
|
(r2p*) erratum. Under very rare conditions, a faulty
|
|
@@ -1330,6 +1335,7 @@ config ARM_ERRATA_743622
|
|
|
config ARM_ERRATA_751472
|
|
|
bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation"
|
|
|
depends on CPU_V7
|
|
|
+ depends on !ARCH_MULTIPLATFORM
|
|
|
help
|
|
|
This option enables the workaround for the 751472 Cortex-A9 (prior
|
|
|
to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the
|