xref: /rk3399_ARM-atf/lib/cpus/cpu-ops.mk (revision 761d0c72c32bfd45d2a2bedbf92e5a0e629729d6)
1#
2# Copyright (c) 2014-2026, Arm Limited and Contributors. All rights reserved.
3# Copyright (c) 2020-2022, NVIDIA Corporation. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8include ${MAKE_HELPERS_DIRECTORY}$/build_macros.mk
9
10# Cortex A57 specific optimisation to skip L1 cache flush when
11# cluster is powered down.
12CPU_FLAG_LIST += SKIP_A57_L1_FLUSH_PWR_DWN
13
14# Flag to disable the cache non-temporal hint.
15# It is enabled by default.
16A53_DISABLE_NON_TEMPORAL_HINT		?=1
17CPU_FLAG_LIST += A53_DISABLE_NON_TEMPORAL_HINT
18
19# Flag to disable the cache non-temporal hint.
20# It is enabled by default.
21A57_DISABLE_NON_TEMPORAL_HINT		?=1
22CPU_FLAG_LIST += A57_DISABLE_NON_TEMPORAL_HINT
23
24# Flag to enable higher performance non-cacheable load forwarding.
25# It is disabled by default.
26CPU_FLAG_LIST += A57_ENABLE_NONCACHEABLE_LOAD_FWD
27
28WORKAROUND_CVE_2017_5715		?=1
29CPU_FLAG_LIST += WORKAROUND_CVE_2017_5715
30WORKAROUND_CVE_2018_3639		?=1
31CPU_FLAG_LIST += WORKAROUND_CVE_2018_3639
32DYNAMIC_WORKAROUND_CVE_2018_3639	?=0
33CPU_FLAG_LIST += DYNAMIC_WORKAROUND_CVE_2018_3639
34WORKAROUND_CVE_2022_23960		?=1
35CPU_FLAG_LIST += WORKAROUND_CVE_2022_23960
36WORKAROUND_CVE_2024_7881		?=1
37CPU_FLAG_LIST += WORKAROUND_CVE_2024_7881
38
39# Flag to disable Hardware page aggregation(HPA).
40# This flag is enabled by default.
41WORKAROUND_CVE_2024_5660		?=1
42CPU_FLAG_LIST += WORKAROUND_CVE_2024_5660
43
44
45# Flags to indicate internal or external Last level cache
46# By default internal
47CPU_FLAG_LIST += NEOVERSE_Nx_EXTERNAL_LLC
48CPU_FLAG_LIST += NEOVERSE_Vx_EXTERNAL_LLC
49
50# Flag to enable or disable hardware prefetcher for Neoverse N2 CPU
51# By default enabled
52CPU_FLAG_LIST += NEOVERSE_N2_PREFETCHER_DISABLE
53
54# CPU Errata Build flags.
55# These should be enabled by the platform if the erratum workaround needs to be
56# applied.
57
58# Flag to apply erratum 794073 workaround when disabling mmu.
59CPU_FLAG_LIST += ERRATA_A9_794073
60
61# Flag to apply erratum 816470 workaround during power down. This erratum
62# applies only to revision >= r3p0 of the Cortex A15 cpu.
63CPU_FLAG_LIST += ERRATA_A15_816470
64
65# Flag to apply erratum 827671 workaround during reset. This erratum applies
66# only to revision >= r3p0 of the Cortex A15 cpu.
67CPU_FLAG_LIST += ERRATA_A15_827671
68
69# Flag to apply erratum 852421 workaround during reset. This erratum applies
70# only to revision <= r1p2 of the Cortex A17 cpu.
71CPU_FLAG_LIST += ERRATA_A17_852421
72
73# Flag to apply erratum 852423 workaround during reset. This erratum applies
74# only to revision <= r1p2 of the Cortex A17 cpu.
75CPU_FLAG_LIST += ERRATA_A17_852423
76
77# Flag to apply erratum 855472 workaround during reset. This erratum applies
78# only to revision r0p0 of the Cortex A35 cpu.
79CPU_FLAG_LIST += ERRATA_A35_855472
80
81# Flag to apply erratum 819472 workaround during reset. This erratum applies
82# only to revision <= r0p1 of the Cortex A53 cpu.
83CPU_FLAG_LIST += ERRATA_A53_819472
84
85# Flag to apply erratum 824069 workaround during reset. This erratum applies
86# only to revision <= r0p2 of the Cortex A53 cpu.
87CPU_FLAG_LIST += ERRATA_A53_824069
88
89# Flag to apply erratum 826319 workaround during reset. This erratum applies
90# only to revision <= r0p2 of the Cortex A53 cpu.
91CPU_FLAG_LIST += ERRATA_A53_826319
92
93# Flag to apply erratum 827319 workaround during reset. This erratum applies
94# only to revision <= r0p2 of the Cortex A53 cpu.
95CPU_FLAG_LIST += ERRATA_A53_827319
96
97# Flag to apply erratum 835769 workaround at compile and link time. This
98# erratum applies to revision <= r0p4 of the Cortex A53 cpu. Enabling this
99# workaround can lead the linker to create "*.stub" sections.
100CPU_FLAG_LIST += ERRATA_A53_835769
101
102# Flag to apply erratum 836870 workaround during reset. This erratum applies
103# only to revision <= r0p3 of the Cortex A53 cpu. From r0p4 and onwards, this
104# erratum workaround is enabled by default in hardware.
105CPU_FLAG_LIST += ERRATA_A53_836870
106
107# Flag to apply erratum 843419 workaround at link time.
108# This erratum applies to revision <= r0p4 of the Cortex A53 cpu. Enabling this
109# workaround could lead the linker to emit "*.stub" sections which are 4kB
110# aligned.
111CPU_FLAG_LIST += ERRATA_A53_843419
112
113# Flag to apply errata 855873 during reset. This errata applies to all
114# revisions of the Cortex A53 CPU, but this firmware workaround only works
115# for revisions r0p3 and higher. Earlier revisions are taken care
116# of by the rich OS.
117CPU_FLAG_LIST += ERRATA_A53_855873
118
119# Flag to apply erratum 1530924 workaround during reset. This erratum applies
120# to all revisions of Cortex A53 cpu.
121CPU_FLAG_LIST += ERRATA_A53_1530924
122
123# Flag to apply erratum 768277 workaround during reset. This erratum applies
124# only to revision r0p0 of the Cortex A55 cpu.
125CPU_FLAG_LIST += ERRATA_A55_768277
126
127# Flag to apply erratum 778703 workaround during reset. This erratum applies
128# only to revision r0p0 of the Cortex A55 cpu.
129CPU_FLAG_LIST += ERRATA_A55_778703
130
131# Flag to apply erratum 798797 workaround during reset. This erratum applies
132# only to revision r0p0 of the Cortex A55 cpu.
133CPU_FLAG_LIST += ERRATA_A55_798797
134
135# Flag to apply erratum 846532 workaround during reset. This erratum applies
136# only to revision <= r0p1 of the Cortex A55 cpu.
137CPU_FLAG_LIST += ERRATA_A55_846532
138
139# Flag to apply erratum 903758 workaround during reset. This erratum applies
140# only to revision <= r0p1 of the Cortex A55 cpu.
141CPU_FLAG_LIST += ERRATA_A55_903758
142
143# Flag to apply erratum 1221012 workaround during reset. This erratum applies
144# only to revision <= r1p0 of the Cortex A55 cpu.
145CPU_FLAG_LIST += ERRATA_A55_1221012
146
147# Flag to apply erratum 1530923 workaround during reset. This erratum applies
148# to all revisions of Cortex A55 cpu.
149CPU_FLAG_LIST += ERRATA_A55_1530923
150
151# Flag to apply erratum 806969 workaround during reset. This erratum applies
152# only to revision r0p0 of the Cortex A57 cpu.
153CPU_FLAG_LIST += ERRATA_A57_806969
154
155# Flag to apply erratum 813419 workaround during reset. This erratum applies
156# only to revision r0p0 of the Cortex A57 cpu.
157CPU_FLAG_LIST += ERRATA_A57_813419
158
159# Flag to apply erratum 813420 workaround during reset. This erratum applies
160# only to revision r0p0 of the Cortex A57 cpu.
161CPU_FLAG_LIST += ERRATA_A57_813420
162
163# Flag to apply erratum 814670 workaround during reset. This erratum applies
164# only to revision r0p0 of the Cortex A57 cpu.
165CPU_FLAG_LIST += ERRATA_A57_814670
166
167# Flag to apply erratum 817169 workaround during power down. This erratum
168# applies only to revision <= r0p1 of the Cortex A57 cpu.
169CPU_FLAG_LIST += ERRATA_A57_817169
170
171# Flag to apply erratum 826974 workaround during reset. This erratum applies
172# only to revision <= r1p1 of the Cortex A57 cpu.
173CPU_FLAG_LIST += ERRATA_A57_826974
174
175# Flag to apply erratum 826977 workaround during reset. This erratum applies
176# only to revision <= r1p1 of the Cortex A57 cpu.
177CPU_FLAG_LIST += ERRATA_A57_826977
178
179# Flag to apply erratum 828024 workaround during reset. This erratum applies
180# only to revision <= r1p1 of the Cortex A57 cpu.
181CPU_FLAG_LIST += ERRATA_A57_828024
182
183# Flag to apply erratum 829520 workaround during reset. This erratum applies
184# only to revision <= r1p2 of the Cortex A57 cpu.
185CPU_FLAG_LIST += ERRATA_A57_829520
186
187# Flag to apply erratum 833471 workaround during reset. This erratum applies
188# only to revision <= r1p2 of the Cortex A57 cpu.
189CPU_FLAG_LIST += ERRATA_A57_833471
190
191# Flag to apply erratum 855972 workaround during reset. This erratum applies
192# only to revision <= r1p3 of the Cortex A57 cpu.
193CPU_FLAG_LIST += ERRATA_A57_859972
194
195# Flag to apply erratum 1319537 workaround during reset. This erratum applies
196# to all revisions of Cortex A57 cpu.
197CPU_FLAG_LIST += ERRATA_A57_1319537
198
199# Flag to apply erratum 1179935 workaround during reset. This erratum applies
200# to only r0p0 of the Cortex A65 cpu and is fixed in r1p0.
201CPU_FLAG_LIST += ERRATA_A65_1179935
202
203# Flag to apply erratum 1227419 workaround during reset. This erratum applies
204# to r0p0, r1p0 of the Cortex A65 cpu and is fixed in r1p1.
205CPU_FLAG_LIST += ERRATA_A65_1227419
206
207# Flag to apply erratum 1179935 workaround during reset. This erratum applies
208# to r0p0, r1p0, r1p1, r1p2 revisions of the CPU and is still open.
209CPU_FLAG_LIST += ERRATA_A65_1541130
210
211# Flag to apply erratum 855971 workaround during reset. This erratum applies
212# only to revision <= r0p3 of the Cortex A72 cpu.
213CPU_FLAG_LIST += ERRATA_A72_859971
214
215# Flag to apply erratum 1319367 workaround during reset. This erratum applies
216# to all revisions of Cortex A72 cpu.
217CPU_FLAG_LIST += ERRATA_A72_1319367
218
219# Flag to apply erratum 852427 workaround during reset. This erratum applies
220# only to revision r0p0 of the Cortex A73 cpu.
221CPU_FLAG_LIST += ERRATA_A73_852427
222
223# Flag to apply erratum 855423 workaround during reset. This erratum applies
224# only to revision <= r0p1 of the Cortex A73 cpu.
225CPU_FLAG_LIST += ERRATA_A73_855423
226
227# Flag to apply erratum 764081 workaround during reset. This erratum applies
228# only to revision <= r0p0 of the Cortex A75 cpu.
229CPU_FLAG_LIST += ERRATA_A75_764081
230
231# Flag to apply erratum 790748 workaround during reset. This erratum applies
232# only to revision <= r0p0 of the Cortex A75 cpu.
233CPU_FLAG_LIST += ERRATA_A75_790748
234
235# Flag to apply erratum 1073348 workaround during reset. This erratum applies
236# only to revision <= r1p0 of the Cortex A76 cpu.
237CPU_FLAG_LIST += ERRATA_A76_1073348
238
239# Flag to apply erratum 1130799 workaround during reset. This erratum applies
240# only to revision <= r2p0 of the Cortex A76 cpu.
241CPU_FLAG_LIST += ERRATA_A76_1130799
242
243# Flag to apply erratum 1220197 workaround during reset. This erratum applies
244# only to revision <= r2p0 of the Cortex A76 cpu.
245CPU_FLAG_LIST += ERRATA_A76_1220197
246
247# Flag to apply erratum 1257314 workaround during reset. This erratum applies
248# only to revision <= r3p0 of the Cortex A76 cpu.
249CPU_FLAG_LIST += ERRATA_A76_1257314
250
251# Flag to apply erratum 1262606 workaround during reset. This erratum applies
252# only to revision <= r3p0 of the Cortex A76 cpu.
253CPU_FLAG_LIST += ERRATA_A76_1262606
254
255# Flag to apply erratum 1262888 workaround during reset. This erratum applies
256# only to revision <= r3p0 of the Cortex A76 cpu.
257CPU_FLAG_LIST += ERRATA_A76_1262888
258
259# Flag to apply erratum 1275112 workaround during reset. This erratum applies
260# only to revision <= r3p0 of the Cortex A76 cpu.
261CPU_FLAG_LIST += ERRATA_A76_1275112
262
263# Flag to apply erratum 1286807 workaround during reset. This erratum applies
264# only to revision <= r3p0 of the Cortex A76 cpu.
265CPU_FLAG_LIST += ERRATA_A76_1286807
266
267# Flag to apply erratum 1791580 workaround during reset. This erratum applies
268# only to revision <= r4p0 of the Cortex A76 cpu.
269CPU_FLAG_LIST += ERRATA_A76_1791580
270
271# Flag to apply erratum 1165522 workaround during reset. This erratum applies
272# to all revisions of Cortex A76 cpu.
273CPU_FLAG_LIST += ERRATA_A76_1165522
274
275# Flag to apply erratum 1868343 workaround during reset. This erratum applies
276# only to revision <= r4p0 of the Cortex A76 cpu.
277CPU_FLAG_LIST += ERRATA_A76_1868343
278
279# Flag to apply erratum 1946160 workaround during reset. This erratum applies
280# only to revisions r3p0 - r4p1 of the Cortex A76 cpu.
281CPU_FLAG_LIST += ERRATA_A76_1946160
282
283# Flag to apply erratum 2743102 workaround during powerdown. This erratum
284# applies to all revisions <= r4p1 of the Cortex A76 cpu and is still open.
285CPU_FLAG_LIST += ERRATA_A76_2743102
286
287# Flag to apply erratum 1931427 workaround during reset. This erratum
288# applies to revision r0p0 and r1p0 of the Cortex A76AE cpu and is fixed
289# in r1p1.
290CPU_FLAG_LIST += ERRATA_A76AE_1931427
291
292# Flag to apply erratum 1931435 workaround during reset. This erratum
293# applies to revision r0p0 and r1p0 of the Cortex A76AE cpu and is fixed
294# in r1p1.
295CPU_FLAG_LIST += ERRATA_A76AE_1931435
296
297# Flag to apply erratum 1969401 workaround during reset. This erratum
298# applies to revision r0p0 and r1p0 of the Cortex A76AE cpu and is fixed
299# in r1p1.
300CPU_FLAG_LIST += ERRATA_A76AE_1969401
301
302# Flag to apply erratum 2371140 workaround during powerdown. This erratum
303# applies to all revisions <= r1p1 of the Cortex A76AE cpu and is still open.
304CPU_FLAG_LIST += ERRATA_A76AE_2371140
305
306# Flag to apply erratum 2753838 workaround during powerdown. This erratum
307# applies to all revisions <= r1p1 of the Cortex A76AE cpu and is still open.
308CPU_FLAG_LIST += ERRATA_A76AE_2753838
309
310# Flag to apply erratum 1508412 workaround during reset. This erratum applies
311# only to revision <= r1p0 of the Cortex A77 cpu.
312CPU_FLAG_LIST += ERRATA_A77_1508412
313
314# Flag to apply erratum 1925769 workaround during reset. This erratum applies
315# only to revision <= r1p1 of the Cortex A77 cpu.
316CPU_FLAG_LIST += ERRATA_A77_1925769
317
318# Flag to apply erratum 1946167 workaround during reset. This erratum applies
319# only to revision <= r1p1 of the Cortex A77 cpu.
320CPU_FLAG_LIST += ERRATA_A77_1946167
321
322# Flag to apply erratum 1791578 workaround during reset. This erratum applies
323# to revisions r0p0, r1p0, and r1p1, it is still open.
324CPU_FLAG_LIST += ERRATA_A77_1791578
325
326# Flag to apply erratum 2356587 workaround during reset. This erratum applies
327# to revisions r0p0, r1p0, and r1p1, it is still open.
328CPU_FLAG_LIST += ERRATA_A77_2356587
329
330# Flag to apply erratum 1800714 workaround during reset. This erratum applies
331# to revisions <= r1p1 of the Cortex A77 cpu.
332CPU_FLAG_LIST += ERRATA_A77_1800714
333
334# Flag to apply erratum 2743100 workaround during power down. This erratum
335# applies to revisions r0p0, r1p0, and r1p1, it is still open.
336CPU_FLAG_LIST += ERRATA_A77_2743100
337
338# Flag to apply erratum 1688305 workaround during reset. This erratum applies
339# to revisions r0p0 - r1p0 of the A78 cpu.
340CPU_FLAG_LIST += ERRATA_A78_1688305
341
342# Flag to apply erratum 1941498 workaround during reset. This erratum applies
343# to revisions r0p0, r1p0, and r1p1 of the A78 cpu.
344CPU_FLAG_LIST += ERRATA_A78_1941498
345
346# Flag to apply erratum 1951500 workaround during reset. This erratum applies
347# to revisions r1p0 and r1p1 of the A78 cpu. The issue is present in r0p0 as
348# well but there is no workaround for that revision.
349CPU_FLAG_LIST += ERRATA_A78_1951500
350
351# Flag to apply erratum 1821534 workaround during reset. This erratum applies
352# to revisions r0p0 and r1p0 of the A78 cpu.
353CPU_FLAG_LIST += ERRATA_A78_1821534
354
355# Flag to apply erratum 1952683 workaround during reset. This erratum applies
356# to revision r0p0 of the A78 cpu and was fixed in the revision r1p0.
357CPU_FLAG_LIST += ERRATA_A78_1952683
358
359# Flag to apply erratum 2242635 workaround during reset. This erratum applies
360# to revisions r1p0, r1p1, and r1p2 of the A78 cpu and is open. The issue is
361# present in r0p0 as well but there is no workaround for that revision.
362CPU_FLAG_LIST += ERRATA_A78_2242635
363
364# Flag to apply erratum 2376745 workaround during reset. This erratum applies
365# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open.
366CPU_FLAG_LIST += ERRATA_A78_2376745
367
368# Flag to apply erratum 2395406 workaround during reset. This erratum applies
369# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open.
370CPU_FLAG_LIST += ERRATA_A78_2395406
371
372# Flag to apply erratum 2712571 workaround for non-arm interconnect ip. This
373# erratum applies to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu.
374# It is fixed in r1p2.
375CPU_FLAG_LIST += ERRATA_A78_2712571
376
377# Flag to apply erratum 2742426 workaround during reset. This erratum
378# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still
379# open.
380CPU_FLAG_LIST += ERRATA_A78_2742426
381
382# Flag to apply erratum 2772019 workaround during powerdown. This erratum
383# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still
384# open.
385CPU_FLAG_LIST += ERRATA_A78_2772019
386
387# Flag to apply erratum 2779479 workaround during reset. This erratum applies
388# to revision r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still open.
389CPU_FLAG_LIST += ERRATA_A78_2779479
390
391# Flag to apply erratum 1941500 workaround during reset. This erratum applies
392# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open.
393CPU_FLAG_LIST += ERRATA_A78_AE_1941500
394
395# Flag to apply erratum 1951502 workaround during reset. This erratum applies
396# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open.
397CPU_FLAG_LIST += ERRATA_A78_AE_1951502
398
399# Flag to apply erratum 2376748 workaround during reset. This erratum applies
400# to revisions r0p0, r0p1 and r0p2 of the A78 AE cpu. It is still open.
401CPU_FLAG_LIST += ERRATA_A78_AE_2376748
402
403# Flag to apply erratum 2395408 workaround during reset. This erratum applies
404# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open.
405CPU_FLAG_LIST += ERRATA_A78_AE_2395408
406
407# Flag to apply erratum 1827430 workaround during reset. This erratum applies
408# to revision r0p0 of the A78C cpu. It is fixed in r0p1.
409CPU_FLAG_LIST += ERRATA_A78C_1827430
410
411# Flag to apply erratum 1827440 workaround during reset. This erratum applies
412# to revision r0p0 of the A78C cpu. It is fixed in r0p1.
413CPU_FLAG_LIST += ERRATA_A78C_1827440
414
415# Flag to apply erratum 2712574 workaround for non-arm interconnect ip. This
416# erratum applies to revisions r0p0, r0p1 and r0p2 of the A78 AE cpu.
417# It is still open.
418CPU_FLAG_LIST += ERRATA_A78_AE_2712574
419
420# Flag to apply erratum 2242638 workaround during reset. This erratum applies
421# to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
422CPU_FLAG_LIST += ERRATA_A78C_2242638
423
424# Flag to apply erratum 2376749 workaround during reset. This erratum applies
425# to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
426CPU_FLAG_LIST += ERRATA_A78C_2376749
427
428# Flag to apply erratum 2395411 workaround during reset. This erratum applies
429# to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
430CPU_FLAG_LIST += ERRATA_A78C_2395411
431
432# Flag to apply erratum 2683027 workaround during reset. This erratum applies
433# to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
434CPU_FLAG_LIST += ERRATA_A78C_2683027
435
436# Flag to apply erratum 2712575 workaround for non-arm interconnect ip. This
437# erratum applies to revisions r0p1 and r0p2 of the A78C cpu.
438# It is still open.
439CPU_FLAG_LIST += ERRATA_A78C_2712575
440
441# Flag to apply erratum 2743232 workaround during reset. This erratum applies
442# to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
443CPU_FLAG_LIST += ERRATA_A78C_2743232
444
445# Flag to apply erratum 2772121 workaround during powerdown. This erratum
446# applies to revisions r0p0, r0p1 and r0p2 of the A78C cpu. It is still open.
447CPU_FLAG_LIST += ERRATA_A78C_2772121
448
449# Flag to apply erratum 2779484 workaround during reset. This erratum
450# applies to revisions r0p1 and r0p2 of the A78C cpu. It is still open.
451CPU_FLAG_LIST += ERRATA_A78C_2779484
452
453# Flag to apply erratum 1821534 workaround during reset. This erratum applies
454# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1.
455CPU_FLAG_LIST += ERRATA_X1_1821534
456
457# Flag to apply erratum 1688305 workaround during reset. This erratum applies
458# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1.
459CPU_FLAG_LIST += ERRATA_X1_1688305
460
461# Flag to apply erratum 1827429 workaround during reset. This erratum applies
462# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1.
463CPU_FLAG_LIST += ERRATA_X1_1827429
464
465# Flag to apply T32 CLREX workaround during reset. This erratum applies
466# only to r0p0 and r1p0 of the Neoverse N1 cpu.
467CPU_FLAG_LIST += ERRATA_N1_1043202
468
469# Flag to apply erratum 1073348 workaround during reset. This erratum applies
470# only to revision r0p0 and r1p0 of the Neoverse N1 cpu.
471CPU_FLAG_LIST += ERRATA_N1_1073348
472
473# Flag to apply erratum 1130799 workaround during reset. This erratum applies
474# only to revision <= r2p0 of the Neoverse N1 cpu.
475CPU_FLAG_LIST += ERRATA_N1_1130799
476
477# Flag to apply erratum 1165347 workaround during reset. This erratum applies
478# only to revision <= r2p0 of the Neoverse N1 cpu.
479CPU_FLAG_LIST += ERRATA_N1_1165347
480
481# Flag to apply erratum 1207823 workaround during reset. This erratum applies
482# only to revision <= r2p0 of the Neoverse N1 cpu.
483CPU_FLAG_LIST += ERRATA_N1_1207823
484
485# Flag to apply erratum 1220197 workaround during reset. This erratum applies
486# only to revision <= r2p0 of the Neoverse N1 cpu.
487CPU_FLAG_LIST += ERRATA_N1_1220197
488
489# Flag to apply erratum 1257314 workaround during reset. This erratum applies
490# only to revision <= r3p0 of the Neoverse N1 cpu.
491CPU_FLAG_LIST += ERRATA_N1_1257314
492
493# Flag to apply erratum 1262606 workaround during reset. This erratum applies
494# only to revision <= r3p0 of the Neoverse N1 cpu.
495CPU_FLAG_LIST += ERRATA_N1_1262606
496
497# Flag to apply erratum 1262888 workaround during reset. This erratum applies
498# only to revision <= r3p0 of the Neoverse N1 cpu.
499CPU_FLAG_LIST += ERRATA_N1_1262888
500
501# Flag to apply erratum 1275112 workaround during reset. This erratum applies
502# only to revision <= r3p0 of the Neoverse N1 cpu.
503CPU_FLAG_LIST += ERRATA_N1_1275112
504
505# Flag to apply erratum 1315703 workaround during reset. This erratum applies
506# to revisions before r3p1 of the Neoverse N1 cpu.
507CPU_FLAG_LIST += ERRATA_N1_1315703
508
509# Flag to apply erratum 1542419 workaround during reset. This erratum applies
510# to revisions r3p0 - r4p0 of the Neoverse N1 cpu.
511CPU_FLAG_LIST += ERRATA_N1_1542419
512
513# Flag to apply erratum 1868343 workaround during reset. This erratum applies
514# to revision <= r4p0 of the Neoverse N1 cpu.
515CPU_FLAG_LIST += ERRATA_N1_1868343
516
517# Flag to apply erratum 1946160 workaround during reset. This erratum applies
518# to revisions r3p0, r3p1, r4p0, and r4p1 of the Neoverse N1 cpu. The issue
519# exists in revisions r0p0, r1p0, and r2p0 as well but there is no workaround.
520CPU_FLAG_LIST += ERRATA_N1_1946160
521
522# Flag to apply erratum 2743102 workaround during powerdown. This erratum
523# applies to all revisions <= r4p1 of the Neoverse N1 cpu and is still open.
524CPU_FLAG_LIST += ERRATA_N1_2743102
525
526# Flag to apply erratum 3324349 workaround during reset. This erratum
527# applies to all revisions <= r4p1 of the Neoverse N1 cpu and is still open.
528CPU_FLAG_LIST += ERRATA_N1_3324349
529
530# Flag to apply erratum 1618635 workaround during reset. This erratum applies
531# to revision r0p0 of the Neoverse V1 cpu and was fixed in the revision r1p0.
532CPU_FLAG_LIST += ERRATA_V1_1618635
533
534# Flag to apply erratum 1774420 workaround during reset. This erratum applies
535# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1.
536CPU_FLAG_LIST += ERRATA_V1_1774420
537
538# Flag to apply erratum 1791573 workaround during reset. This erratum applies
539# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1.
540CPU_FLAG_LIST += ERRATA_V1_1791573
541
542# Flag to apply erratum 1852267 workaround during reset. This erratum applies
543# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1.
544CPU_FLAG_LIST += ERRATA_V1_1852267
545
546# Flag to apply erratum 1925756 workaround during reset. This needs to be
547# enabled for r0p0, r1p0, and r1p1 of the Neoverse V1 core, it is still open.
548CPU_FLAG_LIST += ERRATA_V1_1925756
549
550# Flag to apply erratum 1940577 workaround during reset. This erratum applies
551# to revisions r1p0 and r1p1 of the Neoverse V1 cpu.
552CPU_FLAG_LIST += ERRATA_V1_1940577
553
554# Flag to apply erratum 1966096 workaround during reset. This erratum applies
555# to revisions r1p0 and r1p1 of the Neoverse V1 CPU and is open. This issue
556# exists in r0p0 as well but there is no workaround for that revision.
557CPU_FLAG_LIST += ERRATA_V1_1966096
558
559# Flag to apply erratum 2139242 workaround during reset. This erratum applies
560# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open.
561CPU_FLAG_LIST += ERRATA_V1_2139242
562
563# Flag to apply erratum 2216392 workaround during reset. This erratum applies
564# to revisions r1p0 and r1p1 of the Neoverse V1 cpu and is still open. This
565# issue exists in r0p0 as well but there is no workaround for that revision.
566CPU_FLAG_LIST += ERRATA_V1_2216392
567
568# Flag to apply erratum 2294912 workaround during reset. This erratum applies
569# to revisions r0p0, r1p0, and r1p1 and r1p2 of the Neoverse V1 cpu and is still open.
570CPU_FLAG_LIST += ERRATA_V1_2294912
571
572# Flag to apply erratum 2348377 workaround during reset. This erratum applies
573# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is fixed in r1p2.
574CPU_FLAG_LIST += ERRATA_V1_2348377
575
576# Flag to apply erratum 2372203 workaround during reset. This erratum applies
577# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is still open.
578CPU_FLAG_LIST += ERRATA_V1_2372203
579
580# Flag to apply erratum 2701953 workaround to non-arm interconnect ip. This
581# erratum applies to revisions r0p0, r1p0, r1p1 of the Neoverse V1 cpu,
582# it is fixed in r1p2.
583CPU_FLAG_LIST += ERRATA_V1_2701953
584
585# Flag to apply erratum 2743093 workaround during powerdown. This erratum
586# applies to revisions r0p0, r1p0, r1p1 and r1p2  of the Neoverse V1 cpu and is
587# still open.
588CPU_FLAG_LIST += ERRATA_V1_2743093
589
590# Flag to apply erratum 2743233 workaround during powerdown. This erratum
591# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is
592# still open.
593CPU_FLAG_LIST += ERRATA_V1_2743233
594
595# Flag to apply erratum 2779461 workaround during powerdown. This erratum
596# applies to revisions r0p0, r1p0, r1p1 and r1p2  of the Neoverse V1 cpu and is
597# still open.
598CPU_FLAG_LIST += ERRATA_V1_2779461
599
600# Flag to apply erratum 2970647 workaround during reset. This erratum applies
601# to revisions r0p0 of the Neoverse V3 cpu and is fixed in r0p1.
602CPU_FLAG_LIST += ERRATA_V3_2970647
603
604# Flag to apply erratum 3312417 workaround during reset. This erratum applies
605# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2.
606CPU_FLAG_LIST += ERRATA_V3_3312417
607
608# Flag to apply erratum 3696307 workaround during reset. This erratum applies
609# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2.
610CPU_FLAG_LIST += ERRATA_V3_3696307
611
612# Flag to apply erratum 3701767 workaround during context save/restore of
613# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 and r0p2 of
614# the Neoverse V3 cpu and is still open.
615CPU_FLAG_LIST += ERRATA_V3_3701767
616
617# Flag to apply erratum 3734562 workaround during reset. This erratum applies
618# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2.
619CPU_FLAG_LIST += ERRATA_V3_3734562
620
621# Flag to apply erratum 3782181 workaround during reset. This erratum applies
622# to revision r0p1 of the Neoverse V3 cpu and is fixed in r0p2.
623CPU_FLAG_LIST += ERRATA_V3_3782181
624
625# Flag to apply erratum 3864536 workaround during reset. This erratum applies
626# to revisions r0p0, r0p1 and r0p2 of the Neoverse V3 cpu and is still open.
627CPU_FLAG_LIST += ERRATA_V3_3864536
628
629# Flag to apply erratum 3878291 workaround during reset. This erratum applies
630# to revisions r0p0, r0p1 and r0p2 of the Neoverse V3 cpu and is still open.
631CPU_FLAG_LIST += ERRATA_V3_3878291
632
633# Flag to apply erratum 1901946 workaround during reset. This erratum applies
634# to revision r1p0 and is fixed in r2p0.
635CPU_FLAG_LIST += ERRATA_A710_1901946
636
637# Flag to apply erratum 1916945 workaround during reset. This erratum applies
638# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0.
639CPU_FLAG_LIST += ERRATA_A710_1916945
640
641# Flag to apply erratum 1917258 workaround during reset. This erratum applies
642# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0.
643CPU_FLAG_LIST += ERRATA_A710_1917258
644
645# Flag to apply erratum 1927200 workaround during reset. This erratum applies
646# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0.
647CPU_FLAG_LIST += ERRATA_A710_1927200
648
649# Flag to apply erratum 1987031 workaround during reset. This erratum applies
650# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open.
651CPU_FLAG_LIST += ERRATA_A710_1987031
652
653# Flag to apply erratum 2081180 workaround during reset. This erratum applies
654# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open.
655CPU_FLAG_LIST += ERRATA_A710_2081180
656
657# Flag to apply erratum 2083908 workaround during reset. This erratum applies
658# to revision r2p0 of the Cortex-A710 cpu and is still open.
659CPU_FLAG_LIST += ERRATA_A710_2083908
660
661# Flag to apply erratum 2055002 workaround during reset. This erratum applies
662# to revision r1p0, r2p0 of the Cortex-A710 cpu and is still open.
663CPU_FLAG_LIST += ERRATA_A710_2055002
664
665# Flag to apply erratum 2017096 workaround during reset. This erratum applies
666# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open.
667CPU_FLAG_LIST += ERRATA_A710_2017096
668
669# Flag to apply erratum 2267065 workaround during reset. This erratum applies
670# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
671CPU_FLAG_LIST += ERRATA_A710_2267065
672
673# Flag to apply erratum 2136059 workaround during reset. This erratum applies
674# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
675CPU_FLAG_LIST += ERRATA_A710_2136059
676
677# Flag to apply erratum 2147715 workaround during reset. This erratum applies
678# to revision r2p0 of the Cortex-A710 CPU and is fixed in revision r2p1.
679CPU_FLAG_LIST += ERRATA_A710_2147715
680
681# Flag to apply erratum 2216384 workaround during reset. This erratum applies
682# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
683CPU_FLAG_LIST += ERRATA_A710_2216384
684
685# Flag to apply erratum 2282622 workaround during reset. This erratum applies
686# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is still
687# open.
688CPU_FLAG_LIST += ERRATA_A710_2282622
689
690# Flag to apply erratum 2291219 workaround during reset. This erratum applies
691# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
692CPU_FLAG_LIST += ERRATA_A710_2291219
693
694# Flag to apply erratum 2008768 workaround during reset. This erratum applies
695# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
696CPU_FLAG_LIST += ERRATA_A710_2008768
697
698# Flag to apply erratum 2371105 workaround during reset. This erratum applies
699# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1.
700CPU_FLAG_LIST += ERRATA_A710_2371105
701
702# Flag to apply erratum 2701952 workaround for non-arm interconnect ip. This
703# erratum applies to revision r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu
704# and is still open.
705CPU_FLAG_LIST += ERRATA_A710_2701952
706
707# Flag to apply erratum 2742423 workaround during reset. This erratum applies
708# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is still
709# open.
710CPU_FLAG_LIST += ERRATA_A710_2742423
711
712# Flag to apply erratum 2768515 workaround during power down. This erratum
713# applies to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is
714# still open.
715CPU_FLAG_LIST += ERRATA_A710_2768515
716
717# Flag to apply erratum 2778471 workaround during reset. This erratum applies
718# to revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still
719# open.
720CPU_FLAG_LIST += ERRATA_A710_2778471
721
722# Flag to apply erratum 3324338 workaround during reset. This erratum applies
723# to revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still
724# open.
725CPU_FLAG_LIST += ERRATA_A710_3324338
726
727# Flag to apply erratum  3701772 workaround during context save/restore of
728# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r2p0, r2p1
729# of the Cortex-A710 cpu and is still open.
730CPU_FLAG_LIST += ERRATA_A710_3701772
731
732# Flag to apply erratum 2002655 workaround during reset. This erratum applies
733# to revisions r0p0 of the Neoverse-N2 cpu and is fixed in r0p1.
734CPU_FLAG_LIST += ERRATA_N2_2002655
735
736# Flag to apply erratum 2009478 workaround during powerdown. This erratum
737# applies to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1.
738CPU_FLAG_LIST += ERRATA_N2_2009478
739
740# Flag to apply erratum 2067956 workaround during reset. This erratum applies
741# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
742CPU_FLAG_LIST += ERRATA_N2_2067956
743
744# Flag to apply erratum 2025414 workaround during reset. This erratum applies
745# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
746CPU_FLAG_LIST += ERRATA_N2_2025414
747
748# Flag to apply erratum 2138953 workaround during runtime. This erratum applies
749# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open.
750CPU_FLAG_LIST += ERRATA_N2_2138953
751
752# Flag to apply erratum 2138956 workaround during reset. This erratum applies
753# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
754CPU_FLAG_LIST += ERRATA_N2_2138956
755
756# Flag to apply erratum 2138958 workaround during reset. This erratum applies
757# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
758CPU_FLAG_LIST += ERRATA_N2_2138958
759
760# Flag to apply erratum 2189731 workaround during reset. This erratum applies
761# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
762CPU_FLAG_LIST += ERRATA_N2_2189731
763
764# Flag to apply erratum 2242400 workaround during reset. This erratum applies
765# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
766CPU_FLAG_LIST += ERRATA_N2_2242400
767
768# Flag to apply erratum 2242415 workaround during reset. This erratum applies
769# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
770CPU_FLAG_LIST += ERRATA_N2_2242415
771
772# Flag to apply erratum 2280757 workaround during reset. This erratum applies
773# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
774CPU_FLAG_LIST += ERRATA_N2_2280757
775
776# Flag to apply erratum 2326639 workaroud during powerdown. This erratum
777# applies to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
778CPU_FLAG_LIST += ERRATA_N2_2326639
779
780# Flag to apply erratum 2340933 workaroud during reset. This erratum
781# applies to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1.
782CPU_FLAG_LIST += ERRATA_N2_2340933
783
784# Flag to apply erratum 2346952 workaround during reset. This erratum applies
785# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3.
786CPU_FLAG_LIST += ERRATA_N2_2346952
787
788# Flag to apply erratum 2376738 workaround during reset. This erratum applies
789# to revision r0p0, r0p1, r0p2, r0p3 of the Neoverse N2 cpu and is still open.
790CPU_FLAG_LIST += ERRATA_N2_2376738
791
792# Flag to apply erratum 2388450 workaround during reset. This erratum applies
793# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1.
794CPU_FLAG_LIST += ERRATA_N2_2388450
795
796# Flag to apply erratum 2728475 workaround for non-arm interconnect ip. This
797# erratum applies to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in
798# r0p3.
799CPU_FLAG_LIST += ERRATA_N2_2728475
800
801# Flag to apply erratum 2743014 workaround during reset. This erratum applies
802# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3.
803CPU_FLAG_LIST += ERRATA_N2_2743014
804
805# Flag to apply erratum 2743089 workaround during during powerdown. This erratum
806# applies to all revisions <= r0p2 of the Neoverse N2 cpu, it is fixed in r0p3.
807CPU_FLAG_LIST += ERRATA_N2_2743089
808
809# Flag to apply erratum 2779511 workaround during reset. This erratum applies
810# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3.
811CPU_FLAG_LIST += ERRATA_N2_2779511
812
813# Flag to apply erratum 3324339 workaround during reset. This erratum applies
814# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open.
815CPU_FLAG_LIST += ERRATA_N2_3324339
816
817# Flag to apply erratum 3701773 workaround during context save/restore of
818# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 and r0p3
819# of the Neoverse N2 cpu and is still open.
820CPU_FLAG_LIST += ERRATA_N2_3701773
821
822# Flag to apply erratum 3888123 workaround during reset. This erratum applies
823# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open.
824CPU_FLAG_LIST += ERRATA_N2_3888123
825
826# Flag to apply erratum 4302970 workaround during reset. This erratum applies
827# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open.
828CPU_FLAG_LIST += ERRATA_N2_4302970
829
830# Flag to apply erratum 3456111 workaround during reset. This erratum applies
831# to revisions r0p0 and r0p1 of the Neoverse N3 cpu and is still open.
832CPU_FLAG_LIST += ERRATA_N3_3456111
833
834# Flag to apply erratum 3699563 workaround during context save/restore of
835# ICH_VMCR_EL2 reg. This erratum applies to revision r0p0 of the Neoverse N3
836# cpu and is still open.
837CPU_FLAG_LIST += ERRATA_N3_3699563
838
839# Flag to apply erratum 1901946 workaround during reset. This erratum applies
840# only to revision r1p0 of the Cortex-X2 cpu, it is fixed in r2p0.
841CPU_FLAG_LIST += ERRATA_X2_1901946
842
843# Flag to apply erratum 1916945 workaround during reset. This erratum applies
844# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0.
845CPU_FLAG_LIST += ERRATA_X2_1916945
846
847# Flag to apply erratum 1917258 workaround during reset. This erratum applies
848# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0.
849CPU_FLAG_LIST += ERRATA_X2_1917258
850
851# Flag to apply erratum 1927200 workaround during reset. This erratum applies
852# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0.
853CPU_FLAG_LIST += ERRATA_X2_1927200
854
855# Flag to apply erratum 1934260 workaround during reset. This erratum applies
856# only to revision r1p0 of the Cortex-X2 cpu, it is fixed in r2p0.
857CPU_FLAG_LIST += ERRATA_X2_1934260
858
859# Flag to apply erratum 2002765 workaround during reset. This erratum applies
860# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
861# r2p1.
862CPU_FLAG_LIST += ERRATA_X2_2002765
863
864# Flag to apply erratum 2017096 workaround during reset. This erratum applies
865# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
866# r2p1.
867CPU_FLAG_LIST += ERRATA_X2_2017096
868
869# Flag to apply erratum 2081180 workaround during reset. This erratum applies
870# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
871# r2p1.
872CPU_FLAG_LIST += ERRATA_X2_2081180
873
874# Flag to apply erratum 2083908 workaround during reset. This erratum applies
875# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1.
876CPU_FLAG_LIST += ERRATA_X2_2083908
877
878# Flag to apply erratum 2136059 workaround during reset. This erratum applies
879# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
880# r2p1.
881CPU_FLAG_LIST += ERRATA_X2_2136059
882
883# Flag to apply erratum 2147715 workaround during reset. This erratum applies
884# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1.
885CPU_FLAG_LIST += ERRATA_X2_2147715
886
887# Flag to apply erratum 2216384 workaround during reset. This erratum applies
888# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
889# r2p1.
890CPU_FLAG_LIST += ERRATA_X2_2216384
891
892# Flag to apply erratum 2267065 workaround during reset. This erratum applies
893# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
894# r2p1.
895CPU_FLAG_LIST += ERRATA_X2_2267065
896
897# Flag to apply erratum 2282622 workaround during reset. This erratum applies
898# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
899CPU_FLAG_LIST += ERRATA_X2_2282622
900
901# Flag to apply erratum 2291219 workaround during reset. This erratum applies
902# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in
903# r2p1.
904CPU_FLAG_LIST += ERRATA_X2_2291219
905
906# Flag to apply erratum 2371105 workaround during reset. This erratum applies
907# to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in r2p1.
908CPU_FLAG_LIST += ERRATA_X2_2371105
909
910# Flag to apply erratum 2701952 workaround for non-Arm interconnect IP. This
911# erratum applies to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu
912# and is still open.
913CPU_FLAG_LIST += ERRATA_X2_2701952
914
915# Flag to apply erratum 2742423 workaround during reset. This erratum applies
916# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
917CPU_FLAG_LIST += ERRATA_X2_2742423
918
919# Flag to apply erratum 2768515 workaround during power down. This erratum
920# applies to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is
921# still open.
922CPU_FLAG_LIST += ERRATA_X2_2768515
923
924# Flag to apply erratum 2778471 workaround during reset. This erratum applies
925# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
926CPU_FLAG_LIST += ERRATA_X2_2778471
927
928# Flag to apply erratum 3324338 workaround during reset. This erratum applies
929# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
930CPU_FLAG_LIST += ERRATA_X2_3324338
931
932# Flag to apply erratum 3701772 workaround during context save/restore of
933# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r2p0 and r2p1
934# of the Cortex-X2 cpu and is still open.
935CPU_FLAG_LIST += ERRATA_X2_3701772
936
937# Flag to apply erratum 3888122 workaround during reset. This erratum applies
938# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
939CPU_FLAG_LIST += ERRATA_X2_3888122
940
941# Flag to apply erratum 4302969 workaround during reset. This erratum applies
942# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open.
943CPU_FLAG_LIST += ERRATA_X2_4302969
944
945# Flag to apply erratum 2266875 workaround during reset. This erratum applies
946# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1.
947CPU_FLAG_LIST += ERRATA_X3_2266875
948
949# Flag to apply erratum 2302506 workaround during reset. This erratum applies
950# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
951CPU_FLAG_LIST += ERRATA_X3_2302506
952
953# Flag to apply erratum 2313909 workaround on powerdown. This erratum applies
954# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1.
955CPU_FLAG_LIST += ERRATA_X3_2313909
956
957# Flag to apply erratum 2372204 workaround during reset. This erratum applies
958# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1.
959CPU_FLAG_LIST += ERRATA_X3_2372204
960
961# Flag to apply erratum 2615812 workaround on powerdown. This erratum applies
962# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
963CPU_FLAG_LIST += ERRATA_X3_2615812
964
965# Flag to apply erratum 2641945 workaround on reset. This erratum applies
966# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1.
967CPU_FLAG_LIST += ERRATA_X3_2641945
968
969# Flag to apply erratum 2701951 workaround for non-arm interconnect ip.
970# This erratum applies to revisions r0p0, r1p0, and r1p1. Its is fixed in r1p2.
971CPU_FLAG_LIST += ERRATA_X3_2701951
972
973# Flag to apply erratum 2742421 workaround on reset. This erratum applies
974# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
975CPU_FLAG_LIST += ERRATA_X3_2742421
976
977# Flag to apply erratum 2743088 workaround on powerdown. This erratum applies
978# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
979CPU_FLAG_LIST += ERRATA_X3_2743088
980
981# Flag to apply erratum 3701769 workaround during context save/restore of
982# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r1p1 and r1p2
983# of the Cortex-X3 cpu and is still open.
984CPU_FLAG_LIST += ERRATA_X3_3701769
985
986# Flag to apply erratum 2779509 workaround on reset. This erratum applies
987# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is fixed in r1p2.
988CPU_FLAG_LIST += ERRATA_X3_2779509
989
990# Flag to apply erratum 3213672 workaround on reset. This erratum applies
991# to revisions r0p0, r1p0, r1p1 and r1p2 of the Cortex-X3 cpu.
992# It is still open.
993CPU_FLAG_LIST += ERRATA_X3_3213672
994
995# Flag to apply erratum 3692984 workaround on reset. This erratum applies
996# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open.
997CPU_FLAG_LIST += ERRATA_X3_3692984
998
999# Flag to apply erratum 3827463 workaround on reset. This erratum applies
1000# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu. It is fixed in r1p2.
1001CPU_FLAG_LIST += ERRATA_X3_3827463
1002
1003# Flag to apply erratum 3888125 workaround on reset. This erratum applies
1004# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open.
1005CPU_FLAG_LIST += ERRATA_X3_3888125
1006
1007# Flag to apply erratum 4302966 workaround on reset. This erratum applies
1008# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open.
1009CPU_FLAG_LIST += ERRATA_X3_4302966
1010
1011# Flag to apply erratum 2701112 workaround for platforms that do not use an
1012# Arm interconnect IP. This erratum applies to revisions r0p0 of the Cortex-X4
1013# cpu and is fixed in r0p1.
1014CPU_FLAG_LIST += ERRATA_X4_2701112
1015
1016# Flag to apply erratum 2726228 workaround during warmboot. This erratum
1017# applies to all revisions <= r0p1 of the Cortex-X4 cpu, it is fixed in r0p2.
1018CPU_FLAG_LIST += ERRATA_X4_2726228
1019
1020# Flag to apply erratum 2740089 workaround during powerdown. This erratum
1021# applies to all revisions <= r0p1 of the Cortex-X4 cpu, it is fixed in r0p2.
1022CPU_FLAG_LIST += ERRATA_X4_2740089
1023
1024# Flag to apply erratum 2763018 workaround on reset. This erratum applies
1025# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2.
1026CPU_FLAG_LIST += ERRATA_X4_2763018
1027
1028# Flag to apply erratum 2816013 workaround on reset. This erratum applies
1029# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2.
1030CPU_FLAG_LIST += ERRATA_X4_2816013
1031
1032# Flag to apply erratum 2897503 workaround on reset. This erratum applies
1033# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2.
1034CPU_FLAG_LIST += ERRATA_X4_2897503
1035
1036# Flag to apply erratum 2923985 workaround on reset. This erratum applies
1037# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2.
1038CPU_FLAG_LIST += ERRATA_X4_2923985
1039
1040# Flag to apply erratum 2957258 workaround to avoid incorrect virtualization of
1041# MPIDR_EL1/VMPIDR_EL2 and MIDR_EL1/VPIDR_EL2 when reading in EL2/EL3. This
1042# erratum applies to revisions r0p0, r0p1 of the Cortex-X4 cpu. It is fixed
1043# in r0p2.
1044CPU_FLAG_LIST += ERRATA_X4_2957258
1045
1046# Flag to apply erratum 3076789 workaround on reset. This erratum applies
1047# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2.
1048CPU_FLAG_LIST += ERRATA_X4_3076789
1049
1050# Flag to apply erratum 3133195 workaround on reset. This erratum applies
1051# to revision r0p2 of the Cortex-X4 cpu. It is fixed in r0p3.
1052CPU_FLAG_LIST += ERRATA_X4_3133195
1053
1054# Flag to apply erratum 3701758 workaround during context save/restore of
1055# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 and r0p3
1056# of the Cortex-X4 cpu and is still open.
1057CPU_FLAG_LIST += ERRATA_X4_3701758
1058
1059# Flag to apply erratum 3887999 workaround on reset. This erratum applies to
1060# revisions r0p0, r0p1, r0p2 and r0p3 of the Cortex-X4 cpu and is still open.
1061CPU_FLAG_LIST += ERRATA_X4_3887999
1062
1063# Flag to apply erratum 2921199 workaround during reset. This erratum applies
1064# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1.
1065CPU_FLAG_LIST += ERRATA_X925_2921199
1066
1067# Flag to apply erratum 2922378 workaround during reset. This erratum applies
1068# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1.
1069CPU_FLAG_LIST += ERRATA_X925_2922378
1070
1071# Flag to apply erratum 2933290 workaround during reset. This erratum applies
1072# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1.
1073CPU_FLAG_LIST += ERRATA_X925_2933290
1074
1075# Flag to apply erratum 2963999 workaround during reset. This erratum applies
1076# to revisions r0p0 of the Cortex-X925 cpu and is fixed in r0p1.
1077CPU_FLAG_LIST += ERRATA_X925_2963999
1078
1079# Flag to apply erratum 3324334 workaround during reset. This erratum applies
1080# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2.
1081CPU_FLAG_LIST += ERRATA_X925_3324334
1082
1083# Flag to apply erratum 3692980 workaround during reset. This erratum applies
1084# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2.
1085CPU_FLAG_LIST += ERRATA_X925_3692980
1086
1087# Flag to apply erratum 3865185 workaround during reset. This erratum applies
1088# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2.
1089CPU_FLAG_LIST += ERRATA_X925_3865185
1090
1091# Flag to apply erratum 3730893 workaround during reset. This erratum applies
1092# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2.
1093CPU_FLAG_LIST += ERRATA_X925_3730893
1094
1095# Flag to apply erratum 3701747 workaround during context save/restore of
1096# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 of the
1097# Cortex-X925 cpu and is still open.
1098CPU_FLAG_LIST += ERRATA_X925_3701747
1099
1100# Flag to apply erratum 2008766 workaround during reset. This erratum applies
1101# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the
1102# Cortex-A510 cpu and is still open.
1103CPU_FLAG_LIST += ERRATA_A510_2008766
1104
1105# Flag to apply erratum 2169012 workaround during reset. This erratum applies
1106# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is
1107# fixed in r1p1.
1108CPU_FLAG_LIST += ERRATA_A510_2169012
1109
1110# Flag to apply erratum 2218134 workaround during reset. This erratum applies
1111# to revision r1p0 of the Cortex-A510 cpu and is fixed in r1p1.
1112CPU_FLAG_LIST += ERRATA_A510_2218134
1113
1114# Flag to apply erratum 2288014 workaround during reset. This erratum applies
1115# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is
1116# fixed in r1p1.
1117CPU_FLAG_LIST += ERRATA_A510_2288014
1118
1119# Flag to apply erratum 2042739 workaround during reset. This erratum applies
1120# to revisions r0p0, r0p1 and r0p2 of the Cortex-A510 cpu and is fixed in r0p3.
1121CPU_FLAG_LIST += ERRATA_A510_2042739
1122
1123# Flag to apply erratum 2041909 workaround during reset. This erratum applies
1124# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is
1125# present in r0p0 and r0p1 but there is no workaround for those revisions.
1126CPU_FLAG_LIST += ERRATA_A510_2041909
1127
1128# Flag to aply erratum 2080326 workaround during reset. This erratum applies
1129# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is
1130# also present in r0p0 and r0p1 but there is no workaround for those revisions.
1131CPU_FLAG_LIST += ERRATA_A510_2080326
1132
1133# Flag to apply erratum 2250311 workaround during reset. This erratum applies
1134# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1.
1135CPU_FLAG_LIST += ERRATA_A510_2250311
1136
1137# Flag to apply erratum 2218950 workaround during reset. This erratum applies
1138# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1.
1139CPU_FLAG_LIST += ERRATA_A510_2218950
1140
1141# Flag to apply erratum 2172148 workaround during reset. This erratum applies
1142# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1.
1143CPU_FLAG_LIST += ERRATA_A510_2172148
1144
1145# Flag to apply erratum 2347730 workaround during reset. This erratum applies
1146# to revisions r0p0, r0p1, r0p2, r0p3, r1p0 and r1p1 of the Cortex-A510 CPU,
1147# and is fixed in r1p2.
1148CPU_FLAG_LIST += ERRATA_A510_2347730
1149
1150# Flag to apply erratum 2371937 workaround during reset. This erratum applies
1151# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2.
1152CPU_FLAG_LIST += ERRATA_A510_2371937
1153
1154# Flag to apply erratum 2420992 workaround during reset. This erratum applies
1155# to revisions r1p0 and r1p1. It is fixed in r1p2.
1156CPU_FLAG_LIST += ERRATA_A510_2420992
1157
1158# Flag to apply erratum 2666669 workaround during reset. This erratum applies
1159# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2.
1160CPU_FLAG_LIST += ERRATA_A510_2666669
1161
1162# Flag to apply erratum 2684597 workaround during powerdown. This erratum
1163# applies to revision r0p0, r0p1, r0p2, r0p3, r1p0, r1p1 and r1p2 of the
1164# Cortex-A510 cpu and is fixed in r1p3.
1165CPU_FLAG_LIST += ERRATA_A510_2684597
1166
1167# Flag to apply erratum 2971420 workaround during context switch. This erratum
1168# applies to revisions r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the
1169# Cortex-A510 cpu and is still open.
1170CPU_FLAG_LIST += ERRATA_A510_2971420
1171
1172# Flag to apply erratum 3672349 workaround during reset. This erratum applies to
1173# revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the Cortex-A510
1174# cpu and is still open.
1175CPU_FLAG_LIST += ERRATA_A510_3672349
1176
1177# Flag to apply erratum 3704847 workaround during reset. This erratum applies to
1178# revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the Cortex-A510
1179# cpu and is still open.
1180CPU_FLAG_LIST += ERRATA_A510_3704847
1181
1182# Flag to apply erratum 2630792 workaround during reset. This erratum applies
1183# to revisions r0p0, r0p1 of the Cortex-A520 cpu and is still open.
1184CPU_FLAG_LIST += ERRATA_A520_2630792
1185
1186# Flag to apply erratum 2858100 workaround during reset. This erratum
1187# applies to revision r0p0 and r0p1 of the Cortex-A520 cpu and is still open.
1188CPU_FLAG_LIST += ERRATA_A520_2858100
1189
1190# Flag to apply erratum 2938996 workaround during reset. This erratum
1191# applies to revision r0p0 and r0p1 of the Cortex-A520 cpu and is fixed in r0p2.
1192CPU_FLAG_LIST += ERRATA_A520_2938996
1193
1194# Flag to apply erratum 2618597 workaround during reset. This erratum applies
1195# to revisions r0p0 and r0p1. It is fixed in r0p2.
1196CPU_FLAG_LIST += ERRATA_V2_2618597
1197
1198# Flag to apply erratum 2662553 workaround during reset. This erratum applies
1199# to revisions r0p0 and r0p1. It is fixed in r0p2.
1200CPU_FLAG_LIST += ERRATA_V2_2662553
1201
1202# Flag to apply erratum 2719103 workaround for non-arm interconnect ip. This
1203# erratum applies to revisions r0p0, rop1. Fixed in r0p2.
1204CPU_FLAG_LIST += ERRATA_V2_2719103
1205
1206# Flag to apply erratum 2719105 workaround during reset. This erratum applies
1207# to revisions r0p0 and r0p1. It is fixed in r0p2.
1208CPU_FLAG_LIST += ERRATA_V2_2719105
1209
1210# Flag to apply erratum 2743011 workaround during reset. This erratum applies
1211# to revisions r0p0 and r0p1. It is fixed in r0p2.
1212CPU_FLAG_LIST += ERRATA_V2_2743011
1213
1214# Flag to apply erratum 2779510 workaround during reset. This erratum applies
1215# to revisions r0p0 and r0p1. It is fixed in r0p2.
1216CPU_FLAG_LIST += ERRATA_V2_2779510
1217
1218# Flag to apply erratum 2801372 workaround for all configurations.
1219# This erratum applies to revisions r0p0, r0p1. Fixed in r0p2.
1220CPU_FLAG_LIST += ERRATA_V2_2801372
1221
1222# Flag to apply erratum 3442699 workaround during reset. This erratum applies
1223# to revision r0p0 to r0p2 of the Neoverse V2 cpu and is still open.
1224CPU_FLAG_LIST += ERRATA_V2_3442699
1225
1226# Flag to apply erratum 3701771 workaround during context save/restore of
1227# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 and r0p2 of
1228# the Neoverse V2 cpu and is still open.
1229CPU_FLAG_LIST += ERRATA_V2_3701771
1230
1231# Flag to apply erratum 3841324 workaround on reset. This erratum applies
1232# to revisions r0p0 and r0p1 of the Neoverse-V2 cpu. It is fixed in r0p2.
1233CPU_FLAG_LIST += ERRATA_V2_3841324
1234
1235# Flag to apply erratum 3888126 workaround on reset. This erratum applies
1236# to revisions r0p0, r0p1, r0p2 of the Neoverse-V2 cpu. It is still open.
1237CPU_FLAG_LIST += ERRATA_V2_3888126
1238
1239# Flag to apply erratum 4302968 workaround on reset. This erratum applies
1240# to revisions r0p0, r0p1, r0p2 of the Neoverse-V2 cpu. It is still open.
1241CPU_FLAG_LIST += ERRATA_V2_4302968
1242
1243# Flag to apply erratum 2331818 workaround during reset. This erratum applies
1244# to revisions r0p0 and r1p0. It is fixed in r1p1.
1245CPU_FLAG_LIST += ERRATA_A715_2331818
1246
1247# Flag to apply erratum 2344187 workaround during reset. This erratum applies
1248# to revisions r0p0, and r1p0. It is fixed in r1p1.
1249CPU_FLAG_LIST += ERRATA_A715_2344187
1250
1251# Flag to apply erratum 2376701 workaround during reset. This erratum applies
1252# to revisions r0p0, and r1p0. It is fixed in r1p1.
1253CPU_FLAG_LIST += ERRATA_A715_2376701
1254
1255# Flag to apply erratum 2409570 workaround during reset. This erratum applies to
1256# revisions r0p0 and r1p0 and is fixed in r1p1. The fix as implemented in TF-A
1257# only applies to r1p0.
1258CPU_FLAG_LIST += ERRATA_A715_2409570
1259
1260# Flag to apply erratum 2413290 workaround during reset. This erratum applies
1261# only to revision r1p0. It is fixed in r1p1.
1262CPU_FLAG_LIST += ERRATA_A715_2413290
1263
1264# Flag to apply erratum 2420947 workaround during reset. This erratum applies
1265# only to revision r1p0. It is fixed in r1p1.
1266CPU_FLAG_LIST += ERRATA_A715_2420947
1267
1268# Flag to apply erratum 2429384 workaround during reset. This erratum applies
1269# to revision r1p0. There is no workaround for r0p0. It is fixed in r1p1.
1270CPU_FLAG_LIST += ERRATA_A715_2429384
1271
1272# Flag to apply erratum 2561034 workaround during reset. This erratum applies
1273# only to revision r1p0. It is fixed in r1p1.
1274CPU_FLAG_LIST += ERRATA_A715_2561034
1275
1276# Flag to apply erratum 2728106 workaround during reset. This erratum applies
1277# only to revision r0p0, r1p0 and r1p1. It is fixed in r1p2.
1278CPU_FLAG_LIST += ERRATA_A715_2728106
1279
1280# Flag to apply erratum 2804830 workaround during reset. This erratum applies
1281# to revisions r0p0, r1p0, r1p1 and r1p2. It is fixed in r1p3.
1282CPU_FLAG_LIST += ERRATA_A715_2804830
1283
1284# Flag to apply erratum 3456084 workaround during reset. This erratum applies
1285# to revisions r0p0, r1p0, r1p1, r1p2 and r1p3, and is still open.
1286CPU_FLAG_LIST += ERRATA_A715_3456084
1287
1288# Flag to apply erratum 3699560 workaround during context save/restore of
1289# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r1p2, r1p3
1290# of the Cortex-A715 cpu and is still open.
1291CPU_FLAG_LIST += ERRATA_A715_3699560
1292
1293# Flag to apply erratum 3711916 workaround during reset. This erratum applies
1294# to revisions r0p0, r1p0, r1p1, r1p2 and r1p3 and is still open.
1295CPU_FLAG_LIST += ERRATA_A715_3711916
1296
1297# Flag to apply erratum 2729604 workaround during reset. This erratum applies
1298# to revisions r0p0 and r0p1. It is fixed in r0p2.
1299CPU_FLAG_LIST += ERRATA_A720_2729604
1300
1301# Flag to apply erratum 2792132 workaround during reset. This erratum applies
1302# to revisions r0p0 and r0p1. It is fixed in r0p2.
1303CPU_FLAG_LIST += ERRATA_A720_2792132
1304
1305# Flag to apply erratum 2844092 workaround during reset. This erratum applies
1306# to revisions r0p0 and r0p1. It is fixed in r0p2.
1307CPU_FLAG_LIST += ERRATA_A720_2844092
1308
1309# Flag to apply erratum 2926083 workaround during reset. This erratum applies
1310# to revisions r0p0 and r0p1. It is fixed in r0p2.
1311CPU_FLAG_LIST += ERRATA_A720_2926083
1312
1313# Flag to apply erratum 2940794 workaround during reset. This erratum applies
1314# to revisions r0p0 and r0p1. It is fixed in r0p2.
1315CPU_FLAG_LIST += ERRATA_A720_2940794
1316
1317# Flag to apply erratum 3456091 workaround during reset. This erratum applies
1318# to revisions r0p0, r0p1 and r0p2 of the Cortex-A720 cpu and is still open.
1319CPU_FLAG_LIST += ERRATA_A720_3456091
1320
1321# Flag to apply erratum 3699561 workaround during context save/restore of
1322# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 of
1323# the Cortex-A720 cpu and is still open.
1324CPU_FLAG_LIST += ERRATA_A720_3699561
1325
1326# Flag to apply erratum 2940794 workaround during reset. This erratum applies
1327# to revisions r0p0, r0p1 and r0p2 of the Cortex-A720 cpu and is still open.
1328CPU_FLAG_LIST += ERRATA_A720_3711910
1329
1330# Flag to apply erratum 3456103 workaround during reset. This erratum applies
1331# to revisions r0p0 and r0p1 and is still open.
1332CPU_FLAG_LIST += ERRATA_A720_AE_3456103
1333
1334# Flag to apply erratum 3699562 workaround during context save/restore of
1335# ICH_VMCR_EL2 reg. This erratum applies to revision r0p0 the Cortex-A720-AE
1336# cpu and is still open.
1337CPU_FLAG_LIST += ERRATA_A720_AE_3699562
1338
1339# Flag to apply erratum 2874943 workaround during reset. This erratum applies
1340# to revisions r0p0 of the Cortex-A725 cpu and is fixed in r0p1.
1341CPU_FLAG_LIST += ERRATA_A725_2874943
1342
1343# Flag to apply erratum 2936490 workaround during reset. This erratum applies
1344# to revisions r0p0 of the Cortex-A725 cpu and is fixed in r0p1.
1345CPU_FLAG_LIST += ERRATA_A725_2936490
1346
1347# Flag to apply erratum 3456106 workaround during runtime. This erratum applies
1348# to revisions r0p0, r0p1 and r0p2 of the Cortex-A725 cpu and is still open.
1349CPU_FLAG_LIST += ERRATA_A725_3456106
1350
1351# Flag to apply erratum 3699564 workaround during context save/restore of
1352# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 of
1353# the Cortex-A725 cpu and is fixed in r0p2.
1354CPU_FLAG_LIST += ERRATA_A725_3699564
1355
1356# Flag to apply erratum 3699564 workaround during reset. This erratum applies
1357# to revisions r0p0 and r0p1 and is fixed in r0p2.
1358CPU_FLAG_LIST += ERRATA_A725_3711914
1359
1360# Flag to apply erratum 3502731 workaround during reset. This erratum
1361# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0.
1362CPU_FLAG_LIST += ERRATA_C1ULTRA_3502731
1363
1364# Flag to apply erratum 3324333 workaround during reset. This erratum
1365# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0.
1366CPU_FLAG_LIST += ERRATA_C1ULTRA_3324333
1367
1368# Flag to apply erratum 3651221 workaround during reset. This erratum
1369# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0.
1370CPU_FLAG_LIST += ERRATA_C1ULTRA_3651221
1371
1372# Flag to apply erratum 3658374 workaround during reset. This erratum
1373# applies to revisions r0p0, r1p0 of C1-Ultra cpu and is still open.
1374CPU_FLAG_LIST += ERRATA_C1ULTRA_3658374
1375
1376# Flag to apply erratum 3684152 workaround during reset. This erratum
1377# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0.
1378CPU_FLAG_LIST += ERRATA_C1ULTRA_3684152
1379
1380# Flag to apply erratum 3705939 workaround during reset. This erratum
1381# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open.
1382CPU_FLAG_LIST += ERRATA_C1ULTRA_3705939
1383
1384# Flag to apply erratum 3815514 workaround during reset. This erratum
1385# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open.
1386CPU_FLAG_LIST += ERRATA_C1ULTRA_3815514
1387
1388# Flag to apply erratum 3865171 workaround during reset. This erratum
1389# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open.
1390CPU_FLAG_LIST += ERRATA_C1ULTRA_3865171
1391
1392# Flag to apply erratum 3926381 workaround during reset. This erratum
1393# applies to revision r1p0 of C1-Ultra cpu and is still open.
1394CPU_FLAG_LIST += ERRATA_C1ULTRA_3926381
1395
1396# Flag to apply erratum 4102704 workaround during reset. This erratum
1397# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open.
1398CPU_FLAG_LIST += ERRATA_C1ULTRA_4102704
1399
1400# Flag to apply erratum 3324333 workaround during runtime. This erratum applies
1401# to revision r0p0 of C1-Premium cpu and is fixed in r1p0.
1402CPU_FLAG_LIST += ERRATA_C1PREMIUM_3324333
1403
1404# Flag to apply erratum 3502731 workaround during reset. This erratum applies
1405# to revision r0p0 of C1-Premium cpu and is fixed in r1p0.
1406CPU_FLAG_LIST += ERRATA_C1PREMIUM_3502731
1407
1408# Flag to apply erratum 3651221 workaround during reset. This erratum applies
1409# to revision r0p0 of C1-Premium cpu and is fixed in r1p0.
1410CPU_FLAG_LIST += ERRATA_C1PREMIUM_3651221
1411
1412# Flag to apply erratum 3684152 workaround during reset. This erratum applies
1413# to revision r0p0 of C1-Premium cpu and is fixed in r1p0.
1414CPU_FLAG_LIST += ERRATA_C1PREMIUM_3684152
1415
1416# Flag to apply erratum 3705939 workaround during reset. This erratum applies
1417# to revisions r0p0, r1p0 of C1-Premium cpu and is still open.
1418CPU_FLAG_LIST += ERRATA_C1PREMIUM_3705939
1419
1420# Flag to apply erratum 3815514 workaround during reset. This erratum applies
1421# to revisions r0p0, r1p0 of C1-Premium cpu and is still open.
1422CPU_FLAG_LIST += ERRATA_C1PREMIUM_3815514
1423
1424# Flag to apply erratum 3865171 workaround during reset. This erratum applies
1425# to revisions r0p0, r1p0 of C1-Premium cpu and is still open.
1426CPU_FLAG_LIST += ERRATA_C1PREMIUM_3865171
1427
1428# Flag to apply erratum 3926381 workaround during reset. This erratum applies
1429# to revision r1p0 of C1-Premium cpu and is still open.
1430CPU_FLAG_LIST += ERRATA_C1PREMIUM_3926381
1431
1432# Flag to apply erratum 4102704 workaround during reset. This erratum applies
1433# to revisions r0p0, r1p0 of C1-Premium cpu and is still open.
1434CPU_FLAG_LIST += ERRATA_C1PREMIUM_4102704
1435
1436# Flag to apply erratum 3338470 workaround during reset. This erratum applies
1437# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0.
1438CPU_FLAG_LIST += ERRATA_C1PRO_3338470
1439
1440# Flag to apply erratum 3362007 workaround during reset. This erratum applies
1441# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0.
1442CPU_FLAG_LIST += ERRATA_C1PRO_3362007
1443
1444# Flag to apply erratum 3619847 workaround during reset. This erratum applies
1445# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0.
1446CPU_FLAG_LIST += ERRATA_C1PRO_3619847
1447
1448# Flag to apply erratum 3684268 workaround during reset. This erratum applies
1449# to revisions r0p0, r1p0 of the C1-Pro cpu and is fixed in r1p1.
1450CPU_FLAG_LIST += ERRATA_C1PRO_3684268
1451
1452# Flag to apply erratum 3686597 workaround during runtime. This erratum applies
1453# to revisions r0p0, r1p0 of the C1-Pro cpu and is fixed in r1p1.
1454CPU_FLAG_LIST += ERRATA_C1PRO_3686597
1455
1456# Flag to apply erratum 3694158 workaround during reset. This erratum applies
1457# to revisions r0p0, r1p0 and r1p1 of the C1-Pro cpu and is fixed in r1p2.
1458CPU_FLAG_LIST += ERRATA_C1PRO_3694158
1459
1460# Flag to apply erratum 3706576 workaround during reset. This erratum applies
1461# to revisions r0p0 and r1p0 of the C1-Pro cpu and is fixed in r1p1.
1462CPU_FLAG_LIST += ERRATA_C1PRO_3706576
1463
1464# Flag to apply erratum 3300099 workaround during runtime. This erratum applies
1465# to revisions r0p0 and r1p0 of the C1-Pro cpu and is fixed in r1p1.
1466CPU_FLAG_LIST += ERRATA_C1PRO_3300099
1467
1468# Flag to apply erratum 3392149 workaround during reset. This erratum applies
1469# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1470CPU_FLAG_LIST += ERRATA_C1NANO_3392149
1471
1472# Flag to apply erratum 3419531 workaround during reset. This erratum applies
1473# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1474CPU_FLAG_LIST += ERRATA_C1NANO_3419531
1475
1476# Flag to apply erratum 3437202 workaround during reset. This erratum applies
1477# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1478CPU_FLAG_LIST += ERRATA_C1NANO_3437202
1479
1480# Flag to apply erratum 3516455 workaround during reset. This erratum applies
1481# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1482CPU_FLAG_LIST += ERRATA_C1NANO_3516455
1483
1484# Flag to apply erratum 3616450 workaround during reset. This erratum applies
1485# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1486CPU_FLAG_LIST += ERRATA_C1NANO_3616450
1487
1488# Flag to apply erratum 3630925 workaround during reset. This erratum applies
1489# to revision r0p0 of C1-Nano cpu and is fixed in r0p1.
1490CPU_FLAG_LIST += ERRATA_C1NANO_3630925
1491
1492# Flag to apply erratum 3754876 workaround during runtime. This erratum applies
1493# to revision r0p0 and r0p1 of C1-Nano cpu and is fixed in r0p2.
1494CPU_FLAG_LIST += ERRATA_C1NANO_3754876
1495
1496# Flag to apply DSU erratum 798953. This erratum applies to DSUs revision r0p0.
1497# Applying the workaround results in higher DSU power consumption on idle.
1498CPU_FLAG_LIST += ERRATA_DSU_798953
1499
1500# Flag to apply DSU erratum 936184. This erratum applies to DSUs containing
1501# the ACP interface and revision < r0p0. Applying the workaround results in
1502# higher DSU power consumption on idle.
1503CPU_FLAG_LIST += ERRATA_DSU_936184
1504
1505# Flag to apply DSU erratum 2313941. This erratum applies to DSUs revisions
1506# r0p0, r1p0, r2p0, r2p1, r3p0, r3p1 and is still open. Applying the workaround
1507# results in higher DSU power consumption on idle.
1508CPU_FLAG_LIST += ERRATA_DSU_2313941
1509
1510# Flag to apply DSU erratum 2900952 during reset. This erratum applies
1511# to some implementations of DSU-120 revision r2p0. Erratum might be fixed
1512# in some implementations of r2p0. This can be determined by reading
1513# the IMP_CLUSTERREVIDR_EL1 register where a set bit indicates that
1514# the erratum is fixed in this part. It is fixed in r2p1.
1515CPU_FLAG_LIST += ERRATA_DSU_2900952
1516
1517# process all flags
1518ifeq (${ENABLE_ERRATA_ALL},1)
1519$(eval $(call default_ones, $(CPU_FLAG_LIST)))
1520else
1521$(eval $(call default_zeros, $(CPU_FLAG_LIST)))
1522endif
1523