Merge "fix(cpus): workaround for Cortex X3 erratum 2743088" into integration

This commit is contained in:
Bipin Ravi 2023-12-21 18:07:00 +01:00 committed by TrustedFirmware Code Review
commit 9ac42bf263
4 changed files with 20 additions and 3 deletions

View file

@ -783,6 +783,10 @@ For Cortex-X3, the following errata build flags are defined :
Cortex-X3 CPU. This needs to be enabled only for revisions r0p0, r1p0 and
r1p1. It is fixed in r1p2.
- ``ERRATA_X3_2743088``: This applies errata 2743088 workaround to Cortex-X3
CPU. This needs to be enabled only for revisions r0p0, r1p0 and r1p1. It is
fixed in r1p2.
- ``ERRATA_X3_2779509``: This applies errata 2779509 workaround to Cortex-X3
CPU. This needs to be enabled only for revisions r0p0, r1p0 and r1p1 of the
CPU. It is fixed in r1p2.