@@ -671,14 +671,14 @@ config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
671
671
bool
672
672
673
673
config ARM64_ERRATUM_2119858
674
- bool "Cortex-A710: 2119858: workaround TRBE overwriting trace data in FILL mode"
674
+ bool "Cortex-A710/X2 : 2119858: workaround TRBE overwriting trace data in FILL mode"
675
675
default y
676
676
depends on CORESIGHT_TRBE
677
677
select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
678
678
help
679
- This option adds the workaround for ARM Cortex-A710 erratum 2119858.
679
+ This option adds the workaround for ARM Cortex-A710/X2 erratum 2119858.
680
680
681
- Affected Cortex-A710 cores could overwrite up to 3 cache lines of trace
681
+ Affected Cortex-A710/X2 cores could overwrite up to 3 cache lines of trace
682
682
data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
683
683
the event of a WRAP event.
684
684
@@ -761,14 +761,14 @@ config ARM64_ERRATUM_2253138
761
761
If unsure, say Y.
762
762
763
763
config ARM64_ERRATUM_2224489
764
- bool "Cortex-A710: 2224489: workaround TRBE writing to address out-of-range"
764
+ bool "Cortex-A710/X2 : 2224489: workaround TRBE writing to address out-of-range"
765
765
depends on CORESIGHT_TRBE
766
766
default y
767
767
select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
768
768
help
769
- This option adds the workaround for ARM Cortex-A710 erratum 2224489.
769
+ This option adds the workaround for ARM Cortex-A710/X2 erratum 2224489.
770
770
771
- Affected Cortex-A710 cores might write to an out-of-range address, not reserved
771
+ Affected Cortex-A710/X2 cores might write to an out-of-range address, not reserved
772
772
for TRBE. Under some conditions, the TRBE might generate a write to the next
773
773
virtually addressed page following the last page of the TRBE address space
774
774
(i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
0 commit comments