diff options
author | laurenw-arm <lauren.wehrmeister@arm.com> | 2020-01-22 13:30:39 -0600 |
---|---|---|
committer | Olivier Deprez <olivier.deprez@arm.com> | 2020-01-23 10:57:53 +0000 |
commit | dbafda7cdae778fb9672cdefd256188b056e1ea6 (patch) | |
tree | 9124b12cd8b32069aaadf8eb76ca798276b3d553 /lib | |
parent | a74185b1e7c6e645194c168c8d9cce72e0730015 (diff) | |
download | platform_external_arm-trusted-firmware-dbafda7cdae778fb9672cdefd256188b056e1ea6.tar.gz platform_external_arm-trusted-firmware-dbafda7cdae778fb9672cdefd256188b056e1ea6.tar.bz2 platform_external_arm-trusted-firmware-dbafda7cdae778fb9672cdefd256188b056e1ea6.zip |
Errata workarounds N1 1043202, 1315703 default off
Setting errata workarounds for N1 1043202 and 1315703 to 0 since
they should be turned off by default.
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I116673a4ddcf64436e90d70133f035a133989ed9
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cpus/cpu-ops.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cpus/cpu-ops.mk b/lib/cpus/cpu-ops.mk index c9b9b387e..398edf9dc 100644 --- a/lib/cpus/cpu-ops.mk +++ b/lib/cpus/cpu-ops.mk @@ -240,7 +240,7 @@ ERRATA_HERCULES_1688305 ?=0 # Flag to apply T32 CLREX workaround during reset. This erratum applies # only to r0p0 and r1p0 of the Neoverse N1 cpu. -ERRATA_N1_1043202 ?=1 +ERRATA_N1_1043202 ?=0 # Flag to apply erratum 1073348 workaround during reset. This erratum applies # only to revision r0p0 and r1p0 of the Neoverse N1 cpu. @@ -280,7 +280,7 @@ ERRATA_N1_1275112 ?=0 # Flag to apply erratum 1315703 workaround during reset. This erratum applies # to revisions before r3p1 of the Neoverse N1 cpu. -ERRATA_N1_1315703 ?=1 +ERRATA_N1_1315703 ?=0 # Flag to apply erratum 1542419 workaround during reset. This erratum applies # to revisions r3p0 - r4p0 of the Neoverse N1 cpu. |