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 1508412 workaround during reset. This erratum applies 341# only to revision <= r1p0 of the Cortex A77 cpu. 342CPU_FLAG_LIST += ERRATA_A77_1508412 343 344# Flag to apply erratum 1925769 workaround during reset. This erratum applies 345# only to revision <= r1p1 of the Cortex A77 cpu. 346CPU_FLAG_LIST += ERRATA_A77_1925769 347 348# Flag to apply erratum 1946167 workaround during reset. This erratum applies 349# only to revision <= r1p1 of the Cortex A77 cpu. 350CPU_FLAG_LIST += ERRATA_A77_1946167 351 352# Flag to apply erratum 1791578 workaround during reset. This erratum applies 353# to revisions r0p0, r1p0, and r1p1, it is still open. 354CPU_FLAG_LIST += ERRATA_A77_1791578 355 356# Flag to apply erratum 2356587 workaround during reset. This erratum applies 357# to revisions r0p0, r1p0, and r1p1, it is still open. 358CPU_FLAG_LIST += ERRATA_A77_2356587 359 360# Flag to apply erratum 1800714 workaround during reset. This erratum applies 361# to revisions <= r1p1 of the Cortex A77 cpu. 362CPU_FLAG_LIST += ERRATA_A77_1800714 363 364# Flag to apply erratum 2743100 workaround during power down. This erratum 365# applies to revisions r0p0, r1p0, and r1p1, it is still open. 366CPU_FLAG_LIST += ERRATA_A77_2743100 367 368# Flag to apply erratum 1467580 workaround during reset. This erratum applies to 369# revision r0p0 of the Cortex-A78 cpu and is fixed in r1p0. 370CPU_FLAG_LIST += ERRATA_A78_1467580 371 372# Flag to apply erratum 1479939 workaround during reset. This erratum applies to 373# revision r0p0 of the Cortex-A78 cpu and is fixed in r1p0. 374CPU_FLAG_LIST += ERRATA_A78_1479939 375 376# Flag to apply erratum 1492189 workaround during reset. This erratum applies to 377# revision r0p0 of the Cortex-A78 cpu and is fixed in r1p0. 378CPU_FLAG_LIST += ERRATA_A78_1492189 379 380# Flag to apply erratum 1503072 workaround during reset. This erratum applies to 381# revision r0p0 of the Cortex-A78 cpu and is fixed in r1p0. 382CPU_FLAG_LIST += ERRATA_A78_1503072 383 384# Flag to apply erratum 1515634 workaround during reset. This erratum applies to 385# revision r0p0 of the Cortex-A78 cpu and is fixed in r1p0. 386CPU_FLAG_LIST += ERRATA_A78_1515634 387 388# Flag to apply erratum 1688305 workaround during reset. This erratum applies 389# to revisions r0p0 - r1p0 of the A78 cpu. 390CPU_FLAG_LIST += ERRATA_A78_1688305 391 392# Flag to apply erratum 1827429 workaround during reset. This erratum applies to 393# revisions r0p0, r1p0 of the Cortex-A78 cpu and is fixed in r1p1. 394CPU_FLAG_LIST += ERRATA_A78_1827429 395 396# Flag to apply erratum 1941498 workaround during reset. This erratum applies 397# to revisions r0p0, r1p0, and r1p1 of the A78 cpu. 398CPU_FLAG_LIST += ERRATA_A78_1941498 399 400# Flag to apply erratum 1951500 workaround during reset. This erratum applies 401# to revisions r1p0 and r1p1 of the A78 cpu. The issue is present in r0p0 as 402# well but there is no workaround for that revision. 403CPU_FLAG_LIST += ERRATA_A78_1951500 404 405# Flag to apply erratum 1821534 workaround during reset. This erratum applies 406# to revisions r0p0 and r1p0 of the A78 cpu. 407CPU_FLAG_LIST += ERRATA_A78_1821534 408 409# Flag to apply erratum 1952683 workaround during reset. This erratum applies 410# to revision r0p0 of the A78 cpu and was fixed in the revision r1p0. 411CPU_FLAG_LIST += ERRATA_A78_1952683 412 413# Flag to apply erratum 2242635 workaround during reset. This erratum applies 414# to revisions r1p0, r1p1, and r1p2 of the A78 cpu and is open. The issue is 415# present in r0p0 as well but there is no workaround for that revision. 416CPU_FLAG_LIST += ERRATA_A78_2242635 417 418# Flag to apply erratum 2376745 workaround during reset. This erratum applies 419# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 420CPU_FLAG_LIST += ERRATA_A78_2376745 421 422# Flag to apply erratum 2395406 workaround during reset. This erratum applies 423# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 424CPU_FLAG_LIST += ERRATA_A78_2395406 425 426# Flag to apply erratum 2712571 workaround for non-arm interconnect ip. This 427# erratum applies to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. 428# It is fixed in r1p2. 429CPU_FLAG_LIST += ERRATA_A78_2712571 430 431# Flag to apply erratum 2742426 workaround during reset. This erratum 432# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still 433# open. 434CPU_FLAG_LIST += ERRATA_A78_2742426 435 436# Flag to apply erratum 2772019 workaround during powerdown. This erratum 437# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still 438# open. 439CPU_FLAG_LIST += ERRATA_A78_2772019 440 441# Flag to apply erratum 2779479 workaround during reset. This erratum applies 442# to revision r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still open. 443CPU_FLAG_LIST += ERRATA_A78_2779479 444 445# Flag to apply erratum 3888017 workaround during reset. This erratum applies to 446# revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-A78 cpu and is still open. 447CPU_FLAG_LIST += ERRATA_A78_3888017 448 449# Flag to apply erratum 4302972 workaround during reset. This erratum applies to 450# revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-A78 cpu and is still open. 451CPU_FLAG_LIST += ERRATA_A78_4302972 452 453# Flag to apply erratum 1941500 workaround during reset. This erratum applies 454# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 455CPU_FLAG_LIST += ERRATA_A78_AE_1941500 456 457# Flag to apply erratum 1951502 workaround during reset. This erratum applies 458# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 459CPU_FLAG_LIST += ERRATA_A78_AE_1951502 460 461# Flag to apply erratum 2376748 workaround during reset. This erratum applies 462# to revisions r0p0, r0p1 and r0p2 of the A78 AE cpu. It is still open. 463CPU_FLAG_LIST += ERRATA_A78_AE_2376748 464 465# Flag to apply erratum 2395408 workaround during reset. This erratum applies 466# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 467CPU_FLAG_LIST += ERRATA_A78_AE_2395408 468 469# Flag to apply erratum 1827430 workaround during reset. This erratum applies 470# to revision r0p0 of the A78C cpu. It is fixed in r0p1. 471CPU_FLAG_LIST += ERRATA_A78C_1827430 472 473# Flag to apply erratum 1827440 workaround during reset. This erratum applies 474# to revision r0p0 of the A78C cpu. It is fixed in r0p1. 475CPU_FLAG_LIST += ERRATA_A78C_1827440 476 477# Flag to apply erratum 2712574 workaround for non-arm interconnect ip. This 478# erratum applies to revisions r0p0, r0p1 and r0p2 of the A78 AE cpu. 479# It is still open. 480CPU_FLAG_LIST += ERRATA_A78_AE_2712574 481 482# Flag to apply erratum 2242638 workaround during reset. This erratum applies 483# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 484CPU_FLAG_LIST += ERRATA_A78C_2242638 485 486# Flag to apply erratum 2376749 workaround during reset. This erratum applies 487# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 488CPU_FLAG_LIST += ERRATA_A78C_2376749 489 490# Flag to apply erratum 2395411 workaround during reset. This erratum applies 491# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 492CPU_FLAG_LIST += ERRATA_A78C_2395411 493 494# Flag to apply erratum 2683027 workaround during reset. This erratum applies 495# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 496CPU_FLAG_LIST += ERRATA_A78C_2683027 497 498# Flag to apply erratum 2712575 workaround for non-arm interconnect ip. This 499# erratum applies to revisions r0p1 and r0p2 of the A78C cpu. 500# It is still open. 501CPU_FLAG_LIST += ERRATA_A78C_2712575 502 503# Flag to apply erratum 2743232 workaround during reset. This erratum applies 504# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 505CPU_FLAG_LIST += ERRATA_A78C_2743232 506 507# Flag to apply erratum 2772121 workaround during powerdown. This erratum 508# applies to revisions r0p0, r0p1 and r0p2 of the A78C cpu. It is still open. 509CPU_FLAG_LIST += ERRATA_A78C_2772121 510 511# Flag to apply erratum 2779484 workaround during reset. This erratum 512# applies to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 513CPU_FLAG_LIST += ERRATA_A78C_2779484 514 515# Flag to apply erratum 1821534 workaround during reset. This erratum applies 516# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 517CPU_FLAG_LIST += ERRATA_X1_1821534 518 519# Flag to apply erratum 1688305 workaround during reset. This erratum applies 520# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 521CPU_FLAG_LIST += ERRATA_X1_1688305 522 523# Flag to apply erratum 1827429 workaround during reset. This erratum applies 524# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 525CPU_FLAG_LIST += ERRATA_X1_1827429 526 527# Flag to apply erratum 925373 workaround during reset. This erratum applies to 528# revision r0p0 of the Neoverse N1 cpu and is fixed in r1p0. 529CPU_FLAG_LIST += ERRATA_N1_925373 530 531# Flag to apply T32 CLREX workaround during reset. This erratum applies 532# only to r0p0 and r1p0 of the Neoverse N1 cpu. 533CPU_FLAG_LIST += ERRATA_N1_1043202 534 535# Flag to apply erratum 1073348 workaround during reset. This erratum applies 536# only to revision r0p0 and r1p0 of the Neoverse N1 cpu. 537CPU_FLAG_LIST += ERRATA_N1_1073348 538 539# Flag to apply erratum 1130799 workaround during reset. This erratum applies 540# only to revision <= r2p0 of the Neoverse N1 cpu. 541CPU_FLAG_LIST += ERRATA_N1_1130799 542 543# Flag to apply erratum 1165347 workaround during reset. This erratum applies 544# only to revision <= r2p0 of the Neoverse N1 cpu. 545CPU_FLAG_LIST += ERRATA_N1_1165347 546 547# Flag to apply erratum 1207823 workaround during reset. This erratum applies 548# only to revision <= r2p0 of the Neoverse N1 cpu. 549CPU_FLAG_LIST += ERRATA_N1_1207823 550 551# Flag to apply erratum 1220197 workaround during reset. This erratum applies 552# only to revision <= r2p0 of the Neoverse N1 cpu. 553CPU_FLAG_LIST += ERRATA_N1_1220197 554 555# Flag to apply erratum 1257314 workaround during reset. This erratum applies 556# only to revision <= r3p0 of the Neoverse N1 cpu. 557CPU_FLAG_LIST += ERRATA_N1_1257314 558 559# Flag to apply erratum 1262606 workaround during reset. This erratum applies 560# only to revision <= r3p0 of the Neoverse N1 cpu. 561CPU_FLAG_LIST += ERRATA_N1_1262606 562 563# Flag to apply erratum 1262888 workaround during reset. This erratum applies 564# only to revision <= r3p0 of the Neoverse N1 cpu. 565CPU_FLAG_LIST += ERRATA_N1_1262888 566 567# Flag to apply erratum 1275112 workaround during reset. This erratum applies 568# only to revision <= r3p0 of the Neoverse N1 cpu. 569CPU_FLAG_LIST += ERRATA_N1_1275112 570 571# Flag to apply erratum 1315703 workaround during reset. This erratum applies 572# to revisions before r3p1 of the Neoverse N1 cpu. 573CPU_FLAG_LIST += ERRATA_N1_1315703 574 575# Flag to apply erratum 1542419 workaround during reset. This erratum applies 576# to revisions r3p0 - r4p0 of the Neoverse N1 cpu. 577CPU_FLAG_LIST += ERRATA_N1_1542419 578 579# Flag to apply erratum 1791580 workaround during reset. This erratum applies to 580# revisions r0p0, r1p0, r2p0, r3p0, r3p1, r4p0 of the Neoverse N1 cpu and is fixed 581# in r4p1. 582CPU_FLAG_LIST += ERRATA_N1_1791580 583 584# Flag to apply erratum 1868343 workaround during reset. This erratum applies 585# to revision <= r4p0 of the Neoverse N1 cpu. 586CPU_FLAG_LIST += ERRATA_N1_1868343 587 588# Flag to apply erratum 1946160 workaround during reset. This erratum applies 589# to revisions r3p0, r3p1, r4p0, and r4p1 of the Neoverse N1 cpu. The issue 590# exists in revisions r0p0, r1p0, and r2p0 as well but there is no workaround. 591CPU_FLAG_LIST += ERRATA_N1_1946160 592 593# Flag to apply erratum 2743102 workaround during powerdown. This erratum 594# applies to all revisions <= r4p1 of the Neoverse N1 cpu and is still open. 595CPU_FLAG_LIST += ERRATA_N1_2743102 596 597# Flag to apply erratum 3324349 workaround during reset. This erratum 598# applies to all revisions <= r4p1 of the Neoverse N1 cpu and is still open. 599CPU_FLAG_LIST += ERRATA_N1_3324349 600 601# Flag to apply erratum 3888013 workaround during reset. This erratum applies to 602# revisions r0p0, r1p0, r2p0, r3p0, r3p1, r4p0, r4p1 of the Neoverse N1 cpu and is 603# still open. 604CPU_FLAG_LIST += ERRATA_N1_3888013 605 606# Flag to apply erratum 1542436 workaround during reset. This erratum applies to 607# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 608CPU_FLAG_LIST += ERRATA_V1_1542436 609 610# Flag to apply erratum 1618634 workaround during reset. This erratum applies to 611# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 612CPU_FLAG_LIST += ERRATA_V1_1618634 613 614# Flag to apply erratum 1618635 workaround during reset. This erratum applies 615# to revision r0p0 of the Neoverse V1 cpu and was fixed in the revision r1p0. 616CPU_FLAG_LIST += ERRATA_V1_1618635 617 618# Flag to apply erratum 1618636 workaround during reset. This erratum applies to 619# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 620CPU_FLAG_LIST += ERRATA_V1_1618636 621 622# Flag to apply erratum 1619807 workaround during reset. This erratum applies to 623# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 624CPU_FLAG_LIST += ERRATA_V1_1619807 625 626# Flag to apply erratum 1654562 workaround during reset. This erratum applies to 627# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 628CPU_FLAG_LIST += ERRATA_V1_1654562 629 630# Flag to apply erratum 1674403 workaround during reset. This erratum applies to 631# revision r0p0 of the Neoverse V1 cpu and is fixed in r1p0. 632CPU_FLAG_LIST += ERRATA_V1_1674403 633 634# Flag to apply erratum 1774420 workaround during reset. This erratum applies 635# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 636CPU_FLAG_LIST += ERRATA_V1_1774420 637 638# Flag to apply erratum 1791573 workaround during reset. This erratum applies 639# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 640CPU_FLAG_LIST += ERRATA_V1_1791573 641 642# Flag to apply erratum 1852267 workaround during reset. This erratum applies 643# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 644CPU_FLAG_LIST += ERRATA_V1_1852267 645 646# Flag to apply erratum 1925756 workaround during reset. This needs to be 647# enabled for r0p0, r1p0, and r1p1 of the Neoverse V1 core, it is still open. 648CPU_FLAG_LIST += ERRATA_V1_1925756 649 650# Flag to apply erratum 1940577 workaround during reset. This erratum applies 651# to revisions r1p0 and r1p1 of the Neoverse V1 cpu. 652CPU_FLAG_LIST += ERRATA_V1_1940577 653 654# Flag to apply erratum 1966096 workaround during reset. This erratum applies 655# to revisions r1p0 and r1p1 of the Neoverse V1 CPU and is open. This issue 656# exists in r0p0 as well but there is no workaround for that revision. 657CPU_FLAG_LIST += ERRATA_V1_1966096 658 659# Flag to apply erratum 2139242 workaround during reset. This erratum applies 660# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 661CPU_FLAG_LIST += ERRATA_V1_2139242 662 663# Flag to apply erratum 2216392 workaround during reset. This erratum applies 664# to revisions r1p0 and r1p1 of the Neoverse V1 cpu and is still open. This 665# issue exists in r0p0 as well but there is no workaround for that revision. 666CPU_FLAG_LIST += ERRATA_V1_2216392 667 668# Flag to apply erratum 2294912 workaround during reset. This erratum applies 669# to revisions r0p0, r1p0, and r1p1 and r1p2 of the Neoverse V1 cpu and is still open. 670CPU_FLAG_LIST += ERRATA_V1_2294912 671 672# Flag to apply erratum 2348377 workaround during reset. This erratum applies 673# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is fixed in r1p2. 674CPU_FLAG_LIST += ERRATA_V1_2348377 675 676# Flag to apply erratum 2372203 workaround during reset. This erratum applies 677# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is still open. 678CPU_FLAG_LIST += ERRATA_V1_2372203 679 680# Flag to apply erratum 2701953 workaround to non-arm interconnect ip. This 681# erratum applies to revisions r0p0, r1p0, r1p1 of the Neoverse V1 cpu, 682# it is fixed in r1p2. 683CPU_FLAG_LIST += ERRATA_V1_2701953 684 685# Flag to apply erratum 2743093 workaround during powerdown. This erratum 686# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is 687# still open. 688CPU_FLAG_LIST += ERRATA_V1_2743093 689 690# Flag to apply erratum 2743233 workaround during powerdown. This erratum 691# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is 692# still open. 693CPU_FLAG_LIST += ERRATA_V1_2743233 694 695# Flag to apply erratum 2779461 workaround during powerdown. This erratum 696# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is 697# still open. 698CPU_FLAG_LIST += ERRATA_V1_2779461 699 700# Flag to apply erratum 3888016 workaround during reset. This erratum applies to 701# revisions r0p0, r1p0, r1p1, r1p2 of the Neoverse V1 cpu and is still open. 702CPU_FLAG_LIST += ERRATA_V1_3888016 703 704# Flag to apply erratum 2970647 workaround during reset. This erratum applies 705# to revisions r0p0 of the Neoverse V3 cpu and is fixed in r0p1. 706CPU_FLAG_LIST += ERRATA_V3_2970647 707 708# Flag to apply erratum 3312417 workaround during reset. This erratum applies 709# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2. 710CPU_FLAG_LIST += ERRATA_V3_3312417 711 712# Flag to apply erratum 3696307 workaround during reset. This erratum applies 713# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2. 714CPU_FLAG_LIST += ERRATA_V3_3696307 715 716# Flag to apply erratum 3701767 workaround during context save/restore of 717# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 and r0p2 of 718# the Neoverse V3 cpu and is still open. 719CPU_FLAG_LIST += ERRATA_V3_3701767 720 721# Flag to apply erratum 3734562 workaround during reset. This erratum applies 722# to revisions r0p0 and r0p1 of the Neoverse V3 cpu and is fixed in r0p2. 723CPU_FLAG_LIST += ERRATA_V3_3734562 724 725# Flag to apply erratum 3782181 workaround during reset. This erratum applies 726# to revision r0p1 of the Neoverse V3 cpu and is fixed in r0p2. 727CPU_FLAG_LIST += ERRATA_V3_3782181 728 729# Flag to apply erratum 3864536 workaround during reset. This erratum applies 730# to revisions r0p0, r0p1 and r0p2 of the Neoverse V3 cpu and is still open. 731CPU_FLAG_LIST += ERRATA_V3_3864536 732 733# Flag to apply erratum 3878291 workaround during reset. This erratum applies 734# to revisions r0p0, r0p1 and r0p2 of the Neoverse V3 cpu and is still open. 735CPU_FLAG_LIST += ERRATA_V3_3878291 736 737# Flag to apply erratum 1785648 workaround during reset. This erratum applies to 738# revision r0p0 of the Cortex-A710 cpu and is fixed in r1p0. 739CPU_FLAG_LIST += ERRATA_A710_1785648 740 741# Flag to apply erratum 1793423 workaround during reset. This erratum applies to 742# revision r0p0 of the Cortex-A710 cpu and is fixed in r1p0. 743CPU_FLAG_LIST += ERRATA_A710_1793423 744 745# Flag to apply erratum 1847092 workaround during reset. This erratum applies to 746# revision r0p0 of the Cortex-A710 cpu and is fixed in r1p0. 747CPU_FLAG_LIST += ERRATA_A710_1847092 748 749# Flag to apply erratum 1887102 workaround during reset. This erratum applies to 750# revisions r0p0, r1p0 of the Cortex-A710 cpu and is fixed in r2p0. 751CPU_FLAG_LIST += ERRATA_A710_1887102 752 753# Flag to apply erratum 1901946 workaround during reset. This erratum applies 754# to revision r1p0 and is fixed in r2p0. 755CPU_FLAG_LIST += ERRATA_A710_1901946 756 757# Flag to apply erratum 1916945 workaround during reset. This erratum applies 758# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0. 759CPU_FLAG_LIST += ERRATA_A710_1916945 760 761# Flag to apply erratum 1917258 workaround during reset. This erratum applies 762# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0. 763CPU_FLAG_LIST += ERRATA_A710_1917258 764 765# Flag to apply erratum 1927200 workaround during reset. This erratum applies 766# to revisions r0p0 and r1p0 of the Cortex-A710 CPU and is fixed in r2p0. 767CPU_FLAG_LIST += ERRATA_A710_1927200 768 769# Flag to apply erratum 1987031 workaround during reset. This erratum applies 770# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 771CPU_FLAG_LIST += ERRATA_A710_1987031 772 773# Flag to apply erratum 2081180 workaround during reset. This erratum applies 774# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 775CPU_FLAG_LIST += ERRATA_A710_2081180 776 777# Flag to apply erratum 2083908 workaround during reset. This erratum applies 778# to revision r2p0 of the Cortex-A710 cpu and is still open. 779CPU_FLAG_LIST += ERRATA_A710_2083908 780 781# Flag to apply erratum 2055002 workaround during reset. This erratum applies 782# to revision r1p0, r2p0 of the Cortex-A710 cpu and is still open. 783CPU_FLAG_LIST += ERRATA_A710_2055002 784 785# Flag to apply erratum 2017096 workaround during reset. This erratum applies 786# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 787CPU_FLAG_LIST += ERRATA_A710_2017096 788 789# Flag to apply erratum 2267065 workaround during reset. This erratum applies 790# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 791CPU_FLAG_LIST += ERRATA_A710_2267065 792 793# Flag to apply erratum 2136059 workaround during reset. This erratum applies 794# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 795CPU_FLAG_LIST += ERRATA_A710_2136059 796 797# Flag to apply erratum 2147715 workaround during reset. This erratum applies 798# to revision r2p0 of the Cortex-A710 CPU and is fixed in revision r2p1. 799CPU_FLAG_LIST += ERRATA_A710_2147715 800 801# Flag to apply erratum 2216384 workaround during reset. This erratum applies 802# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 803CPU_FLAG_LIST += ERRATA_A710_2216384 804 805# Flag to apply erratum 2282622 workaround during reset. This erratum applies 806# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is still 807# open. 808CPU_FLAG_LIST += ERRATA_A710_2282622 809 810# Flag to apply erratum 2291219 workaround during reset. This erratum applies 811# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 812CPU_FLAG_LIST += ERRATA_A710_2291219 813 814# Flag to apply erratum 2008768 workaround during reset. This erratum applies 815# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 816CPU_FLAG_LIST += ERRATA_A710_2008768 817 818# Flag to apply erratum 2371105 workaround during reset. This erratum applies 819# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 820CPU_FLAG_LIST += ERRATA_A710_2371105 821 822# Flag to apply erratum 2701952 workaround for non-arm interconnect ip. This 823# erratum applies to revision r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu 824# and is still open. 825CPU_FLAG_LIST += ERRATA_A710_2701952 826 827# Flag to apply erratum 2742423 workaround during reset. This erratum applies 828# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is still 829# open. 830CPU_FLAG_LIST += ERRATA_A710_2742423 831 832# Flag to apply erratum 2768515 workaround during power down. This erratum 833# applies to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is 834# still open. 835CPU_FLAG_LIST += ERRATA_A710_2768515 836 837# Flag to apply erratum 2778471 workaround during reset. This erratum applies 838# to revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still 839# open. 840CPU_FLAG_LIST += ERRATA_A710_2778471 841 842# Flag to apply erratum 3324338 workaround during reset. This erratum applies 843# to revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still 844# open. 845CPU_FLAG_LIST += ERRATA_A710_3324338 846 847# Flag to apply erratum 3701772 workaround during context save/restore of 848# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r2p0, r2p1 849# of the Cortex-A710 cpu and is still open. 850CPU_FLAG_LIST += ERRATA_A710_3701772 851 852# Flag to apply erratum 3888122 workaround during reset. This erratum applies to 853# revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still open. 854CPU_FLAG_LIST += ERRATA_A710_3888122 855 856# Flag to apply erratum 4302969 workaround during reset. This erratum applies to 857# revisions r0p0, r1p0, r2p0, r2p1 of the Cortex-A710 cpu and is still open. 858CPU_FLAG_LIST += ERRATA_A710_4302969 859 860# Flag to apply erratum 2002655 workaround during reset. This erratum applies 861# to revisions r0p0 of the Neoverse-N2 cpu and is fixed in r0p1. 862CPU_FLAG_LIST += ERRATA_N2_2002655 863 864# Flag to apply erratum 2009478 workaround during powerdown. This erratum 865# applies to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 866CPU_FLAG_LIST += ERRATA_N2_2009478 867 868# Flag to apply erratum 2067956 workaround during reset. This erratum applies 869# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 870CPU_FLAG_LIST += ERRATA_N2_2067956 871 872# Flag to apply erratum 2025414 workaround during reset. This erratum applies 873# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 874CPU_FLAG_LIST += ERRATA_N2_2025414 875 876# Flag to apply erratum 2138953 workaround during runtime. This erratum applies 877# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open. 878CPU_FLAG_LIST += ERRATA_N2_2138953 879 880# Flag to apply erratum 2138956 workaround during reset. This erratum applies 881# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 882CPU_FLAG_LIST += ERRATA_N2_2138956 883 884# Flag to apply erratum 2138958 workaround during reset. This erratum applies 885# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 886CPU_FLAG_LIST += ERRATA_N2_2138958 887 888# Flag to apply erratum 2189731 workaround during reset. This erratum applies 889# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 890CPU_FLAG_LIST += ERRATA_N2_2189731 891 892# Flag to apply erratum 2242400 workaround during reset. This erratum applies 893# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 894CPU_FLAG_LIST += ERRATA_N2_2242400 895 896# Flag to apply erratum 2242415 workaround during reset. This erratum applies 897# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 898CPU_FLAG_LIST += ERRATA_N2_2242415 899 900# Flag to apply erratum 2280757 workaround during reset. This erratum applies 901# to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 902CPU_FLAG_LIST += ERRATA_N2_2280757 903 904# Flag to apply erratum 2326639 workaroud during powerdown. This erratum 905# applies to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 906CPU_FLAG_LIST += ERRATA_N2_2326639 907 908# Flag to apply erratum 2340933 workaroud during reset. This erratum 909# applies to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 910CPU_FLAG_LIST += ERRATA_N2_2340933 911 912# Flag to apply erratum 2346952 workaround during reset. This erratum applies 913# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3. 914CPU_FLAG_LIST += ERRATA_N2_2346952 915 916# Flag to apply erratum 2376738 workaround during reset. This erratum applies 917# to revision r0p0, r0p1, r0p2, r0p3 of the Neoverse N2 cpu and is still open. 918CPU_FLAG_LIST += ERRATA_N2_2376738 919 920# Flag to apply erratum 2388450 workaround during reset. This erratum applies 921# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 922CPU_FLAG_LIST += ERRATA_N2_2388450 923 924# Flag to apply erratum 2728475 workaround for non-arm interconnect ip. This 925# erratum applies to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in 926# r0p3. 927CPU_FLAG_LIST += ERRATA_N2_2728475 928 929# Flag to apply erratum 2743014 workaround during reset. This erratum applies 930# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3. 931CPU_FLAG_LIST += ERRATA_N2_2743014 932 933# Flag to apply erratum 2743089 workaround during during powerdown. This erratum 934# applies to all revisions <= r0p2 of the Neoverse N2 cpu, it is fixed in r0p3. 935CPU_FLAG_LIST += ERRATA_N2_2743089 936 937# Flag to apply erratum 2779511 workaround during reset. This erratum applies 938# to r0p0, r0p1, r0p2 of the Neoverse N2 cpu, it is fixed in r0p3. 939CPU_FLAG_LIST += ERRATA_N2_2779511 940 941# Flag to apply erratum 3324339 workaround during reset. This erratum applies 942# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open. 943CPU_FLAG_LIST += ERRATA_N2_3324339 944 945# Flag to apply erratum 3701773 workaround during context save/restore of 946# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 and r0p3 947# of the Neoverse N2 cpu and is still open. 948CPU_FLAG_LIST += ERRATA_N2_3701773 949 950# Flag to apply erratum 3888123 workaround during reset. This erratum applies 951# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open. 952CPU_FLAG_LIST += ERRATA_N2_3888123 953 954# Flag to apply erratum 4302970 workaround during reset. This erratum applies 955# to r0p0, r0p1, r0p2 and r0p3 of the Neoverse N2 cpu and is still open. 956CPU_FLAG_LIST += ERRATA_N2_4302970 957 958# Flag to apply erratum 3456111 workaround during reset. This erratum applies 959# to revisions r0p0 and r0p1 of the Neoverse N3 cpu and is still open. 960CPU_FLAG_LIST += ERRATA_N3_3456111 961 962# Flag to apply erratum 3699563 workaround during context save/restore of 963# ICH_VMCR_EL2 reg. This erratum applies to revision r0p0 of the Neoverse N3 964# cpu and is still open. 965CPU_FLAG_LIST += ERRATA_N3_3699563 966 967# Flag to apply erratum 1901946 workaround during reset. This erratum applies 968# only to revision r1p0 of the Cortex-X2 cpu, it is fixed in r2p0. 969CPU_FLAG_LIST += ERRATA_X2_1901946 970 971# Flag to apply erratum 1916945 workaround during reset. This erratum applies 972# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0. 973CPU_FLAG_LIST += ERRATA_X2_1916945 974 975# Flag to apply erratum 1917258 workaround during reset. This erratum applies 976# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0. 977CPU_FLAG_LIST += ERRATA_X2_1917258 978 979# Flag to apply erratum 1927200 workaround during reset. This erratum applies 980# to revisions r0p0 and r1p0 of the Cortex-X2 cpu, it is fixed in r2p0. 981CPU_FLAG_LIST += ERRATA_X2_1927200 982 983# Flag to apply erratum 1934260 workaround during reset. This erratum applies 984# only to revision r1p0 of the Cortex-X2 cpu, it is fixed in r2p0. 985CPU_FLAG_LIST += ERRATA_X2_1934260 986 987# Flag to apply erratum 2002765 workaround during reset. This erratum applies 988# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 989# r2p1. 990CPU_FLAG_LIST += ERRATA_X2_2002765 991 992# Flag to apply erratum 2017096 workaround during reset. This erratum applies 993# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 994# r2p1. 995CPU_FLAG_LIST += ERRATA_X2_2017096 996 997# Flag to apply erratum 2081180 workaround during reset. This erratum applies 998# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 999# r2p1. 1000CPU_FLAG_LIST += ERRATA_X2_2081180 1001 1002# Flag to apply erratum 2083908 workaround during reset. This erratum applies 1003# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1. 1004CPU_FLAG_LIST += ERRATA_X2_2083908 1005 1006# Flag to apply erratum 2136059 workaround during reset. This erratum applies 1007# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 1008# r2p1. 1009CPU_FLAG_LIST += ERRATA_X2_2136059 1010 1011# Flag to apply erratum 2147715 workaround during reset. This erratum applies 1012# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1. 1013CPU_FLAG_LIST += ERRATA_X2_2147715 1014 1015# Flag to apply erratum 2216384 workaround during reset. This erratum applies 1016# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 1017# r2p1. 1018CPU_FLAG_LIST += ERRATA_X2_2216384 1019 1020# Flag to apply erratum 2267065 workaround during reset. This erratum applies 1021# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 1022# r2p1. 1023CPU_FLAG_LIST += ERRATA_X2_2267065 1024 1025# Flag to apply erratum 2282622 workaround during reset. This erratum applies 1026# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1027CPU_FLAG_LIST += ERRATA_X2_2282622 1028 1029# Flag to apply erratum 2291219 workaround during reset. This erratum applies 1030# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 1031# r2p1. 1032CPU_FLAG_LIST += ERRATA_X2_2291219 1033 1034# Flag to apply erratum 2371105 workaround during reset. This erratum applies 1035# to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in r2p1. 1036CPU_FLAG_LIST += ERRATA_X2_2371105 1037 1038# Flag to apply erratum 2701952 workaround for non-Arm interconnect IP. This 1039# erratum applies to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu 1040# and is still open. 1041CPU_FLAG_LIST += ERRATA_X2_2701952 1042 1043# Flag to apply erratum 2742423 workaround during reset. This erratum applies 1044# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1045CPU_FLAG_LIST += ERRATA_X2_2742423 1046 1047# Flag to apply erratum 2768515 workaround during power down. This erratum 1048# applies to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is 1049# still open. 1050CPU_FLAG_LIST += ERRATA_X2_2768515 1051 1052# Flag to apply erratum 2778471 workaround during reset. This erratum applies 1053# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1054CPU_FLAG_LIST += ERRATA_X2_2778471 1055 1056# Flag to apply erratum 3324338 workaround during reset. This erratum applies 1057# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1058CPU_FLAG_LIST += ERRATA_X2_3324338 1059 1060# Flag to apply erratum 3701772 workaround during context save/restore of 1061# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r2p0 and r2p1 1062# of the Cortex-X2 cpu and is still open. 1063CPU_FLAG_LIST += ERRATA_X2_3701772 1064 1065# Flag to apply erratum 3888122 workaround during reset. This erratum applies 1066# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1067CPU_FLAG_LIST += ERRATA_X2_3888122 1068 1069# Flag to apply erratum 4302969 workaround during reset. This erratum applies 1070# to revisions r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still open. 1071CPU_FLAG_LIST += ERRATA_X2_4302969 1072 1073# Flag to apply erratum 2266875 workaround during reset. This erratum applies 1074# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1. 1075CPU_FLAG_LIST += ERRATA_X3_2266875 1076 1077# Flag to apply erratum 2302506 workaround during reset. This erratum applies 1078# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2. 1079CPU_FLAG_LIST += ERRATA_X3_2302506 1080 1081# Flag to apply erratum 2313909 workaround on powerdown. This erratum applies 1082# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1. 1083CPU_FLAG_LIST += ERRATA_X3_2313909 1084 1085# Flag to apply erratum 2372204 workaround during reset. This erratum applies 1086# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1. 1087CPU_FLAG_LIST += ERRATA_X3_2372204 1088 1089# Flag to apply erratum 2615812 workaround on powerdown. This erratum applies 1090# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is fixed in r1p2. 1091CPU_FLAG_LIST += ERRATA_X3_2615812 1092 1093# Flag to apply erratum 2641945 workaround on reset. This erratum applies 1094# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1. 1095CPU_FLAG_LIST += ERRATA_X3_2641945 1096 1097# Flag to apply erratum 2701951 workaround for non-arm interconnect ip. 1098# This erratum applies to revisions r0p0, r1p0, and r1p1. Its is fixed in r1p2. 1099CPU_FLAG_LIST += ERRATA_X3_2701951 1100 1101# Flag to apply erratum 2742421 workaround on reset. This erratum applies 1102# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2. 1103CPU_FLAG_LIST += ERRATA_X3_2742421 1104 1105# Flag to apply erratum 2743088 workaround on powerdown. This erratum applies 1106# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu, it is fixed in r1p2. 1107CPU_FLAG_LIST += ERRATA_X3_2743088 1108 1109# Flag to apply erratum 3701769 workaround during context save/restore of 1110# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r1p1 and r1p2 1111# of the Cortex-X3 cpu and is still open. 1112CPU_FLAG_LIST += ERRATA_X3_3701769 1113 1114# Flag to apply erratum 2779509 workaround on reset. This erratum applies 1115# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is fixed in r1p2. 1116CPU_FLAG_LIST += ERRATA_X3_2779509 1117 1118# Flag to apply erratum 3213672 workaround on reset. This erratum applies 1119# to revisions r0p0, r1p0, r1p1 and r1p2 of the Cortex-X3 cpu. 1120# It is still open. 1121CPU_FLAG_LIST += ERRATA_X3_3213672 1122 1123# Flag to apply erratum 3692984 workaround on reset. This erratum applies 1124# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open. 1125CPU_FLAG_LIST += ERRATA_X3_3692984 1126 1127# Flag to apply erratum 3827463 workaround on reset. This erratum applies 1128# to revisions r0p0, r1p0 and r1p1 of the Cortex-X3 cpu. It is fixed in r1p2. 1129CPU_FLAG_LIST += ERRATA_X3_3827463 1130 1131# Flag to apply erratum 3888125 workaround on reset. This erratum applies 1132# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open. 1133CPU_FLAG_LIST += ERRATA_X3_3888125 1134 1135# Flag to apply erratum 4302966 workaround on reset. This erratum applies 1136# to revisions r0p0, r1p0, r1p1, r1p2 of the Cortex-X3 cpu and is still open. 1137CPU_FLAG_LIST += ERRATA_X3_4302966 1138 1139# Flag to apply erratum 2701112 workaround for platforms that do not use an 1140# Arm interconnect IP. This erratum applies to revisions r0p0 of the Cortex-X4 1141# cpu and is fixed in r0p1. 1142CPU_FLAG_LIST += ERRATA_X4_2701112 1143 1144# Flag to apply erratum 2726228 workaround during warmboot. This erratum 1145# applies to all revisions <= r0p1 of the Cortex-X4 cpu, it is fixed in r0p2. 1146CPU_FLAG_LIST += ERRATA_X4_2726228 1147 1148# Flag to apply erratum 2740089 workaround during powerdown. This erratum 1149# applies to all revisions <= r0p1 of the Cortex-X4 cpu, it is fixed in r0p2. 1150CPU_FLAG_LIST += ERRATA_X4_2740089 1151 1152# Flag to apply erratum 2763018 workaround on reset. This erratum applies 1153# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2. 1154CPU_FLAG_LIST += ERRATA_X4_2763018 1155 1156# Flag to apply erratum 2816013 workaround on reset. This erratum applies 1157# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2. 1158CPU_FLAG_LIST += ERRATA_X4_2816013 1159 1160# Flag to apply erratum 2897503 workaround on reset. This erratum applies 1161# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2. 1162CPU_FLAG_LIST += ERRATA_X4_2897503 1163 1164# Flag to apply erratum 2923985 workaround on reset. This erratum applies 1165# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2. 1166CPU_FLAG_LIST += ERRATA_X4_2923985 1167 1168# Flag to apply erratum 2957258 workaround to avoid incorrect virtualization of 1169# MPIDR_EL1/VMPIDR_EL2 and MIDR_EL1/VPIDR_EL2 when reading in EL2/EL3. This 1170# erratum applies to revisions r0p0, r0p1 of the Cortex-X4 cpu. It is fixed 1171# in r0p2. 1172CPU_FLAG_LIST += ERRATA_X4_2957258 1173 1174# Flag to apply erratum 3076789 workaround on reset. This erratum applies 1175# to revisions r0p0 and r0p1 of the Cortex-X4 cpu. It is fixed in r0p2. 1176CPU_FLAG_LIST += ERRATA_X4_3076789 1177 1178# Flag to apply erratum 3133195 workaround on reset. This erratum applies 1179# to revision r0p2 of the Cortex-X4 cpu. It is fixed in r0p3. 1180CPU_FLAG_LIST += ERRATA_X4_3133195 1181 1182# Flag to apply erratum 3701758 workaround during context save/restore of 1183# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 and r0p3 1184# of the Cortex-X4 cpu and is still open. 1185CPU_FLAG_LIST += ERRATA_X4_3701758 1186 1187# Flag to apply erratum 3887999 workaround on reset. This erratum applies to 1188# revisions r0p0, r0p1, r0p2 and r0p3 of the Cortex-X4 cpu and is still open. 1189CPU_FLAG_LIST += ERRATA_X4_3887999 1190 1191# Flag to apply erratum 2921199 workaround during reset. This erratum applies 1192# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1. 1193CPU_FLAG_LIST += ERRATA_X925_2921199 1194 1195# Flag to apply erratum 2922378 workaround during reset. This erratum applies 1196# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1. 1197CPU_FLAG_LIST += ERRATA_X925_2922378 1198 1199# Flag to apply erratum 2933290 workaround during reset. This erratum applies 1200# to revision r0p0 of the Cortex-X925 cpu and is fixed in r0p1. 1201CPU_FLAG_LIST += ERRATA_X925_2933290 1202 1203# Flag to apply erratum 2963999 workaround during reset. This erratum applies 1204# to revisions r0p0 of the Cortex-X925 cpu and is fixed in r0p1. 1205CPU_FLAG_LIST += ERRATA_X925_2963999 1206 1207# Flag to apply erratum 3324334 workaround during reset. This erratum applies 1208# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2. 1209CPU_FLAG_LIST += ERRATA_X925_3324334 1210 1211# Flag to apply erratum 3692980 workaround during reset. This erratum applies 1212# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2. 1213CPU_FLAG_LIST += ERRATA_X925_3692980 1214 1215# Flag to apply erratum 3865185 workaround during reset. This erratum applies 1216# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2. 1217CPU_FLAG_LIST += ERRATA_X925_3865185 1218 1219# Flag to apply erratum 3730893 workaround during reset. This erratum applies 1220# to revisions r0p0 and r0p1 of the Cortex-X925 cpu and is fixed in r0p2. 1221CPU_FLAG_LIST += ERRATA_X925_3730893 1222 1223# Flag to apply erratum 3701747 workaround during context save/restore of 1224# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 of the 1225# Cortex-X925 cpu and is still open. 1226CPU_FLAG_LIST += ERRATA_X925_3701747 1227 1228# Flag to apply erratum 2008766 workaround during reset. This erratum applies 1229# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the 1230# Cortex-A510 cpu and is still open. 1231CPU_FLAG_LIST += ERRATA_A510_2008766 1232 1233# Flag to apply erratum 2169012 workaround during reset. This erratum applies 1234# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is 1235# fixed in r1p1. 1236CPU_FLAG_LIST += ERRATA_A510_2169012 1237 1238# Flag to apply erratum 2218134 workaround during reset. This erratum applies 1239# to revision r1p0 of the Cortex-A510 cpu and is fixed in r1p1. 1240CPU_FLAG_LIST += ERRATA_A510_2218134 1241 1242# Flag to apply erratum 2288014 workaround during reset. This erratum applies 1243# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is 1244# fixed in r1p1. 1245CPU_FLAG_LIST += ERRATA_A510_2288014 1246 1247# Flag to apply erratum 2042739 workaround during reset. This erratum applies 1248# to revisions r0p0, r0p1 and r0p2 of the Cortex-A510 cpu and is fixed in r0p3. 1249CPU_FLAG_LIST += ERRATA_A510_2042739 1250 1251# Flag to apply erratum 2041909 workaround during reset. This erratum applies 1252# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is 1253# present in r0p0 and r0p1 but there is no workaround for those revisions. 1254CPU_FLAG_LIST += ERRATA_A510_2041909 1255 1256# Flag to aply erratum 2080326 workaround during reset. This erratum applies 1257# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is 1258# also present in r0p0 and r0p1 but there is no workaround for those revisions. 1259CPU_FLAG_LIST += ERRATA_A510_2080326 1260 1261# Flag to apply erratum 2250311 workaround during reset. This erratum applies 1262# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 1263CPU_FLAG_LIST += ERRATA_A510_2250311 1264 1265# Flag to apply erratum 2218950 workaround during reset. This erratum applies 1266# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 1267CPU_FLAG_LIST += ERRATA_A510_2218950 1268 1269# Flag to apply erratum 2172148 workaround during reset. This erratum applies 1270# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 1271CPU_FLAG_LIST += ERRATA_A510_2172148 1272 1273# Flag to apply erratum 2347730 workaround during reset. This erratum applies 1274# to revisions r0p0, r0p1, r0p2, r0p3, r1p0 and r1p1 of the Cortex-A510 CPU, 1275# and is fixed in r1p2. 1276CPU_FLAG_LIST += ERRATA_A510_2347730 1277 1278# Flag to apply erratum 2371937 workaround during reset. This erratum applies 1279# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2. 1280CPU_FLAG_LIST += ERRATA_A510_2371937 1281 1282# Flag to apply erratum 2420992 workaround during reset. This erratum applies 1283# to revisions r1p0 and r1p1. It is fixed in r1p2. 1284CPU_FLAG_LIST += ERRATA_A510_2420992 1285 1286# Flag to apply erratum 2666669 workaround during reset. This erratum applies 1287# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2. 1288CPU_FLAG_LIST += ERRATA_A510_2666669 1289 1290# Flag to apply erratum 2684597 workaround during powerdown. This erratum 1291# applies to revision r0p0, r0p1, r0p2, r0p3, r1p0, r1p1 and r1p2 of the 1292# Cortex-A510 cpu and is fixed in r1p3. 1293CPU_FLAG_LIST += ERRATA_A510_2684597 1294 1295# Flag to apply erratum 2971420 workaround during context switch. This erratum 1296# applies to revisions r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the 1297# Cortex-A510 cpu and is still open. 1298CPU_FLAG_LIST += ERRATA_A510_2971420 1299 1300# Flag to apply erratum 3672349 workaround during reset. This erratum applies to 1301# revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the Cortex-A510 1302# cpu and is still open. 1303CPU_FLAG_LIST += ERRATA_A510_3672349 1304 1305# Flag to apply erratum 3704847 workaround during reset. This erratum applies to 1306# revisions r0p0, r0p1, r0p2, r0p3, r1p0, r1p1, r1p2 and r1p3 of the Cortex-A510 1307# cpu and is still open. 1308CPU_FLAG_LIST += ERRATA_A510_3704847 1309 1310# Flag to apply erratum 2630792 workaround during reset. This erratum applies 1311# to revisions r0p0, r0p1 of the Cortex-A520 cpu and is still open. 1312CPU_FLAG_LIST += ERRATA_A520_2630792 1313 1314# Flag to apply erratum 2858100 workaround during reset. This erratum 1315# applies to revision r0p0 and r0p1 of the Cortex-A520 cpu and is still open. 1316CPU_FLAG_LIST += ERRATA_A520_2858100 1317 1318# Flag to apply erratum 2938996 workaround during reset. This erratum 1319# applies to revision r0p0 and r0p1 of the Cortex-A520 cpu and is fixed in r0p2. 1320CPU_FLAG_LIST += ERRATA_A520_2938996 1321 1322# Flag to apply erratum 2618597 workaround during reset. This erratum applies 1323# to revisions r0p0 and r0p1. It is fixed in r0p2. 1324CPU_FLAG_LIST += ERRATA_V2_2618597 1325 1326# Flag to apply erratum 2662553 workaround during reset. This erratum applies 1327# to revisions r0p0 and r0p1. It is fixed in r0p2. 1328CPU_FLAG_LIST += ERRATA_V2_2662553 1329 1330# Flag to apply erratum 2719103 workaround for non-arm interconnect ip. This 1331# erratum applies to revisions r0p0, rop1. Fixed in r0p2. 1332CPU_FLAG_LIST += ERRATA_V2_2719103 1333 1334# Flag to apply erratum 2719105 workaround during reset. This erratum applies 1335# to revisions r0p0 and r0p1. It is fixed in r0p2. 1336CPU_FLAG_LIST += ERRATA_V2_2719105 1337 1338# Flag to apply erratum 2743011 workaround during reset. This erratum applies 1339# to revisions r0p0 and r0p1. It is fixed in r0p2. 1340CPU_FLAG_LIST += ERRATA_V2_2743011 1341 1342# Flag to apply erratum 2779510 workaround during reset. This erratum applies 1343# to revisions r0p0 and r0p1. It is fixed in r0p2. 1344CPU_FLAG_LIST += ERRATA_V2_2779510 1345 1346# Flag to apply erratum 2801372 workaround for all configurations. 1347# This erratum applies to revisions r0p0, r0p1. Fixed in r0p2. 1348CPU_FLAG_LIST += ERRATA_V2_2801372 1349 1350# Flag to apply erratum 3442699 workaround during reset. This erratum applies 1351# to revision r0p0 to r0p2 of the Neoverse V2 cpu and is still open. 1352CPU_FLAG_LIST += ERRATA_V2_3442699 1353 1354# Flag to apply erratum 3701771 workaround during context save/restore of 1355# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 and r0p2 of 1356# the Neoverse V2 cpu and is still open. 1357CPU_FLAG_LIST += ERRATA_V2_3701771 1358 1359# Flag to apply erratum 3841324 workaround on reset. This erratum applies 1360# to revisions r0p0 and r0p1 of the Neoverse-V2 cpu. It is fixed in r0p2. 1361CPU_FLAG_LIST += ERRATA_V2_3841324 1362 1363# Flag to apply erratum 3888126 workaround on reset. This erratum applies 1364# to revisions r0p0, r0p1, r0p2 of the Neoverse-V2 cpu. It is still open. 1365CPU_FLAG_LIST += ERRATA_V2_3888126 1366 1367# Flag to apply erratum 4302968 workaround on reset. This erratum applies 1368# to revisions r0p0, r0p1, r0p2 of the Neoverse-V2 cpu. It is still open. 1369CPU_FLAG_LIST += ERRATA_V2_4302968 1370 1371# Flag to apply erratum 2238661 workaround during reset. This erratum applies to 1372# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1373CPU_FLAG_LIST += ERRATA_A715_2238661 1374 1375# Flag to apply erratum 2239006 workaround during reset. This erratum applies to 1376# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1377CPU_FLAG_LIST += ERRATA_A715_2239006 1378 1379# Flag to apply erratum 2275754 workaround during reset. This erratum applies to 1380# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1381CPU_FLAG_LIST += ERRATA_A715_2275754 1382 1383# Flag to apply erratum 2284544 workaround during reset. This erratum applies to 1384# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1385CPU_FLAG_LIST += ERRATA_A715_2284544 1386 1387# Flag to apply erratum 2285473 workaround during reset. This erratum applies to 1388# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1389CPU_FLAG_LIST += ERRATA_A715_2285473 1390 1391# Flag to apply erratum 2292761 workaround during reset. This erratum applies to 1392# revision r0p0 of the Cortex-A715 cpu and is fixed in r1p0. 1393CPU_FLAG_LIST += ERRATA_A715_2292761 1394 1395# Flag to apply erratum 2331818 workaround during reset. This erratum applies 1396# to revisions r0p0 and r1p0. It is fixed in r1p1. 1397CPU_FLAG_LIST += ERRATA_A715_2331818 1398 1399# Flag to apply erratum 2344187 workaround during reset. This erratum applies 1400# to revisions r0p0, and r1p0. It is fixed in r1p1. 1401CPU_FLAG_LIST += ERRATA_A715_2344187 1402 1403# Flag to apply erratum 2376701 workaround during reset. This erratum applies 1404# to revisions r0p0, and r1p0. It is fixed in r1p1. 1405CPU_FLAG_LIST += ERRATA_A715_2376701 1406 1407# Flag to apply erratum 2409570 workaround during reset. This erratum applies to 1408# revisions r0p0 and r1p0 and is fixed in r1p1. The fix as implemented in TF-A 1409# only applies to r1p0. 1410CPU_FLAG_LIST += ERRATA_A715_2409570 1411 1412# Flag to apply erratum 2413290 workaround during reset. This erratum applies 1413# only to revision r1p0. It is fixed in r1p1. 1414CPU_FLAG_LIST += ERRATA_A715_2413290 1415 1416# Flag to apply erratum 2420947 workaround during reset. This erratum applies 1417# only to revision r1p0. It is fixed in r1p1. 1418CPU_FLAG_LIST += ERRATA_A715_2420947 1419 1420# Flag to apply erratum 2429384 workaround during reset. This erratum applies 1421# to revision r1p0. There is no workaround for r0p0. It is fixed in r1p1. 1422CPU_FLAG_LIST += ERRATA_A715_2429384 1423 1424# Flag to apply erratum 2561034 workaround during reset. This erratum applies 1425# only to revision r1p0. It is fixed in r1p1. 1426CPU_FLAG_LIST += ERRATA_A715_2561034 1427 1428# Flag to apply erratum 2728106 workaround during reset. This erratum applies 1429# only to revision r0p0, r1p0 and r1p1. It is fixed in r1p2. 1430CPU_FLAG_LIST += ERRATA_A715_2728106 1431 1432# Flag to apply erratum 2804830 workaround during reset. This erratum applies 1433# to revisions r0p0, r1p0, r1p1 and r1p2. It is fixed in r1p3. 1434CPU_FLAG_LIST += ERRATA_A715_2804830 1435 1436# Flag to apply erratum 3456084 workaround during reset. This erratum applies 1437# to revisions r0p0, r1p0, r1p1, r1p2 and r1p3, and is still open. 1438CPU_FLAG_LIST += ERRATA_A715_3456084 1439 1440# Flag to apply erratum 3699560 workaround during context save/restore of 1441# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r1p0, r1p2, r1p3 1442# of the Cortex-A715 cpu and is still open. 1443CPU_FLAG_LIST += ERRATA_A715_3699560 1444 1445# Flag to apply erratum 3711916 workaround during reset. This erratum applies 1446# to revisions r0p0, r1p0, r1p1, r1p2 and r1p3 and is still open. 1447CPU_FLAG_LIST += ERRATA_A715_3711916 1448 1449# Flag to apply erratum 2729604 workaround during reset. This erratum applies 1450# to revisions r0p0 and r0p1. It is fixed in r0p2. 1451CPU_FLAG_LIST += ERRATA_A720_2729604 1452 1453# Flag to apply erratum 2792132 workaround during reset. This erratum applies 1454# to revisions r0p0 and r0p1. It is fixed in r0p2. 1455CPU_FLAG_LIST += ERRATA_A720_2792132 1456 1457# Flag to apply erratum 2844092 workaround during reset. This erratum applies 1458# to revisions r0p0 and r0p1. It is fixed in r0p2. 1459CPU_FLAG_LIST += ERRATA_A720_2844092 1460 1461# Flag to apply erratum 2926083 workaround during reset. This erratum applies 1462# to revisions r0p0 and r0p1. It is fixed in r0p2. 1463CPU_FLAG_LIST += ERRATA_A720_2926083 1464 1465# Flag to apply erratum 2940794 workaround during reset. This erratum applies 1466# to revisions r0p0 and r0p1. It is fixed in r0p2. 1467CPU_FLAG_LIST += ERRATA_A720_2940794 1468 1469# Flag to apply erratum 3456091 workaround during reset. This erratum applies 1470# to revisions r0p0, r0p1 and r0p2 of the Cortex-A720 cpu and is still open. 1471CPU_FLAG_LIST += ERRATA_A720_3456091 1472 1473# Flag to apply erratum 3699561 workaround during context save/restore of 1474# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1, r0p2 of 1475# the Cortex-A720 cpu and is still open. 1476CPU_FLAG_LIST += ERRATA_A720_3699561 1477 1478# Flag to apply erratum 3711910 workaround during reset. This erratum applies 1479# to revisions r0p0, r0p1 and r0p2 of the Cortex-A720 cpu and is still open. 1480CPU_FLAG_LIST += ERRATA_A720_3711910 1481 1482# Flag to apply erratum 3456103 workaround during reset. This erratum applies 1483# to revisions r0p0 and r0p1 and is still open. 1484CPU_FLAG_LIST += ERRATA_A720_AE_3456103 1485 1486# Flag to apply erratum 3699562 workaround during context save/restore of 1487# ICH_VMCR_EL2 reg. This erratum applies to revision r0p0 the Cortex-A720-AE 1488# cpu and is still open. 1489CPU_FLAG_LIST += ERRATA_A720_AE_3699562 1490 1491# Flag to apply erratum 2874943 workaround during reset. This erratum applies 1492# to revisions r0p0 of the Cortex-A725 cpu and is fixed in r0p1. 1493CPU_FLAG_LIST += ERRATA_A725_2874943 1494 1495# Flag to apply erratum 2936490 workaround during reset. This erratum applies 1496# to revisions r0p0 of the Cortex-A725 cpu and is fixed in r0p1. 1497CPU_FLAG_LIST += ERRATA_A725_2936490 1498 1499# Flag to apply erratum 3456106 workaround during runtime. This erratum applies 1500# to revisions r0p0, r0p1 and r0p2 of the Cortex-A725 cpu and is still open. 1501CPU_FLAG_LIST += ERRATA_A725_3456106 1502 1503# Flag to apply erratum 3699564 workaround during context save/restore of 1504# ICH_VMCR_EL2 reg. This erratum applies to revisions r0p0, r0p1 of 1505# the Cortex-A725 cpu and is fixed in r0p2. 1506CPU_FLAG_LIST += ERRATA_A725_3699564 1507 1508# Flag to apply erratum 3699564 workaround during reset. This erratum applies 1509# to revisions r0p0 and r0p1 and is fixed in r0p2. 1510CPU_FLAG_LIST += ERRATA_A725_3711914 1511 1512# Flag to apply erratum 3502731 workaround during reset. This erratum 1513# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0. 1514CPU_FLAG_LIST += ERRATA_C1ULTRA_3502731 1515 1516# Flag to apply erratum 3324333 workaround during reset. This erratum 1517# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0. 1518CPU_FLAG_LIST += ERRATA_C1ULTRA_3324333 1519 1520# Flag to apply erratum 3658374 workaround during reset. This erratum 1521# applies to revisions r0p0, r1p0 of C1-Ultra cpu and is still open. 1522CPU_FLAG_LIST += ERRATA_C1ULTRA_3658374 1523 1524# Flag to apply erratum 3684152 workaround during reset. This erratum 1525# applies to revision r0p0 of C1-Ultra cpu and is fixed in r1p0. 1526CPU_FLAG_LIST += ERRATA_C1ULTRA_3684152 1527 1528# Flag to apply erratum 3705939 workaround during reset. This erratum 1529# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open. 1530CPU_FLAG_LIST += ERRATA_C1ULTRA_3705939 1531 1532# Flag to apply erratum 3815514 workaround during reset. This erratum 1533# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open. 1534CPU_FLAG_LIST += ERRATA_C1ULTRA_3815514 1535 1536# Flag to apply erratum 3865171 workaround during reset. This erratum 1537# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open. 1538CPU_FLAG_LIST += ERRATA_C1ULTRA_3865171 1539 1540# Flag to apply erratum 3926381 workaround during reset. This erratum 1541# applies to revision r1p0 of C1-Ultra cpu and is still open. 1542CPU_FLAG_LIST += ERRATA_C1ULTRA_3926381 1543 1544# Flag to apply erratum 4102704 workaround during reset. This erratum 1545# applies to revisions r0p0 and r1p0 of C1-Ultra cpu and is still open. 1546CPU_FLAG_LIST += ERRATA_C1ULTRA_4102704 1547 1548# Flag to apply erratum 3324333 workaround during runtime. This erratum applies 1549# to revision r0p0 of C1-Premium cpu and is fixed in r1p0. 1550CPU_FLAG_LIST += ERRATA_C1PREMIUM_3324333 1551 1552# Flag to apply erratum 3502731 workaround during reset. This erratum applies 1553# to revision r0p0 of C1-Premium cpu and is fixed in r1p0. 1554CPU_FLAG_LIST += ERRATA_C1PREMIUM_3502731 1555 1556# Flag to apply erratum 3684152 workaround during reset. This erratum applies 1557# to revision r0p0 of C1-Premium cpu and is fixed in r1p0. 1558CPU_FLAG_LIST += ERRATA_C1PREMIUM_3684152 1559 1560# Flag to apply erratum 3705939 workaround during reset. This erratum applies 1561# to revisions r0p0, r1p0 of C1-Premium cpu and is still open. 1562CPU_FLAG_LIST += ERRATA_C1PREMIUM_3705939 1563 1564# Flag to apply erratum 3815514 workaround during reset. This erratum applies 1565# to revisions r0p0, r1p0 of C1-Premium cpu and is still open. 1566CPU_FLAG_LIST += ERRATA_C1PREMIUM_3815514 1567 1568# Flag to apply erratum 3865171 workaround during reset. This erratum applies 1569# to revisions r0p0, r1p0 of C1-Premium cpu and is still open. 1570CPU_FLAG_LIST += ERRATA_C1PREMIUM_3865171 1571 1572# Flag to apply erratum 3926381 workaround during reset. This erratum applies 1573# to revision r1p0 of C1-Premium cpu and is still open. 1574CPU_FLAG_LIST += ERRATA_C1PREMIUM_3926381 1575 1576# Flag to apply erratum 4102704 workaround during reset. This erratum applies 1577# to revisions r0p0, r1p0 of C1-Premium cpu and is still open. 1578CPU_FLAG_LIST += ERRATA_C1PREMIUM_4102704 1579 1580# Flag to apply erratum 3338470 workaround during reset. This erratum applies 1581# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0. 1582CPU_FLAG_LIST += ERRATA_C1PRO_3338470 1583 1584# Flag to apply erratum 3362007 workaround during reset. This erratum applies 1585# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0. 1586CPU_FLAG_LIST += ERRATA_C1PRO_3362007 1587 1588# Flag to apply erratum 3619847 workaround during reset. This erratum applies 1589# to revision r0p0 of the C1-Pro cpu and is fixed in r1p0. 1590CPU_FLAG_LIST += ERRATA_C1PRO_3619847 1591 1592# Flag to apply erratum 3686597 workaround during runtime. This erratum applies 1593# to revisions r0p0, r1p0 of the C1-Pro cpu and is fixed in r1p1. 1594CPU_FLAG_LIST += ERRATA_C1PRO_3686597 1595 1596# Flag to apply erratum 3694158 workaround during reset. This erratum applies 1597# to revisions r0p0, r1p0 and r1p1 of the C1-Pro cpu and is fixed in r1p2. 1598CPU_FLAG_LIST += ERRATA_C1PRO_3694158 1599 1600# Flag to apply erratum 3706576 workaround during reset. This erratum applies 1601# to revisions r0p0 and r1p0 of the C1-Pro cpu and is fixed in r1p1. 1602CPU_FLAG_LIST += ERRATA_C1PRO_3706576 1603 1604# Flag to apply erratum 3300099 workaround during runtime. This erratum applies 1605# to revisions r0p0 and r1p0 of the C1-Pro cpu and is fixed in r1p1. 1606CPU_FLAG_LIST += ERRATA_C1PRO_3300099 1607 1608# Flag to apply erratum 3392149 workaround during reset. This erratum applies 1609# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1610CPU_FLAG_LIST += ERRATA_C1NANO_3392149 1611 1612# Flag to apply erratum 3419531 workaround during reset. This erratum applies 1613# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1614CPU_FLAG_LIST += ERRATA_C1NANO_3419531 1615 1616# Flag to apply erratum 3437202 workaround during reset. This erratum applies 1617# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1618CPU_FLAG_LIST += ERRATA_C1NANO_3437202 1619 1620# Flag to apply erratum 3516455 workaround during reset. This erratum applies 1621# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1622CPU_FLAG_LIST += ERRATA_C1NANO_3516455 1623 1624# Flag to apply erratum 3616450 workaround during reset. This erratum applies 1625# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1626CPU_FLAG_LIST += ERRATA_C1NANO_3616450 1627 1628# Flag to apply erratum 3630925 workaround during reset. This erratum applies 1629# to revision r0p0 of C1-Nano cpu and is fixed in r0p1. 1630CPU_FLAG_LIST += ERRATA_C1NANO_3630925 1631 1632# Flag to apply erratum 3754876 workaround during runtime. This erratum applies 1633# to revision r0p0 and r0p1 of C1-Nano cpu and is fixed in r0p2. 1634CPU_FLAG_LIST += ERRATA_C1NANO_3754876 1635 1636# Flag to apply DSU erratum 798953. This erratum applies to DSUs revision r0p0. 1637# Applying the workaround results in higher DSU power consumption on idle. 1638CPU_FLAG_LIST += ERRATA_DSU_798953 1639 1640# Flag to apply DSU erratum 936184. This erratum applies to DSUs containing 1641# the ACP interface and revision < r0p0. Applying the workaround results in 1642# higher DSU power consumption on idle. 1643CPU_FLAG_LIST += ERRATA_DSU_936184 1644 1645# Flag to apply DSU erratum 2313941. This erratum applies to DSUs revisions 1646# r0p0, r1p0, r2p0, r2p1, r3p0, r3p1 and is still open. Applying the workaround 1647# results in higher DSU power consumption on idle. 1648CPU_FLAG_LIST += ERRATA_DSU_2313941 1649 1650# Flag to apply DSU erratum 2900952 during reset. This erratum applies 1651# to some implementations of DSU-120 revision r2p0. Erratum might be fixed 1652# in some implementations of r2p0. This can be determined by reading 1653# the IMP_CLUSTERREVIDR_EL1 register where a set bit indicates that 1654# the erratum is fixed in this part. It is fixed in r2p1. 1655CPU_FLAG_LIST += ERRATA_DSU_2900952 1656 1657# process all flags 1658ifeq (${ENABLE_ERRATA_ALL},1) 1659$(eval $(call default_ones, $(CPU_FLAG_LIST))) 1660else 1661$(eval $(call default_zeros, $(CPU_FLAG_LIST))) 1662endif 1663