1# 2# Copyright (c) 2014-2023, 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 8# Cortex A57 specific optimisation to skip L1 cache flush when 9# cluster is powered down. 10SKIP_A57_L1_FLUSH_PWR_DWN ?=0 11 12# Flag to disable the cache non-temporal hint. 13# It is enabled by default. 14A53_DISABLE_NON_TEMPORAL_HINT ?=1 15 16# Flag to disable the cache non-temporal hint. 17# It is enabled by default. 18A57_DISABLE_NON_TEMPORAL_HINT ?=1 19 20# Flag to enable higher performance non-cacheable load forwarding. 21# It is disabled by default. 22A57_ENABLE_NONCACHEABLE_LOAD_FWD ?= 0 23 24WORKAROUND_CVE_2017_5715 ?=1 25WORKAROUND_CVE_2018_3639 ?=1 26DYNAMIC_WORKAROUND_CVE_2018_3639 ?=0 27WORKAROUND_CVE_2022_23960 ?=1 28 29# Flags to indicate internal or external Last level cache 30# By default internal 31NEOVERSE_Nx_EXTERNAL_LLC ?=0 32 33# Process A57_ENABLE_NONCACHEABLE_LOAD_FWD flag 34$(eval $(call assert_boolean,A57_ENABLE_NONCACHEABLE_LOAD_FWD)) 35$(eval $(call add_define,A57_ENABLE_NONCACHEABLE_LOAD_FWD)) 36 37# Process SKIP_A57_L1_FLUSH_PWR_DWN flag 38$(eval $(call assert_boolean,SKIP_A57_L1_FLUSH_PWR_DWN)) 39$(eval $(call add_define,SKIP_A57_L1_FLUSH_PWR_DWN)) 40 41# Process A53_DISABLE_NON_TEMPORAL_HINT flag 42$(eval $(call assert_boolean,A53_DISABLE_NON_TEMPORAL_HINT)) 43$(eval $(call add_define,A53_DISABLE_NON_TEMPORAL_HINT)) 44 45# Process A57_DISABLE_NON_TEMPORAL_HINT flag 46$(eval $(call assert_boolean,A57_DISABLE_NON_TEMPORAL_HINT)) 47$(eval $(call add_define,A57_DISABLE_NON_TEMPORAL_HINT)) 48 49# Process WORKAROUND_CVE_2017_5715 flag 50$(eval $(call assert_boolean,WORKAROUND_CVE_2017_5715)) 51$(eval $(call add_define,WORKAROUND_CVE_2017_5715)) 52 53# Process WORKAROUND_CVE_2018_3639 flag 54$(eval $(call assert_boolean,WORKAROUND_CVE_2018_3639)) 55$(eval $(call add_define,WORKAROUND_CVE_2018_3639)) 56 57$(eval $(call assert_boolean,DYNAMIC_WORKAROUND_CVE_2018_3639)) 58$(eval $(call add_define,DYNAMIC_WORKAROUND_CVE_2018_3639)) 59 60# Process WORKAROUND_CVE_2022_23960 flag 61$(eval $(call assert_boolean,WORKAROUND_CVE_2022_23960)) 62$(eval $(call add_define,WORKAROUND_CVE_2022_23960)) 63 64$(eval $(call assert_boolean,NEOVERSE_Nx_EXTERNAL_LLC)) 65$(eval $(call add_define,NEOVERSE_Nx_EXTERNAL_LLC)) 66 67ifneq (${DYNAMIC_WORKAROUND_CVE_2018_3639},0) 68 ifeq (${WORKAROUND_CVE_2018_3639},0) 69 $(error "Error: WORKAROUND_CVE_2018_3639 must be 1 if DYNAMIC_WORKAROUND_CVE_2018_3639 is 1") 70 endif 71endif 72 73# CPU Errata Build flags. 74# These should be enabled by the platform if the erratum workaround needs to be 75# applied. 76 77# Flag to apply erratum 794073 workaround when disabling mmu. 78ERRATA_A9_794073 ?=0 79 80# Flag to apply erratum 816470 workaround during power down. This erratum 81# applies only to revision >= r3p0 of the Cortex A15 cpu. 82ERRATA_A15_816470 ?=0 83 84# Flag to apply erratum 827671 workaround during reset. This erratum applies 85# only to revision >= r3p0 of the Cortex A15 cpu. 86ERRATA_A15_827671 ?=0 87 88# Flag to apply erratum 852421 workaround during reset. This erratum applies 89# only to revision <= r1p2 of the Cortex A17 cpu. 90ERRATA_A17_852421 ?=0 91 92# Flag to apply erratum 852423 workaround during reset. This erratum applies 93# only to revision <= r1p2 of the Cortex A17 cpu. 94ERRATA_A17_852423 ?=0 95 96# Flag to apply erratum 855472 workaround during reset. This erratum applies 97# only to revision r0p0 of the Cortex A35 cpu. 98ERRATA_A35_855472 ?=0 99 100# Flag to apply erratum 819472 workaround during reset. This erratum applies 101# only to revision <= r0p1 of the Cortex A53 cpu. 102ERRATA_A53_819472 ?=0 103 104# Flag to apply erratum 824069 workaround during reset. This erratum applies 105# only to revision <= r0p2 of the Cortex A53 cpu. 106ERRATA_A53_824069 ?=0 107 108# Flag to apply erratum 826319 workaround during reset. This erratum applies 109# only to revision <= r0p2 of the Cortex A53 cpu. 110ERRATA_A53_826319 ?=0 111 112# Flag to apply erratum 827319 workaround during reset. This erratum applies 113# only to revision <= r0p2 of the Cortex A53 cpu. 114ERRATA_A53_827319 ?=0 115 116# Flag to apply erratum 835769 workaround at compile and link time. This 117# erratum applies to revision <= r0p4 of the Cortex A53 cpu. Enabling this 118# workaround can lead the linker to create "*.stub" sections. 119ERRATA_A53_835769 ?=0 120 121# Flag to apply erratum 836870 workaround during reset. This erratum applies 122# only to revision <= r0p3 of the Cortex A53 cpu. From r0p4 and onwards, this 123# erratum workaround is enabled by default in hardware. 124ERRATA_A53_836870 ?=0 125 126# Flag to apply erratum 843419 workaround at link time. 127# This erratum applies to revision <= r0p4 of the Cortex A53 cpu. Enabling this 128# workaround could lead the linker to emit "*.stub" sections which are 4kB 129# aligned. 130ERRATA_A53_843419 ?=0 131 132# Flag to apply errata 855873 during reset. This errata applies to all 133# revisions of the Cortex A53 CPU, but this firmware workaround only works 134# for revisions r0p3 and higher. Earlier revisions are taken care 135# of by the rich OS. 136ERRATA_A53_855873 ?=0 137 138# Flag to apply erratum 1530924 workaround during reset. This erratum applies 139# to all revisions of Cortex A53 cpu. 140ERRATA_A53_1530924 ?=0 141 142# Flag to apply erratum 768277 workaround during reset. This erratum applies 143# only to revision r0p0 of the Cortex A55 cpu. 144ERRATA_A55_768277 ?=0 145 146# Flag to apply erratum 778703 workaround during reset. This erratum applies 147# only to revision r0p0 of the Cortex A55 cpu. 148ERRATA_A55_778703 ?=0 149 150# Flag to apply erratum 798797 workaround during reset. This erratum applies 151# only to revision r0p0 of the Cortex A55 cpu. 152ERRATA_A55_798797 ?=0 153 154# Flag to apply erratum 846532 workaround during reset. This erratum applies 155# only to revision <= r0p1 of the Cortex A55 cpu. 156ERRATA_A55_846532 ?=0 157 158# Flag to apply erratum 903758 workaround during reset. This erratum applies 159# only to revision <= r0p1 of the Cortex A55 cpu. 160ERRATA_A55_903758 ?=0 161 162# Flag to apply erratum 1221012 workaround during reset. This erratum applies 163# only to revision <= r1p0 of the Cortex A55 cpu. 164ERRATA_A55_1221012 ?=0 165 166# Flag to apply erratum 1530923 workaround during reset. This erratum applies 167# to all revisions of Cortex A55 cpu. 168ERRATA_A55_1530923 ?=0 169 170# Flag to apply erratum 806969 workaround during reset. This erratum applies 171# only to revision r0p0 of the Cortex A57 cpu. 172ERRATA_A57_806969 ?=0 173 174# Flag to apply erratum 813419 workaround during reset. This erratum applies 175# only to revision r0p0 of the Cortex A57 cpu. 176ERRATA_A57_813419 ?=0 177 178# Flag to apply erratum 813420 workaround during reset. This erratum applies 179# only to revision r0p0 of the Cortex A57 cpu. 180ERRATA_A57_813420 ?=0 181 182# Flag to apply erratum 814670 workaround during reset. This erratum applies 183# only to revision r0p0 of the Cortex A57 cpu. 184ERRATA_A57_814670 ?=0 185 186# Flag to apply erratum 817169 workaround during power down. This erratum 187# applies only to revision <= r0p1 of the Cortex A57 cpu. 188ERRATA_A57_817169 ?=0 189 190# Flag to apply erratum 826974 workaround during reset. This erratum applies 191# only to revision <= r1p1 of the Cortex A57 cpu. 192ERRATA_A57_826974 ?=0 193 194# Flag to apply erratum 826977 workaround during reset. This erratum applies 195# only to revision <= r1p1 of the Cortex A57 cpu. 196ERRATA_A57_826977 ?=0 197 198# Flag to apply erratum 828024 workaround during reset. This erratum applies 199# only to revision <= r1p1 of the Cortex A57 cpu. 200ERRATA_A57_828024 ?=0 201 202# Flag to apply erratum 829520 workaround during reset. This erratum applies 203# only to revision <= r1p2 of the Cortex A57 cpu. 204ERRATA_A57_829520 ?=0 205 206# Flag to apply erratum 833471 workaround during reset. This erratum applies 207# only to revision <= r1p2 of the Cortex A57 cpu. 208ERRATA_A57_833471 ?=0 209 210# Flag to apply erratum 855972 workaround during reset. This erratum applies 211# only to revision <= r1p3 of the Cortex A57 cpu. 212ERRATA_A57_859972 ?=0 213 214# Flag to apply erratum 1319537 workaround during reset. This erratum applies 215# to all revisions of Cortex A57 cpu. 216ERRATA_A57_1319537 ?=0 217 218# Flag to apply erratum 855971 workaround during reset. This erratum applies 219# only to revision <= r0p3 of the Cortex A72 cpu. 220ERRATA_A72_859971 ?=0 221 222# Flag to apply erratum 1319367 workaround during reset. This erratum applies 223# to all revisions of Cortex A72 cpu. 224ERRATA_A72_1319367 ?=0 225 226# Flag to apply erratum 852427 workaround during reset. This erratum applies 227# only to revision r0p0 of the Cortex A73 cpu. 228ERRATA_A73_852427 ?=0 229 230# Flag to apply erratum 855423 workaround during reset. This erratum applies 231# only to revision <= r0p1 of the Cortex A73 cpu. 232ERRATA_A73_855423 ?=0 233 234# Flag to apply erratum 764081 workaround during reset. This erratum applies 235# only to revision <= r0p0 of the Cortex A75 cpu. 236ERRATA_A75_764081 ?=0 237 238# Flag to apply erratum 790748 workaround during reset. This erratum applies 239# only to revision <= r0p0 of the Cortex A75 cpu. 240ERRATA_A75_790748 ?=0 241 242# Flag to apply erratum 1073348 workaround during reset. This erratum applies 243# only to revision <= r1p0 of the Cortex A76 cpu. 244ERRATA_A76_1073348 ?=0 245 246# Flag to apply erratum 1130799 workaround during reset. This erratum applies 247# only to revision <= r2p0 of the Cortex A76 cpu. 248ERRATA_A76_1130799 ?=0 249 250# Flag to apply erratum 1220197 workaround during reset. This erratum applies 251# only to revision <= r2p0 of the Cortex A76 cpu. 252ERRATA_A76_1220197 ?=0 253 254# Flag to apply erratum 1257314 workaround during reset. This erratum applies 255# only to revision <= r3p0 of the Cortex A76 cpu. 256ERRATA_A76_1257314 ?=0 257 258# Flag to apply erratum 1262606 workaround during reset. This erratum applies 259# only to revision <= r3p0 of the Cortex A76 cpu. 260ERRATA_A76_1262606 ?=0 261 262# Flag to apply erratum 1262888 workaround during reset. This erratum applies 263# only to revision <= r3p0 of the Cortex A76 cpu. 264ERRATA_A76_1262888 ?=0 265 266# Flag to apply erratum 1275112 workaround during reset. This erratum applies 267# only to revision <= r3p0 of the Cortex A76 cpu. 268ERRATA_A76_1275112 ?=0 269 270# Flag to apply erratum 1286807 workaround during reset. This erratum applies 271# only to revision <= r3p0 of the Cortex A76 cpu. 272ERRATA_A76_1286807 ?=0 273 274# Flag to apply erratum 1791580 workaround during reset. This erratum applies 275# only to revision <= r4p0 of the Cortex A76 cpu. 276ERRATA_A76_1791580 ?=0 277 278# Flag to apply erratum 1165522 workaround during reset. This erratum applies 279# to all revisions of Cortex A76 cpu. 280ERRATA_A76_1165522 ?=0 281 282# Flag to apply erratum 1868343 workaround during reset. This erratum applies 283# only to revision <= r4p0 of the Cortex A76 cpu. 284ERRATA_A76_1868343 ?=0 285 286# Flag to apply erratum 1946160 workaround during reset. This erratum applies 287# only to revisions r3p0 - r4p1 of the Cortex A76 cpu. 288ERRATA_A76_1946160 ?=0 289 290# Flag to apply erratum 2743102 workaround during powerdown. This erratum 291# applies to all revisions <= r4p1 of the Cortex A76 cpu and is still open. 292ERRATA_A76_2743102 ?=0 293 294# Flag to apply erratum 1508412 workaround during reset. This erratum applies 295# only to revision <= r1p0 of the Cortex A77 cpu. 296ERRATA_A77_1508412 ?=0 297 298# Flag to apply erratum 1925769 workaround during reset. This erratum applies 299# only to revision <= r1p1 of the Cortex A77 cpu. 300ERRATA_A77_1925769 ?=0 301 302# Flag to apply erratum 1946167 workaround during reset. This erratum applies 303# only to revision <= r1p1 of the Cortex A77 cpu. 304ERRATA_A77_1946167 ?=0 305 306# Flag to apply erratum 1791578 workaround during reset. This erratum applies 307# to revisions r0p0, r1p0, and r1p1, it is still open. 308ERRATA_A77_1791578 ?=0 309 310# Flag to apply erratum 2356587 workaround during reset. This erratum applies 311# to revisions r0p0, r1p0, and r1p1, it is still open. 312ERRATA_A77_2356587 ?=0 313 314# Flag to apply erratum 1800714 workaround during reset. This erratum applies 315# to revisions <= r1p1 of the Cortex A77 cpu. 316ERRATA_A77_1800714 ?=0 317 318# Flag to apply erratum 2743100 workaround during power down. This erratum 319# applies to revisions r0p0, r1p0, and r1p1, it is still open. 320ERRATA_A77_2743100 ?=0 321 322# Flag to apply erratum 1688305 workaround during reset. This erratum applies 323# to revisions r0p0 - r1p0 of the A78 cpu. 324ERRATA_A78_1688305 ?=0 325 326# Flag to apply erratum 1941498 workaround during reset. This erratum applies 327# to revisions r0p0, r1p0, and r1p1 of the A78 cpu. 328ERRATA_A78_1941498 ?=0 329 330# Flag to apply erratum 1951500 workaround during reset. This erratum applies 331# to revisions r1p0 and r1p1 of the A78 cpu. The issue is present in r0p0 as 332# well but there is no workaround for that revision. 333ERRATA_A78_1951500 ?=0 334 335# Flag to apply erratum 1821534 workaround during reset. This erratum applies 336# to revisions r0p0 and r1p0 of the A78 cpu. 337ERRATA_A78_1821534 ?=0 338 339# Flag to apply erratum 1952683 workaround during reset. This erratum applies 340# to revision r0p0 of the A78 cpu and was fixed in the revision r1p0. 341ERRATA_A78_1952683 ?=0 342 343# Flag to apply erratum 2132060 workaround during reset. This erratum applies 344# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 345ERRATA_A78_2132060 ?=0 346 347# Flag to apply erratum 2242635 workaround during reset. This erratum applies 348# to revisions r1p0, r1p1, and r1p2 of the A78 cpu and is open. The issue is 349# present in r0p0 as well but there is no workaround for that revision. 350ERRATA_A78_2242635 ?=0 351 352# Flag to apply erratum 2376745 workaround during reset. This erratum applies 353# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 354ERRATA_A78_2376745 ?=0 355 356# Flag to apply erratum 2395406 workaround during reset. This erratum applies 357# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 358ERRATA_A78_2395406 ?=0 359 360# Flag to apply erratum 2772019 workaround during powerdown. This erratum 361# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still 362# open. 363ERRATA_A78_2772019 ?=0 364 365# Flag to apply erratum 2779479 workaround during reset. This erratum applies 366# to revision r0p0, r1p0, r1p1 and r1p2 of the A78 cpu. It is still open. 367ERRATA_A78_2779479 ?=0 368 369# Flag to apply erratum 1941500 workaround during reset. This erratum applies 370# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 371ERRATA_A78_AE_1941500 ?=0 372 373# Flag to apply erratum 1951502 workaround during reset. This erratum applies 374# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 375ERRATA_A78_AE_1951502 ?=0 376 377# Flag to apply erratum 2376748 workaround during reset. This erratum applies 378# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 379ERRATA_A78_AE_2376748 ?=0 380 381# Flag to apply erratum 2395408 workaround during reset. This erratum applies 382# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 383ERRATA_A78_AE_2395408 ?=0 384 385# Flag to apply erratum 2132064 workaround during reset. This erratum applies 386# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 387ERRATA_A78C_2132064 ?=0 388 389# Flag to apply erratum 2242638 workaround during reset. This erratum applies 390# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 391ERRATA_A78C_2242638 ?=0 392 393# Flag to apply erratum 2376749 workaround during reset. This erratum applies 394# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 395ERRATA_A78C_2376749 ?=0 396 397# Flag to apply erratum 2395411 workaround during reset. This erratum applies 398# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 399ERRATA_A78C_2395411 ?=0 400 401# Flag to apply erratum 1821534 workaround during reset. This erratum applies 402# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 403ERRATA_X1_1821534 ?=0 404 405# Flag to apply erratum 1688305 workaround during reset. This erratum applies 406# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 407ERRATA_X1_1688305 ?=0 408 409# Flag to apply erratum 1827429 workaround during reset. This erratum applies 410# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 411ERRATA_X1_1827429 ?=0 412 413# Flag to apply T32 CLREX workaround during reset. This erratum applies 414# only to r0p0 and r1p0 of the Neoverse N1 cpu. 415ERRATA_N1_1043202 ?=0 416 417# Flag to apply erratum 1073348 workaround during reset. This erratum applies 418# only to revision r0p0 and r1p0 of the Neoverse N1 cpu. 419ERRATA_N1_1073348 ?=0 420 421# Flag to apply erratum 1130799 workaround during reset. This erratum applies 422# only to revision <= r2p0 of the Neoverse N1 cpu. 423ERRATA_N1_1130799 ?=0 424 425# Flag to apply erratum 1165347 workaround during reset. This erratum applies 426# only to revision <= r2p0 of the Neoverse N1 cpu. 427ERRATA_N1_1165347 ?=0 428 429# Flag to apply erratum 1207823 workaround during reset. This erratum applies 430# only to revision <= r2p0 of the Neoverse N1 cpu. 431ERRATA_N1_1207823 ?=0 432 433# Flag to apply erratum 1220197 workaround during reset. This erratum applies 434# only to revision <= r2p0 of the Neoverse N1 cpu. 435ERRATA_N1_1220197 ?=0 436 437# Flag to apply erratum 1257314 workaround during reset. This erratum applies 438# only to revision <= r3p0 of the Neoverse N1 cpu. 439ERRATA_N1_1257314 ?=0 440 441# Flag to apply erratum 1262606 workaround during reset. This erratum applies 442# only to revision <= r3p0 of the Neoverse N1 cpu. 443ERRATA_N1_1262606 ?=0 444 445# Flag to apply erratum 1262888 workaround during reset. This erratum applies 446# only to revision <= r3p0 of the Neoverse N1 cpu. 447ERRATA_N1_1262888 ?=0 448 449# Flag to apply erratum 1275112 workaround during reset. This erratum applies 450# only to revision <= r3p0 of the Neoverse N1 cpu. 451ERRATA_N1_1275112 ?=0 452 453# Flag to apply erratum 1315703 workaround during reset. This erratum applies 454# to revisions before r3p1 of the Neoverse N1 cpu. 455ERRATA_N1_1315703 ?=0 456 457# Flag to apply erratum 1542419 workaround during reset. This erratum applies 458# to revisions r3p0 - r4p0 of the Neoverse N1 cpu. 459ERRATA_N1_1542419 ?=0 460 461# Flag to apply erratum 1868343 workaround during reset. This erratum applies 462# to revision <= r4p0 of the Neoverse N1 cpu. 463ERRATA_N1_1868343 ?=0 464 465# Flag to apply erratum 1946160 workaround during reset. This erratum applies 466# to revisions r3p0, r3p1, r4p0, and r4p1 of the Neoverse N1 cpu. The issue 467# exists in revisions r0p0, r1p0, and r2p0 as well but there is no workaround. 468ERRATA_N1_1946160 ?=0 469 470# Flag to apply erratum 2743102 workaround during powerdown. This erratum 471# applies to all revisions <= r4p1 of the Neoverse N1 cpu and is still open. 472ERRATA_N1_2743102 ?=0 473 474# Flag to apply erratum 1618635 workaround during reset. This erratum applies 475# to revision r0p0 of the Neoverse V1 cpu and was fixed in the revision r1p0. 476ERRATA_V1_1618635 ?=0 477 478# Flag to apply erratum 1774420 workaround during reset. This erratum applies 479# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 480ERRATA_V1_1774420 ?=0 481 482# Flag to apply erratum 1791573 workaround during reset. This erratum applies 483# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 484ERRATA_V1_1791573 ?=0 485 486# Flag to apply erratum 1852267 workaround during reset. This erratum applies 487# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 488ERRATA_V1_1852267 ?=0 489 490# Flag to apply erratum 1925756 workaround during reset. This needs to be 491# enabled for r0p0, r1p0, and r1p1 of the Neoverse V1 core, it is still open. 492ERRATA_V1_1925756 ?=0 493 494# Flag to apply erratum 1940577 workaround during reset. This erratum applies 495# to revisions r1p0 and r1p1 of the Neoverse V1 cpu. 496ERRATA_V1_1940577 ?=0 497 498# Flag to apply erratum 1966096 workaround during reset. This erratum applies 499# to revisions r1p0 and r1p1 of the Neoverse V1 CPU and is open. This issue 500# exists in r0p0 as well but there is no workaround for that revision. 501ERRATA_V1_1966096 ?=0 502 503# Flag to apply erratum 2139242 workaround during reset. This erratum applies 504# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 505ERRATA_V1_2139242 ?=0 506 507# Flag to apply erratum 2108267 workaround during reset. This erratum applies 508# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 509ERRATA_V1_2108267 ?=0 510 511# Flag to apply erratum 2216392 workaround during reset. This erratum applies 512# to revisions r1p0 and r1p1 of the Neoverse V1 cpu and is still open. This 513# issue exists in r0p0 as well but there is no workaround for that revision. 514ERRATA_V1_2216392 ?=0 515 516# Flag to apply erratum 2294912 workaround during reset. This erratum applies 517# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 518ERRATA_V1_2294912 ?=0 519 520# Flag to apply erratum 2372203 workaround during reset. This erratum applies 521# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is still open. 522ERRATA_V1_2372203 ?=0 523 524# Flag to apply erratum 2743093 workaround during powerdown. This erratum 525# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is 526# still open. 527ERRATA_V1_2743093 ?=0 528 529# Flag to apply erratum 2779461 workaround during powerdown. This erratum 530# applies to revisions r0p0, r1p0, r1p1 and r1p2 of the Neoverse V1 cpu and is 531# still open. 532ERRATA_V1_2779461 ?=0 533 534# Flag to apply erratum 1987031 workaround during reset. This erratum applies 535# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 536ERRATA_A710_1987031 ?=0 537 538# Flag to apply erratum 2081180 workaround during reset. This erratum applies 539# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 540ERRATA_A710_2081180 ?=0 541 542# Flag to apply erratum 2083908 workaround during reset. This erratum applies 543# to revision r2p0 of the Cortex-A710 cpu and is still open. 544ERRATA_A710_2083908 ?=0 545 546# Flag to apply erratum 2058056 workaround during reset. This erratum applies 547# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 548ERRATA_A710_2058056 ?=0 549 550# Flag to apply erratum 2055002 workaround during reset. This erratum applies 551# to revision r1p0, r2p0 of the Cortex-A710 cpu and is still open. 552ERRATA_A710_2055002 ?=0 553 554# Flag to apply erratum 2017096 workaround during reset. This erratum applies 555# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 556ERRATA_A710_2017096 ?=0 557 558# Flag to apply erratum 2267065 workaround during reset. This erratum applies 559# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 560ERRATA_A710_2267065 ?=0 561 562# Flag to apply erratum 2136059 workaround during reset. This erratum applies 563# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 564ERRATA_A710_2136059 ?=0 565 566# Flag to apply erratum 2147715 workaround during reset. This erratum applies 567# to revision r2p0 of the Cortex-A710 CPU and is fixed in revision r2p1. 568ERRATA_A710_2147715 ?=0 569 570# Flag to apply erratum 2216384 workaround during reset. This erratum applies 571# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 572ERRATA_A710_2216384 ?=0 573 574# Flag to apply erratum 2282622 workaround during reset. This erratum applies 575# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is still 576# open. 577ERRATA_A710_2282622 ?=0 578 579# Flag to apply erratum 2291219 workaround during reset. This erratum applies 580# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 581ERRATA_A710_2291219 ?=0 582 583# Flag to apply erratum 2008768 workaround during reset. This erratum applies 584# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 585ERRATA_A710_2008768 ?=0 586 587# Flag to apply erratum 2371105 workaround during reset. This erratum applies 588# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 589ERRATA_A710_2371105 ?=0 590 591# Flag to apply erratum 2768515 workaround during power down. This erratum 592# applies to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-A710 cpu and is 593# still open. 594ERRATA_A710_2768515 ?=0 595 596# Flag to apply erratum 2002655 workaround during reset. This erratum applies 597# to revisions r0p0 of the Neoverse-N2 cpu, it is still open. 598ERRATA_N2_2002655 ?=0 599 600# Flag to apply erratum 2067956 workaround during reset. This erratum applies 601# to revision r0p0 of the Neoverse N2 cpu and is still open. 602ERRATA_N2_2067956 ?=0 603 604# Flag to apply erratum 2025414 workaround during reset. This erratum applies 605# to revision r0p0 of the Neoverse N2 cpu and is still open. 606ERRATA_N2_2025414 ?=0 607 608# Flag to apply erratum 2189731 workaround during reset. This erratum applies 609# to revision r0p0 of the Neoverse N2 cpu and is still open. 610ERRATA_N2_2189731 ?=0 611 612# Flag to apply erratum 2138956 workaround during reset. This erratum applies 613# to revision r0p0 of the Neoverse N2 cpu and is still open. 614ERRATA_N2_2138956 ?=0 615 616# Flag to apply erratum 2138953 workaround during reset. This erratum applies 617# to revision r0p0 of the Neoverse N2 cpu and is still open. 618ERRATA_N2_2138953 ?=0 619 620# Flag to apply erratum 2242415 workaround during reset. This erratum applies 621# to revision r0p0 of the Neoverse N2 cpu and is still open. 622ERRATA_N2_2242415 ?=0 623 624# Flag to apply erratum 2138958 workaround during reset. This erratum applies 625# to revision r0p0 of the Neoverse N2 cpu and is still open. 626ERRATA_N2_2138958 ?=0 627 628# Flag to apply erratum 2242400 workaround during reset. This erratum applies 629# to revision r0p0 of the Neoverse N2 cpu and is still open. 630ERRATA_N2_2242400 ?=0 631 632# Flag to apply erratum 2280757 workaround during reset. This erratum applies 633# to revision r0p0 of the Neoverse N2 cpu and is still open. 634ERRATA_N2_2280757 ?=0 635 636# Flag to apply erraturm 2326639 workaroud during powerdown. This erratum 637# applies to revision r0p0 of the Neoverse N2 cpu and is fixed in r0p1. 638ERRATA_N2_2326639 ?=0 639 640# Flag to apply erratum 2376738 workaround during reset. This erratum applies 641# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 642ERRATA_N2_2376738 ?=0 643 644# Flag to apply erratum 2388450 workaround during reset. This erratum applies 645# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 646ERRATA_N2_2388450 ?=0 647 648# Flag to apply erratum 2743089 workaround during during powerdown. This erratum 649# applies to all revisions <= r0p2 of the Neoverse N2 cpu, it is fixed in r0p3. 650ERRATA_N2_2743089 ?=0 651 652# Flag to apply erratum 2002765 workaround during reset. This erratum applies 653# to revisions r0p0, r1p0, and r2p0 of the Cortex-X2 cpu and is still open. 654ERRATA_X2_2002765 ?=0 655 656# Flag to apply erratum 2058056 workaround during reset. This erratum applies 657# to revisions r0p0, r1p0, and r2p0 of the Cortex-X2 cpu and is still open. 658ERRATA_X2_2058056 ?=0 659 660# Flag to apply erratum 2083908 workaround during reset. This erratum applies 661# to revision r2p0 of the Cortex-X2 cpu and is still open. 662ERRATA_X2_2083908 ?=0 663 664# Flag to apply erratum 2017096 workaround during reset. This erratum applies 665# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 666# r2p1. 667ERRATA_X2_2017096 ?=0 668 669# Flag to apply erratum 2081180 workaround during reset. This erratum applies 670# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 671# r2p1. 672ERRATA_X2_2081180 ?=0 673 674# Flag to apply erratum 2216384 workaround during reset. This erratum applies 675# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 676# r2p1. 677ERRATA_X2_2216384 ?=0 678 679# Flag to apply erratum 2147715 workaround during reset. This erratum applies 680# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1. 681ERRATA_X2_2147715 ?=0 682 683# Flag to apply erratum 2282622 workaround during reset. This erratum applies 684# to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is still 685# open. 686ERRATA_X2_2282622 ?=0 687 688# Flag to apply erratum 2371105 workaround during reset. This erratum applies 689# to revision r0p0, r1p0 and r2p0 of the Cortex-X2 cpu and is fixed in r2p1. 690ERRATA_X2_2371105 ?=0 691 692# Flag to apply erratum 2768515 workaround during power down. This erratum 693# applies to revision r0p0, r1p0, r2p0 and r2p1 of the Cortex-X2 cpu and is 694# still open. 695ERRATA_X2_2768515 ?=0 696 697# Flag to apply erratum 2313909 workaround on powerdown. This erratum applies 698# to revisions r0p0 and r1p0 of the Cortex-X3 cpu, it is fixed in r1p1. 699ERRATA_X3_2313909 ?=0 700 701# Flag to apply erratum 2615812 workaround on powerdown. This erratum applies 702# to revisions r0p0, r1p0, r1p1 of the Cortex-X3 cpu, it is still open. 703ERRATA_X3_2615812 ?=0 704 705# Flag to apply erratum 1922240 workaround during reset. This erratum applies 706# to revision r0p0 of the Cortex-A510 cpu and is fixed in r0p1. 707ERRATA_A510_1922240 ?=0 708 709# Flag to apply erratum 2288014 workaround during reset. This erratum applies 710# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is 711# fixed in r1p1. 712ERRATA_A510_2288014 ?=0 713 714# Flag to apply erratum 2042739 workaround during reset. This erratum applies 715# to revisions r0p0, r0p1 and r0p2 of the Cortex-A510 cpu and is fixed in r0p3. 716ERRATA_A510_2042739 ?=0 717 718# Flag to apply erratum 2041909 workaround during reset. This erratum applies 719# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is 720# present in r0p0 and r0p1 but there is no workaround for those revisions. 721ERRATA_A510_2041909 ?=0 722 723# Flag to apply erratum 2250311 workaround during reset. This erratum applies 724# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 725ERRATA_A510_2250311 ?=0 726 727# Flag to apply erratum 2218950 workaround during reset. This erratum applies 728# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 729ERRATA_A510_2218950 ?=0 730 731# Flag to apply erratum 2172148 workaround during reset. This erratum applies 732# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 733ERRATA_A510_2172148 ?=0 734 735# Flag to apply erratum 2347730 workaround during reset. This erratum applies 736# to revisions r0p0, r0p1, r0p2, r0p3, r1p0 and r1p1 of the Cortex-A510 CPU, 737# and is fixed in r1p2. 738ERRATA_A510_2347730 ?=0 739 740# Flag to apply erratum 2371937 workaround during reset. This erratum applies 741# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2. 742ERRATA_A510_2371937 ?=0 743 744# Flag to apply erratum 2666669 workaround during reset. This erratum applies 745# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2. 746ERRATA_A510_2666669 ?=0 747 748# Flag to apply DSU erratum 798953. This erratum applies to DSUs revision r0p0. 749# Applying the workaround results in higher DSU power consumption on idle. 750ERRATA_DSU_798953 ?=0 751 752# Flag to apply DSU erratum 936184. This erratum applies to DSUs containing 753# the ACP interface and revision < r2p0. Applying the workaround results in 754# higher DSU power consumption on idle. 755ERRATA_DSU_936184 ?=0 756 757# Flag to apply DSU erratum 2313941. This erratum applies to DSUs revisions 758# r0p0, r1p0, r2p0, r2p1, r3p0, r3p1 and is still open. Applying the workaround 759# results in higher DSU power consumption on idle. 760ERRATA_DSU_2313941 ?=0 761 762# Process ERRATA_A9_794073 flag 763$(eval $(call assert_boolean,ERRATA_A9_794073)) 764$(eval $(call add_define,ERRATA_A9_794073)) 765 766# Process ERRATA_A15_816470 flag 767$(eval $(call assert_boolean,ERRATA_A15_816470)) 768$(eval $(call add_define,ERRATA_A15_816470)) 769 770# Process ERRATA_A15_827671 flag 771$(eval $(call assert_boolean,ERRATA_A15_827671)) 772$(eval $(call add_define,ERRATA_A15_827671)) 773 774# Process ERRATA_A17_852421 flag 775$(eval $(call assert_boolean,ERRATA_A17_852421)) 776$(eval $(call add_define,ERRATA_A17_852421)) 777 778# Process ERRATA_A17_852423 flag 779$(eval $(call assert_boolean,ERRATA_A17_852423)) 780$(eval $(call add_define,ERRATA_A17_852423)) 781 782# Process ERRATA_A35_855472 flag 783$(eval $(call assert_boolean,ERRATA_A35_855472)) 784$(eval $(call add_define,ERRATA_A35_855472)) 785 786# Process ERRATA_A53_819472 flag 787$(eval $(call assert_boolean,ERRATA_A53_819472)) 788$(eval $(call add_define,ERRATA_A53_819472)) 789 790# Process ERRATA_A53_824069 flag 791$(eval $(call assert_boolean,ERRATA_A53_824069)) 792$(eval $(call add_define,ERRATA_A53_824069)) 793 794# Process ERRATA_A53_826319 flag 795$(eval $(call assert_boolean,ERRATA_A53_826319)) 796$(eval $(call add_define,ERRATA_A53_826319)) 797 798# Process ERRATA_A53_827319 flag 799$(eval $(call assert_boolean,ERRATA_A53_827319)) 800$(eval $(call add_define,ERRATA_A53_827319)) 801 802# Process ERRATA_A53_835769 flag 803$(eval $(call assert_boolean,ERRATA_A53_835769)) 804$(eval $(call add_define,ERRATA_A53_835769)) 805 806# Process ERRATA_A53_836870 flag 807$(eval $(call assert_boolean,ERRATA_A53_836870)) 808$(eval $(call add_define,ERRATA_A53_836870)) 809 810# Process ERRATA_A53_843419 flag 811$(eval $(call assert_boolean,ERRATA_A53_843419)) 812$(eval $(call add_define,ERRATA_A53_843419)) 813 814# Process ERRATA_A53_855873 flag 815$(eval $(call assert_boolean,ERRATA_A53_855873)) 816$(eval $(call add_define,ERRATA_A53_855873)) 817 818# Process ERRATA_A53_1530924 flag 819$(eval $(call assert_boolean,ERRATA_A53_1530924)) 820$(eval $(call add_define,ERRATA_A53_1530924)) 821 822# Process ERRATA_A55_768277 flag 823$(eval $(call assert_boolean,ERRATA_A55_768277)) 824$(eval $(call add_define,ERRATA_A55_768277)) 825 826# Process ERRATA_A55_778703 flag 827$(eval $(call assert_boolean,ERRATA_A55_778703)) 828$(eval $(call add_define,ERRATA_A55_778703)) 829 830# Process ERRATA_A55_798797 flag 831$(eval $(call assert_boolean,ERRATA_A55_798797)) 832$(eval $(call add_define,ERRATA_A55_798797)) 833 834# Process ERRATA_A55_846532 flag 835$(eval $(call assert_boolean,ERRATA_A55_846532)) 836$(eval $(call add_define,ERRATA_A55_846532)) 837 838# Process ERRATA_A55_903758 flag 839$(eval $(call assert_boolean,ERRATA_A55_903758)) 840$(eval $(call add_define,ERRATA_A55_903758)) 841 842# Process ERRATA_A55_1221012 flag 843$(eval $(call assert_boolean,ERRATA_A55_1221012)) 844$(eval $(call add_define,ERRATA_A55_1221012)) 845 846# Process ERRATA_A55_1530923 flag 847$(eval $(call assert_boolean,ERRATA_A55_1530923)) 848$(eval $(call add_define,ERRATA_A55_1530923)) 849 850# Process ERRATA_A57_806969 flag 851$(eval $(call assert_boolean,ERRATA_A57_806969)) 852$(eval $(call add_define,ERRATA_A57_806969)) 853 854# Process ERRATA_A57_813419 flag 855$(eval $(call assert_boolean,ERRATA_A57_813419)) 856$(eval $(call add_define,ERRATA_A57_813419)) 857 858# Process ERRATA_A57_813420 flag 859$(eval $(call assert_boolean,ERRATA_A57_813420)) 860$(eval $(call add_define,ERRATA_A57_813420)) 861 862# Process ERRATA_A57_814670 flag 863$(eval $(call assert_boolean,ERRATA_A57_814670)) 864$(eval $(call add_define,ERRATA_A57_814670)) 865 866# Process ERRATA_A57_817169 flag 867$(eval $(call assert_boolean,ERRATA_A57_817169)) 868$(eval $(call add_define,ERRATA_A57_817169)) 869 870# Process ERRATA_A57_826974 flag 871$(eval $(call assert_boolean,ERRATA_A57_826974)) 872$(eval $(call add_define,ERRATA_A57_826974)) 873 874# Process ERRATA_A57_826977 flag 875$(eval $(call assert_boolean,ERRATA_A57_826977)) 876$(eval $(call add_define,ERRATA_A57_826977)) 877 878# Process ERRATA_A57_828024 flag 879$(eval $(call assert_boolean,ERRATA_A57_828024)) 880$(eval $(call add_define,ERRATA_A57_828024)) 881 882# Process ERRATA_A57_829520 flag 883$(eval $(call assert_boolean,ERRATA_A57_829520)) 884$(eval $(call add_define,ERRATA_A57_829520)) 885 886# Process ERRATA_A57_833471 flag 887$(eval $(call assert_boolean,ERRATA_A57_833471)) 888$(eval $(call add_define,ERRATA_A57_833471)) 889 890# Process ERRATA_A57_859972 flag 891$(eval $(call assert_boolean,ERRATA_A57_859972)) 892$(eval $(call add_define,ERRATA_A57_859972)) 893 894# Process ERRATA_A57_1319537 flag 895$(eval $(call assert_boolean,ERRATA_A57_1319537)) 896$(eval $(call add_define,ERRATA_A57_1319537)) 897 898# Process ERRATA_A72_859971 flag 899$(eval $(call assert_boolean,ERRATA_A72_859971)) 900$(eval $(call add_define,ERRATA_A72_859971)) 901 902# Process ERRATA_A72_1319367 flag 903$(eval $(call assert_boolean,ERRATA_A72_1319367)) 904$(eval $(call add_define,ERRATA_A72_1319367)) 905 906# Process ERRATA_A73_852427 flag 907$(eval $(call assert_boolean,ERRATA_A73_852427)) 908$(eval $(call add_define,ERRATA_A73_852427)) 909 910# Process ERRATA_A73_855423 flag 911$(eval $(call assert_boolean,ERRATA_A73_855423)) 912$(eval $(call add_define,ERRATA_A73_855423)) 913 914# Process ERRATA_A75_764081 flag 915$(eval $(call assert_boolean,ERRATA_A75_764081)) 916$(eval $(call add_define,ERRATA_A75_764081)) 917 918# Process ERRATA_A75_790748 flag 919$(eval $(call assert_boolean,ERRATA_A75_790748)) 920$(eval $(call add_define,ERRATA_A75_790748)) 921 922# Process ERRATA_A76_1073348 flag 923$(eval $(call assert_boolean,ERRATA_A76_1073348)) 924$(eval $(call add_define,ERRATA_A76_1073348)) 925 926# Process ERRATA_A76_1130799 flag 927$(eval $(call assert_boolean,ERRATA_A76_1130799)) 928$(eval $(call add_define,ERRATA_A76_1130799)) 929 930# Process ERRATA_A76_1220197 flag 931$(eval $(call assert_boolean,ERRATA_A76_1220197)) 932$(eval $(call add_define,ERRATA_A76_1220197)) 933 934# Process ERRATA_A76_1257314 flag 935$(eval $(call assert_boolean,ERRATA_A76_1257314)) 936$(eval $(call add_define,ERRATA_A76_1257314)) 937 938# Process ERRATA_A76_1262606 flag 939$(eval $(call assert_boolean,ERRATA_A76_1262606)) 940$(eval $(call add_define,ERRATA_A76_1262606)) 941 942# Process ERRATA_A76_1262888 flag 943$(eval $(call assert_boolean,ERRATA_A76_1262888)) 944$(eval $(call add_define,ERRATA_A76_1262888)) 945 946# Process ERRATA_A76_1275112 flag 947$(eval $(call assert_boolean,ERRATA_A76_1275112)) 948$(eval $(call add_define,ERRATA_A76_1275112)) 949 950# Process ERRATA_A76_1286807 flag 951$(eval $(call assert_boolean,ERRATA_A76_1286807)) 952$(eval $(call add_define,ERRATA_A76_1286807)) 953 954# Process ERRATA_A76_1791580 flag 955$(eval $(call assert_boolean,ERRATA_A76_1791580)) 956$(eval $(call add_define,ERRATA_A76_1791580)) 957 958# Process ERRATA_A76_1165522 flag 959$(eval $(call assert_boolean,ERRATA_A76_1165522)) 960$(eval $(call add_define,ERRATA_A76_1165522)) 961 962# Process ERRATA_A76_1868343 flag 963$(eval $(call assert_boolean,ERRATA_A76_1868343)) 964$(eval $(call add_define,ERRATA_A76_1868343)) 965 966# Process ERRATA_A76_1946160 flag 967$(eval $(call assert_boolean,ERRATA_A76_1946160)) 968$(eval $(call add_define,ERRATA_A76_1946160)) 969 970# Process ERRATA_A76_2743102 flag 971$(eval $(call assert_boolean,ERRATA_A76_2743102)) 972$(eval $(call add_define,ERRATA_A76_2743102)) 973 974# Process ERRATA_A77_1508412 flag 975$(eval $(call assert_boolean,ERRATA_A77_1508412)) 976$(eval $(call add_define,ERRATA_A77_1508412)) 977 978# Process ERRATA_A77_1925769 flag 979$(eval $(call assert_boolean,ERRATA_A77_1925769)) 980$(eval $(call add_define,ERRATA_A77_1925769)) 981 982# Process ERRATA_A77_1946167 flag 983$(eval $(call assert_boolean,ERRATA_A77_1946167)) 984$(eval $(call add_define,ERRATA_A77_1946167)) 985 986# Process ERRATA_A77_1791578 flag 987$(eval $(call assert_boolean,ERRATA_A77_1791578)) 988$(eval $(call add_define,ERRATA_A77_1791578)) 989 990# Process ERRATA_A77_2356587 flag 991$(eval $(call assert_boolean,ERRATA_A77_2356587)) 992$(eval $(call add_define,ERRATA_A77_2356587)) 993 994# Process ERRATA_A77_1800714 flag 995$(eval $(call assert_boolean,ERRATA_A77_1800714)) 996$(eval $(call add_define,ERRATA_A77_1800714)) 997 998# Process ERRATA_A77_2743100 flag 999$(eval $(call assert_boolean,ERRATA_A77_2743100)) 1000$(eval $(call add_define,ERRATA_A77_2743100)) 1001 1002# Process ERRATA_A78_1688305 flag 1003$(eval $(call assert_boolean,ERRATA_A78_1688305)) 1004$(eval $(call add_define,ERRATA_A78_1688305)) 1005 1006# Process ERRATA_A78_1941498 flag 1007$(eval $(call assert_boolean,ERRATA_A78_1941498)) 1008$(eval $(call add_define,ERRATA_A78_1941498)) 1009 1010# Process ERRATA_A78_1951500 flag 1011$(eval $(call assert_boolean,ERRATA_A78_1951500)) 1012$(eval $(call add_define,ERRATA_A78_1951500)) 1013 1014# Process ERRATA_A78_1821534 flag 1015$(eval $(call assert_boolean,ERRATA_A78_1821534)) 1016$(eval $(call add_define,ERRATA_A78_1821534)) 1017 1018# Process ERRATA_A78_1952683 flag 1019$(eval $(call assert_boolean,ERRATA_A78_1952683)) 1020$(eval $(call add_define,ERRATA_A78_1952683)) 1021 1022# Process ERRATA_A78_2132060 flag 1023$(eval $(call assert_boolean,ERRATA_A78_2132060)) 1024$(eval $(call add_define,ERRATA_A78_2132060)) 1025 1026# Process ERRATA_A78_2242635 flag 1027$(eval $(call assert_boolean,ERRATA_A78_2242635)) 1028$(eval $(call add_define,ERRATA_A78_2242635)) 1029 1030# Process ERRATA_A78_2376745 flag 1031$(eval $(call assert_boolean,ERRATA_A78_2376745)) 1032$(eval $(call add_define,ERRATA_A78_2376745)) 1033 1034# Process ERRATA_A78_2395406 flag 1035$(eval $(call assert_boolean,ERRATA_A78_2395406)) 1036$(eval $(call add_define,ERRATA_A78_2395406)) 1037 1038# Process ERRATA_A78_2772019 flag 1039$(eval $(call assert_boolean,ERRATA_A78_2772019)) 1040$(eval $(call add_define,ERRATA_A78_2772019)) 1041 1042# Process ERRATA_A78_2779479 flag 1043$(eval $(call assert_boolean,ERRATA_A78_2779479)) 1044$(eval $(call add_define,ERRATA_A78_2779479)) 1045 1046# Process ERRATA_A78_AE_1941500 flag 1047$(eval $(call assert_boolean,ERRATA_A78_AE_1941500)) 1048$(eval $(call add_define,ERRATA_A78_AE_1941500)) 1049 1050# Process ERRATA_A78_AE_1951502 flag 1051$(eval $(call assert_boolean,ERRATA_A78_AE_1951502)) 1052$(eval $(call add_define,ERRATA_A78_AE_1951502)) 1053 1054# Process ERRATA_A78_AE_2376748 flag 1055$(eval $(call assert_boolean,ERRATA_A78_AE_2376748)) 1056$(eval $(call add_define,ERRATA_A78_AE_2376748)) 1057 1058# Process ERRATA_A78_AE_2395408 flag 1059$(eval $(call assert_boolean,ERRATA_A78_AE_2395408)) 1060$(eval $(call add_define,ERRATA_A78_AE_2395408)) 1061 1062# Process ERRATA_A78C_2132064 flag 1063$(eval $(call assert_boolean,ERRATA_A78C_2132064)) 1064$(eval $(call add_define,ERRATA_A78C_2132064)) 1065 1066# Process ERRATA_A78C_2242638 flag 1067$(eval $(call assert_boolean,ERRATA_A78C_2242638)) 1068$(eval $(call add_define,ERRATA_A78C_2242638)) 1069 1070# Process ERRATA_A78C_2376749 flag 1071$(eval $(call assert_boolean,ERRATA_A78C_2376749)) 1072$(eval $(call add_define,ERRATA_A78C_2376749)) 1073 1074# Process ERRATA_A78C_2395411 flag 1075$(eval $(call assert_boolean,ERRATA_A78C_2395411)) 1076$(eval $(call add_define,ERRATA_A78C_2395411)) 1077 1078# Process ERRATA_X1_1821534 flag 1079$(eval $(call assert_boolean,ERRATA_X1_1821534)) 1080$(eval $(call add_define,ERRATA_X1_1821534)) 1081 1082# Process ERRATA_X1_1688305 flag 1083$(eval $(call assert_boolean,ERRATA_X1_1688305)) 1084$(eval $(call add_define,ERRATA_X1_1688305)) 1085 1086# Process ERRATA_X1_1827429 flag 1087$(eval $(call assert_boolean,ERRATA_X1_1827429)) 1088$(eval $(call add_define,ERRATA_X1_1827429)) 1089 1090# Process ERRATA_N1_1043202 flag 1091$(eval $(call assert_boolean,ERRATA_N1_1043202)) 1092$(eval $(call add_define,ERRATA_N1_1043202)) 1093 1094# Process ERRATA_N1_1073348 flag 1095$(eval $(call assert_boolean,ERRATA_N1_1073348)) 1096$(eval $(call add_define,ERRATA_N1_1073348)) 1097 1098# Process ERRATA_N1_1130799 flag 1099$(eval $(call assert_boolean,ERRATA_N1_1130799)) 1100$(eval $(call add_define,ERRATA_N1_1130799)) 1101 1102# Process ERRATA_N1_1165347 flag 1103$(eval $(call assert_boolean,ERRATA_N1_1165347)) 1104$(eval $(call add_define,ERRATA_N1_1165347)) 1105 1106# Process ERRATA_N1_1207823 flag 1107$(eval $(call assert_boolean,ERRATA_N1_1207823)) 1108$(eval $(call add_define,ERRATA_N1_1207823)) 1109 1110# Process ERRATA_N1_1220197 flag 1111$(eval $(call assert_boolean,ERRATA_N1_1220197)) 1112$(eval $(call add_define,ERRATA_N1_1220197)) 1113 1114# Process ERRATA_N1_1257314 flag 1115$(eval $(call assert_boolean,ERRATA_N1_1257314)) 1116$(eval $(call add_define,ERRATA_N1_1257314)) 1117 1118# Process ERRATA_N1_1262606 flag 1119$(eval $(call assert_boolean,ERRATA_N1_1262606)) 1120$(eval $(call add_define,ERRATA_N1_1262606)) 1121 1122# Process ERRATA_N1_1262888 flag 1123$(eval $(call assert_boolean,ERRATA_N1_1262888)) 1124$(eval $(call add_define,ERRATA_N1_1262888)) 1125 1126# Process ERRATA_N1_1275112 flag 1127$(eval $(call assert_boolean,ERRATA_N1_1275112)) 1128$(eval $(call add_define,ERRATA_N1_1275112)) 1129 1130# Process ERRATA_N1_1315703 flag 1131$(eval $(call assert_boolean,ERRATA_N1_1315703)) 1132$(eval $(call add_define,ERRATA_N1_1315703)) 1133 1134# Process ERRATA_N1_1542419 flag 1135$(eval $(call assert_boolean,ERRATA_N1_1542419)) 1136$(eval $(call add_define,ERRATA_N1_1542419)) 1137 1138# Process ERRATA_N1_1868343 flag 1139$(eval $(call assert_boolean,ERRATA_N1_1868343)) 1140$(eval $(call add_define,ERRATA_N1_1868343)) 1141 1142# Process ERRATA_N1_1946160 flag 1143$(eval $(call assert_boolean,ERRATA_N1_1946160)) 1144$(eval $(call add_define,ERRATA_N1_1946160)) 1145 1146# Process ERRATA_N1_2743102 flag 1147$(eval $(call assert_boolean,ERRATA_N1_2743102)) 1148$(eval $(call add_define,ERRATA_N1_2743102)) 1149 1150# Process ERRATA_V1_1618635 flag 1151$(eval $(call assert_boolean,ERRATA_V1_1618635)) 1152$(eval $(call add_define,ERRATA_V1_1618635)) 1153 1154# Process ERRATA_V1_1774420 flag 1155$(eval $(call assert_boolean,ERRATA_V1_1774420)) 1156$(eval $(call add_define,ERRATA_V1_1774420)) 1157 1158# Process ERRATA_V1_1791573 flag 1159$(eval $(call assert_boolean,ERRATA_V1_1791573)) 1160$(eval $(call add_define,ERRATA_V1_1791573)) 1161 1162# Process ERRATA_V1_1852267 flag 1163$(eval $(call assert_boolean,ERRATA_V1_1852267)) 1164$(eval $(call add_define,ERRATA_V1_1852267)) 1165 1166# Process ERRATA_V1_1925756 flag 1167$(eval $(call assert_boolean,ERRATA_V1_1925756)) 1168$(eval $(call add_define,ERRATA_V1_1925756)) 1169 1170# Process ERRATA_V1_1940577 flag 1171$(eval $(call assert_boolean,ERRATA_V1_1940577)) 1172$(eval $(call add_define,ERRATA_V1_1940577)) 1173 1174# Process ERRATA_V1_1966096 flag 1175$(eval $(call assert_boolean,ERRATA_V1_1966096)) 1176$(eval $(call add_define,ERRATA_V1_1966096)) 1177 1178# Process ERRATA_V1_2139242 flag 1179$(eval $(call assert_boolean,ERRATA_V1_2139242)) 1180$(eval $(call add_define,ERRATA_V1_2139242)) 1181 1182# Process ERRATA_V1_2108267 flag 1183$(eval $(call assert_boolean,ERRATA_V1_2108267)) 1184$(eval $(call add_define,ERRATA_V1_2108267)) 1185 1186# Process ERRATA_V1_2216392 flag 1187$(eval $(call assert_boolean,ERRATA_V1_2216392)) 1188$(eval $(call add_define,ERRATA_V1_2216392)) 1189 1190# Process ERRATA_V1_2294912 flag 1191$(eval $(call assert_boolean,ERRATA_V1_2294912)) 1192$(eval $(call add_define,ERRATA_V1_2294912)) 1193 1194# Process ERRATA_V1_2372203 flag 1195$(eval $(call assert_boolean,ERRATA_V1_2372203)) 1196$(eval $(call add_define,ERRATA_V1_2372203)) 1197 1198# Process ERRATA_V1_2743093 flag 1199$(eval $(call assert_boolean,ERRATA_V1_2743093)) 1200$(eval $(call add_define,ERRATA_V1_2743093)) 1201 1202# Process ERRATA_V1_2779461 flag 1203$(eval $(call assert_boolean,ERRATA_V1_2779461)) 1204$(eval $(call add_define,ERRATA_V1_2779461)) 1205 1206# Process ERRATA_A710_1987031 flag 1207$(eval $(call assert_boolean,ERRATA_A710_1987031)) 1208$(eval $(call add_define,ERRATA_A710_1987031)) 1209 1210# Process ERRATA_A710_2081180 flag 1211$(eval $(call assert_boolean,ERRATA_A710_2081180)) 1212$(eval $(call add_define,ERRATA_A710_2081180)) 1213 1214# Process ERRATA_A710_2083908 flag 1215$(eval $(call assert_boolean,ERRATA_A710_2083908)) 1216$(eval $(call add_define,ERRATA_A710_2083908)) 1217 1218# Process ERRATA_A710_2058056 flag 1219$(eval $(call assert_boolean,ERRATA_A710_2058056)) 1220$(eval $(call add_define,ERRATA_A710_2058056)) 1221 1222# Process ERRATA_A710_2055002 flag 1223$(eval $(call assert_boolean,ERRATA_A710_2055002)) 1224$(eval $(call add_define,ERRATA_A710_2055002)) 1225 1226# Process ERRATA_A710_2017096 flag 1227$(eval $(call assert_boolean,ERRATA_A710_2017096)) 1228$(eval $(call add_define,ERRATA_A710_2017096)) 1229 1230# Process ERRATA_A710_2267065 flag 1231$(eval $(call assert_boolean,ERRATA_A710_2267065)) 1232$(eval $(call add_define,ERRATA_A710_2267065)) 1233 1234# Process ERRATA_A710_2136059 flag 1235$(eval $(call assert_boolean,ERRATA_A710_2136059)) 1236$(eval $(call add_define,ERRATA_A710_2136059)) 1237 1238# Process ERRATA_A710_2147715 flag 1239$(eval $(call assert_boolean,ERRATA_A710_2147715)) 1240$(eval $(call add_define,ERRATA_A710_2147715)) 1241 1242# Process ERRATA_A710_2216384 flag 1243$(eval $(call assert_boolean,ERRATA_A710_2216384)) 1244$(eval $(call add_define,ERRATA_A710_2216384)) 1245 1246# Process ERRATA_A710_2282622 flag 1247$(eval $(call assert_boolean,ERRATA_A710_2282622)) 1248$(eval $(call add_define,ERRATA_A710_2282622)) 1249 1250# Process ERRATA_A710_2291219 flag 1251$(eval $(call assert_boolean,ERRATA_A710_2291219)) 1252$(eval $(call add_define,ERRATA_A710_2291219)) 1253 1254# Process ERRATA_A710_2008768 flag 1255$(eval $(call assert_boolean,ERRATA_A710_2008768)) 1256$(eval $(call add_define,ERRATA_A710_2008768)) 1257 1258# Process ERRATA_A710_2371105 flag 1259$(eval $(call assert_boolean,ERRATA_A710_2371105)) 1260$(eval $(call add_define,ERRATA_A710_2371105)) 1261 1262# Process ERRATA_A710_2768515 flag 1263$(eval $(call assert_boolean,ERRATA_A710_2768515)) 1264$(eval $(call add_define,ERRATA_A710_2768515)) 1265 1266# Process ERRATA_N2_2002655 flag 1267$(eval $(call assert_boolean,ERRATA_N2_2002655)) 1268$(eval $(call add_define,ERRATA_N2_2002655)) 1269 1270# Process ERRATA_N2_2067956 flag 1271$(eval $(call assert_boolean,ERRATA_N2_2067956)) 1272$(eval $(call add_define,ERRATA_N2_2067956)) 1273 1274# Process ERRATA_N2_2025414 flag 1275$(eval $(call assert_boolean,ERRATA_N2_2025414)) 1276$(eval $(call add_define,ERRATA_N2_2025414)) 1277 1278# Process ERRATA_N2_2189731 flag 1279$(eval $(call assert_boolean,ERRATA_N2_2189731)) 1280$(eval $(call add_define,ERRATA_N2_2189731)) 1281 1282# Process ERRATA_N2_2138956 flag 1283$(eval $(call assert_boolean,ERRATA_N2_2138956)) 1284$(eval $(call add_define,ERRATA_N2_2138956)) 1285 1286# Process ERRATA_N2_2138953 flag 1287$(eval $(call assert_boolean,ERRATA_N2_2138953)) 1288$(eval $(call add_define,ERRATA_N2_2138953)) 1289 1290# Process ERRATA_N2_2242415 flag 1291$(eval $(call assert_boolean,ERRATA_N2_2242415)) 1292$(eval $(call add_define,ERRATA_N2_2242415)) 1293 1294# Process ERRATA_N2_2138958 flag 1295$(eval $(call assert_boolean,ERRATA_N2_2138958)) 1296$(eval $(call add_define,ERRATA_N2_2138958)) 1297 1298# Process ERRATA_N2_2242400 flag 1299$(eval $(call assert_boolean,ERRATA_N2_2242400)) 1300$(eval $(call add_define,ERRATA_N2_2242400)) 1301 1302# Process ERRATA_N2_2280757 flag 1303$(eval $(call assert_boolean,ERRATA_N2_2280757)) 1304$(eval $(call add_define,ERRATA_N2_2280757)) 1305 1306# Process ERRATA_N2_2326639 flag 1307$(eval $(call assert_boolean,ERRATA_N2_2326639)) 1308$(eval $(call add_define,ERRATA_N2_2326639)) 1309 1310# Process ERRATA_N2_2376738 flag 1311$(eval $(call assert_boolean,ERRATA_N2_2376738)) 1312$(eval $(call add_define,ERRATA_N2_2376738)) 1313 1314# Process ERRATA_N2_2388450 flag 1315$(eval $(call assert_boolean,ERRATA_N2_2388450)) 1316$(eval $(call add_define,ERRATA_N2_2388450)) 1317 1318# Process ERRATA_N2_2743089 flag 1319$(eval $(call assert_boolean,ERRATA_N2_2743089)) 1320$(eval $(call add_define,ERRATA_N2_2743089)) 1321 1322# Process ERRATA_X2_2002765 flag 1323$(eval $(call assert_boolean,ERRATA_X2_2002765)) 1324$(eval $(call add_define,ERRATA_X2_2002765)) 1325 1326# Process ERRATA_X2_2058056 flag 1327$(eval $(call assert_boolean,ERRATA_X2_2058056)) 1328$(eval $(call add_define,ERRATA_X2_2058056)) 1329 1330# Process ERRATA_X2_2083908 flag 1331$(eval $(call assert_boolean,ERRATA_X2_2083908)) 1332$(eval $(call add_define,ERRATA_X2_2083908)) 1333 1334# Process ERRATA_X2_2017096 flag 1335$(eval $(call assert_boolean,ERRATA_X2_2017096)) 1336$(eval $(call add_define,ERRATA_X2_2017096)) 1337 1338# Process ERRATA_X2_2081180 flag 1339$(eval $(call assert_boolean,ERRATA_X2_2081180)) 1340$(eval $(call add_define,ERRATA_X2_2081180)) 1341 1342# Process ERRATA_X2_2216384 flag 1343$(eval $(call assert_boolean,ERRATA_X2_2216384)) 1344$(eval $(call add_define,ERRATA_X2_2216384)) 1345 1346# Process ERRATA_X2_2147715 flag 1347$(eval $(call assert_boolean,ERRATA_X2_2147715)) 1348$(eval $(call add_define,ERRATA_X2_2147715)) 1349 1350# Process ERRATA_X2_2282622 flag 1351$(eval $(call assert_boolean,ERRATA_X2_2282622)) 1352$(eval $(call add_define,ERRATA_X2_2282622)) 1353 1354# Process ERRATA_X2_2371105 flag 1355$(eval $(call assert_boolean,ERRATA_X2_2371105)) 1356$(eval $(call add_define,ERRATA_X2_2371105)) 1357 1358# Process ERRATA_X2_2768515 flag 1359$(eval $(call assert_boolean,ERRATA_X2_2768515)) 1360$(eval $(call add_define,ERRATA_X2_2768515)) 1361 1362# Process ERRATA_X3_2313909 flag 1363$(eval $(call assert_boolean,ERRATA_X3_2313909)) 1364$(eval $(call add_define,ERRATA_X3_2313909)) 1365 1366# Process ERRATA_X3_2615812 flag 1367$(eval $(call assert_boolean,ERRATA_X3_2615812)) 1368$(eval $(call add_define,ERRATA_X3_2615812)) 1369 1370# Process ERRATA_A510_1922240 flag 1371$(eval $(call assert_boolean,ERRATA_A510_1922240)) 1372$(eval $(call add_define,ERRATA_A510_1922240)) 1373 1374# Process ERRATA_A510_2288014 flag 1375$(eval $(call assert_boolean,ERRATA_A510_2288014)) 1376$(eval $(call add_define,ERRATA_A510_2288014)) 1377 1378# Process ERRATA_A510_2042739 flag 1379$(eval $(call assert_boolean,ERRATA_A510_2042739)) 1380$(eval $(call add_define,ERRATA_A510_2042739)) 1381 1382# Process ERRATA_A510_2041909 flag 1383$(eval $(call assert_boolean,ERRATA_A510_2041909)) 1384$(eval $(call add_define,ERRATA_A510_2041909)) 1385 1386# Process ERRATA_A510_2250311 flag 1387$(eval $(call assert_boolean,ERRATA_A510_2250311)) 1388$(eval $(call add_define,ERRATA_A510_2250311)) 1389 1390# Process ERRATA_A510_2218950 flag 1391$(eval $(call assert_boolean,ERRATA_A510_2218950)) 1392$(eval $(call add_define,ERRATA_A510_2218950)) 1393 1394# Process ERRATA_A510_2172148 flag 1395$(eval $(call assert_boolean,ERRATA_A510_2172148)) 1396$(eval $(call add_define,ERRATA_A510_2172148)) 1397 1398# Process ERRATA_A510_2347730 flag 1399$(eval $(call assert_boolean,ERRATA_A510_2347730)) 1400$(eval $(call add_define,ERRATA_A510_2347730)) 1401 1402# Process ERRATA_A510_2371937 flag 1403$(eval $(call assert_boolean,ERRATA_A510_2371937)) 1404$(eval $(call add_define,ERRATA_A510_2371937)) 1405 1406# Process ERRATA_A510_2666669 flag 1407$(eval $(call assert_boolean,ERRATA_A510_2666669)) 1408$(eval $(call add_define,ERRATA_A510_2666669)) 1409 1410#Process ERRATA_DSU_798953 flag 1411$(eval $(call assert_boolean,ERRATA_DSU_798953)) 1412$(eval $(call add_define,ERRATA_DSU_798953)) 1413 1414# Process ERRATA_DSU_936184 flag 1415$(eval $(call assert_boolean,ERRATA_DSU_936184)) 1416$(eval $(call add_define,ERRATA_DSU_936184)) 1417 1418# Process ERRATA_DSU_2313941 flag 1419$(eval $(call assert_boolean,ERRATA_DSU_2313941)) 1420$(eval $(call add_define,ERRATA_DSU_2313941)) 1421 1422# Errata build flags 1423ifneq (${ERRATA_A53_843419},0) 1424TF_LDFLAGS_aarch64 += --fix-cortex-a53-843419 1425endif 1426 1427ifneq (${ERRATA_A53_835769},0) 1428TF_CFLAGS_aarch64 += -mfix-cortex-a53-835769 1429TF_LDFLAGS_aarch64 += --fix-cortex-a53-835769 1430endif 1431 1432ifneq ($(filter 1,${ERRATA_A53_1530924} ${ERRATA_A55_1530923} \ 1433 ${ERRATA_A57_1319537} ${ERRATA_A72_1319367} ${ERRATA_A76_1165522}),) 1434ERRATA_SPECULATIVE_AT := 1 1435else 1436ERRATA_SPECULATIVE_AT := 0 1437endif 1438