Merge "chore: update status of Cortex-X3 erratum 2615812" into integration

This commit is contained in:
Bipin Ravi 2024-03-22 00:41:20 +01:00 committed by TrustedFirmware Code Review
commit 063d99b3ec
2 changed files with 2 additions and 2 deletions

View file

@ -793,7 +793,7 @@ For Cortex-X3, the following errata build flags are defined :
- ``ERRATA_X3_2615812``: This applies errata 2615812 workaround to Cortex-X3
CPU. This needs to be enabled only for revisions r0p0, r1p0 and r1p1 of the
CPU, it is still open.
CPU, it is fixed in r1p2.
- ``ERRATA_X3_2641945``: This applies errata 2641945 workaround to Cortex-X3
CPU. This needs to be enabled only for revisions r0p0 and r1p0 of the CPU.

View file

@ -795,7 +795,7 @@ CPU_FLAG_LIST += ERRATA_X3_2313909
CPU_FLAG_LIST += ERRATA_X3_2372204
# Flag to apply erratum 2615812 workaround on powerdown. This erratum applies
# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is still open.
# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
CPU_FLAG_LIST += ERRATA_X3_2615812
# Flag to apply erratum 2641945 workaround on reset. This erratum applies