mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 07:15:20 +00:00
Merge "chore: update status of Cortex-X3 erratum 2615812" into integration
This commit is contained in:
commit
063d99b3ec
2 changed files with 2 additions and 2 deletions
|
@ -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
|
- ``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. 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
|
- ``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.
|
CPU. This needs to be enabled only for revisions r0p0 and r1p0 of the CPU.
|
||||||
|
|
|
@ -795,7 +795,7 @@ CPU_FLAG_LIST += ERRATA_X3_2313909
|
||||||
CPU_FLAG_LIST += ERRATA_X3_2372204
|
CPU_FLAG_LIST += ERRATA_X3_2372204
|
||||||
|
|
||||||
# Flag to apply erratum 2615812 workaround on powerdown. This erratum applies
|
# 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
|
CPU_FLAG_LIST += ERRATA_X3_2615812
|
||||||
|
|
||||||
# Flag to apply erratum 2641945 workaround on reset. This erratum applies
|
# Flag to apply erratum 2641945 workaround on reset. This erratum applies
|
||||||
|
|
Loading…
Add table
Reference in a new issue