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