Skip to content

Commit 80d3cb9

Browse files
shawnguo2Russell King
authored andcommitted
ARM: 8090/1: add revision info for PL310 errata 588369 and 727915
Add revision info for PL310_ERRATA_588369 and PL310_ERRATA_727915 to help people understand if they need to enable the errata for their hardware. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 7ca791c commit 80d3cb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arch/arm/mm/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,8 @@ config PL310_ERRATA_588369
907907
They are architecturally defined to behave as the execution of a
908908
clean operation followed immediately by an invalidate operation,
909909
both performing to the same memory location. This functionality
910-
is not correctly implemented in PL310 as clean lines are not
911-
invalidated as a result of these operations.
910+
is not correctly implemented in PL310 prior to r2p0 (fixed in r2p0)
911+
as clean lines are not invalidated as a result of these operations.
912912

913913
config PL310_ERRATA_727915
914914
bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption"
@@ -918,7 +918,8 @@ config PL310_ERRATA_727915
918918
PL310 can handle normal accesses while it is in progress. Under very
919919
rare circumstances, due to this erratum, write data can be lost when
920920
PL310 treats a cacheable write transaction during a Clean &
921-
Invalidate by Way operation.
921+
Invalidate by Way operation. Revisions prior to r3p1 are affected by
922+
this errata (fixed in r3p1).
922923

923924
config PL310_ERRATA_753970
924925
bool "PL310 errata: cache sync operation may be faulty"

0 commit comments

Comments
 (0)