1# 2# Copyright (c) 2014-2022, 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 1508412 workaround during reset. This erratum applies 291# only to revision <= r1p0 of the Cortex A77 cpu. 292ERRATA_A77_1508412 ?=0 293 294# Flag to apply erratum 1925769 workaround during reset. This erratum applies 295# only to revision <= r1p1 of the Cortex A77 cpu. 296ERRATA_A77_1925769 ?=0 297 298# Flag to apply erratum 1946167 workaround during reset. This erratum applies 299# only to revision <= r1p1 of the Cortex A77 cpu. 300ERRATA_A77_1946167 ?=0 301 302# Flag to apply erratum 1791578 workaround during reset. This erratum applies 303# to revisions r0p0, r1p0, and r1p1, it is still open. 304ERRATA_A77_1791578 ?=0 305 306# Flag to apply erratum 2356587 workaround during reset. This erratum applies 307# to revisions r0p0, r1p0, and r1p1, it is still open. 308ERRATA_A77_2356587 ?=0 309 310# Flag to apply erratum 1688305 workaround during reset. This erratum applies 311# to revisions r0p0 - r1p0 of the A78 cpu. 312ERRATA_A78_1688305 ?=0 313 314# Flag to apply erratum 1941498 workaround during reset. This erratum applies 315# to revisions r0p0, r1p0, and r1p1 of the A78 cpu. 316ERRATA_A78_1941498 ?=0 317 318# Flag to apply erratum 1951500 workaround during reset. This erratum applies 319# to revisions r1p0 and r1p1 of the A78 cpu. The issue is present in r0p0 as 320# well but there is no workaround for that revision. 321ERRATA_A78_1951500 ?=0 322 323# Flag to apply erratum 1821534 workaround during reset. This erratum applies 324# to revisions r0p0 and r1p0 of the A78 cpu. 325ERRATA_A78_1821534 ?=0 326 327# Flag to apply erratum 1952683 workaround during reset. This erratum applies 328# to revision r0p0 of the A78 cpu and was fixed in the revision r1p0. 329ERRATA_A78_1952683 ?=0 330 331# Flag to apply erratum 2132060 workaround during reset. This erratum applies 332# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 333ERRATA_A78_2132060 ?=0 334 335# Flag to apply erratum 2242635 workaround during reset. This erratum applies 336# to revisions r1p0, r1p1, and r1p2 of the A78 cpu and is open. The issue is 337# present in r0p0 as well but there is no workaround for that revision. 338ERRATA_A78_2242635 ?=0 339 340# Flag to apply erratum 2376745 workaround during reset. This erratum applies 341# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 342ERRATA_A78_2376745 ?=0 343 344# Flag to apply erratum 2395406 workaround during reset. This erratum applies 345# to revisions r0p0, r1p0, r1p1, and r1p2 of the A78 cpu. It is still open. 346ERRATA_A78_2395406 ?=0 347 348# Flag to apply erratum 1941500 workaround during reset. This erratum applies 349# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 350ERRATA_A78_AE_1941500 ?=0 351 352# Flag to apply erratum 1951502 workaround during reset. This erratum applies 353# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 354ERRATA_A78_AE_1951502 ?=0 355 356# Flag to apply erratum 2376748 workaround during reset. This erratum applies 357# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 358ERRATA_A78_AE_2376748 ?=0 359 360# Flag to apply erratum 2395408 workaround during reset. This erratum applies 361# to revisions r0p0 and r0p1 of the A78 AE cpu. It is still open. 362ERRATA_A78_AE_2395408 ?=0 363 364# Flag to apply erratum 2132064 workaround during reset. This erratum applies 365# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 366ERRATA_A78C_2132064 ?=0 367 368# Flag to apply erratum 2242638 workaround during reset. This erratum applies 369# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 370ERRATA_A78C_2242638 ?=0 371 372# Flag to apply erratum 2376749 workaround during reset. This erratum applies 373# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 374ERRATA_A78C_2376749 ?=0 375 376# Flag to apply erratum 2395411 workaround during reset. This erratum applies 377# to revisions r0p1 and r0p2 of the A78C cpu. It is still open. 378ERRATA_A78C_2395411 ?=0 379 380# Flag to apply erratum 1821534 workaround during reset. This erratum applies 381# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 382ERRATA_X1_1821534 ?=0 383 384# Flag to apply erratum 1688305 workaround during reset. This erratum applies 385# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 386ERRATA_X1_1688305 ?=0 387 388# Flag to apply erratum 1827429 workaround during reset. This erratum applies 389# to revisions r0p0 - r1p0 of the X1 cpu and fixed in r1p1. 390ERRATA_X1_1827429 ?=0 391 392# Flag to apply T32 CLREX workaround during reset. This erratum applies 393# only to r0p0 and r1p0 of the Neoverse N1 cpu. 394ERRATA_N1_1043202 ?=0 395 396# Flag to apply erratum 1073348 workaround during reset. This erratum applies 397# only to revision r0p0 and r1p0 of the Neoverse N1 cpu. 398ERRATA_N1_1073348 ?=0 399 400# Flag to apply erratum 1130799 workaround during reset. This erratum applies 401# only to revision <= r2p0 of the Neoverse N1 cpu. 402ERRATA_N1_1130799 ?=0 403 404# Flag to apply erratum 1165347 workaround during reset. This erratum applies 405# only to revision <= r2p0 of the Neoverse N1 cpu. 406ERRATA_N1_1165347 ?=0 407 408# Flag to apply erratum 1207823 workaround during reset. This erratum applies 409# only to revision <= r2p0 of the Neoverse N1 cpu. 410ERRATA_N1_1207823 ?=0 411 412# Flag to apply erratum 1220197 workaround during reset. This erratum applies 413# only to revision <= r2p0 of the Neoverse N1 cpu. 414ERRATA_N1_1220197 ?=0 415 416# Flag to apply erratum 1257314 workaround during reset. This erratum applies 417# only to revision <= r3p0 of the Neoverse N1 cpu. 418ERRATA_N1_1257314 ?=0 419 420# Flag to apply erratum 1262606 workaround during reset. This erratum applies 421# only to revision <= r3p0 of the Neoverse N1 cpu. 422ERRATA_N1_1262606 ?=0 423 424# Flag to apply erratum 1262888 workaround during reset. This erratum applies 425# only to revision <= r3p0 of the Neoverse N1 cpu. 426ERRATA_N1_1262888 ?=0 427 428# Flag to apply erratum 1275112 workaround during reset. This erratum applies 429# only to revision <= r3p0 of the Neoverse N1 cpu. 430ERRATA_N1_1275112 ?=0 431 432# Flag to apply erratum 1315703 workaround during reset. This erratum applies 433# to revisions before r3p1 of the Neoverse N1 cpu. 434ERRATA_N1_1315703 ?=0 435 436# Flag to apply erratum 1542419 workaround during reset. This erratum applies 437# to revisions r3p0 - r4p0 of the Neoverse N1 cpu. 438ERRATA_N1_1542419 ?=0 439 440# Flag to apply erratum 1868343 workaround during reset. This erratum applies 441# to revision <= r4p0 of the Neoverse N1 cpu. 442ERRATA_N1_1868343 ?=0 443 444# Flag to apply erratum 1946160 workaround during reset. This erratum applies 445# to revisions r3p0, r3p1, r4p0, and r4p1 of the Neoverse N1 cpu. The issue 446# exists in revisions r0p0, r1p0, and r2p0 as well but there is no workaround. 447ERRATA_N1_1946160 ?=0 448 449# Flag to apply erratum 2002655 workaround during reset. This erratum applies 450# to revisions r0p0 of the Neoverse-N2 cpu, it is still open. 451ERRATA_N2_2002655 ?=0 452 453# Flag to apply erratum 1618635 workaround during reset. This erratum applies 454# to revision r0p0 of the Neoverse V1 cpu and was fixed in the revision r1p0. 455ERRATA_V1_1618635 ?=0 456 457# Flag to apply erratum 1774420 workaround during reset. This erratum applies 458# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 459ERRATA_V1_1774420 ?=0 460 461# Flag to apply erratum 1791573 workaround during reset. This erratum applies 462# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 463ERRATA_V1_1791573 ?=0 464 465# Flag to apply erratum 1852267 workaround during reset. This erratum applies 466# to revisions r0p0 and r1p0 of the Neoverse V1 core, and was fixed in r1p1. 467ERRATA_V1_1852267 ?=0 468 469# Flag to apply erratum 1925756 workaround during reset. This needs to be 470# enabled for r0p0, r1p0, and r1p1 of the Neoverse V1 core, it is still open. 471ERRATA_V1_1925756 ?=0 472 473# Flag to apply erratum 1940577 workaround during reset. This erratum applies 474# to revisions r1p0 and r1p1 of the Neoverse V1 cpu. 475ERRATA_V1_1940577 ?=0 476 477# Flag to apply erratum 1966096 workaround during reset. This erratum applies 478# to revisions r1p0 and r1p1 of the Neoverse V1 CPU and is open. This issue 479# exists in r0p0 as well but there is no workaround for that revision. 480ERRATA_V1_1966096 ?=0 481 482# Flag to apply erratum 2139242 workaround during reset. This erratum applies 483# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 484ERRATA_V1_2139242 ?=0 485 486# Flag to apply erratum 2108267 workaround during reset. This erratum applies 487# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 488ERRATA_V1_2108267 ?=0 489 490# Flag to apply erratum 2216392 workaround during reset. This erratum applies 491# to revisions r1p0 and r1p1 of the Neoverse V1 cpu and is still open. This 492# issue exists in r0p0 as well but there is no workaround for that revision. 493ERRATA_V1_2216392 ?=0 494 495# Flag to apply erratum 2294912 workaround during reset. This erratum applies 496# to revisions r0p0, r1p0, and r1p1 of the Neoverse V1 cpu and is still open. 497ERRATA_V1_2294912 ?=0 498 499# Flag to apply erratum 2372203 workaround during reset. This erratum applies 500# to revisions r0p0, r1p0 and r1p1 of the Neoverse V1 cpu and is still open. 501ERRATA_V1_2372203 ?=0 502 503# Flag to apply erratum 1987031 workaround during reset. This erratum applies 504# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 505ERRATA_A710_1987031 ?=0 506 507# Flag to apply erratum 2081180 workaround during reset. This erratum applies 508# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 509ERRATA_A710_2081180 ?=0 510 511# Flag to apply erratum 2083908 workaround during reset. This erratum applies 512# to revision r2p0 of the Cortex-A710 cpu and is still open. 513ERRATA_A710_2083908 ?=0 514 515# Flag to apply erratum 2058056 workaround during reset. This erratum applies 516# to revisions r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 517ERRATA_A710_2058056 ?=0 518 519# Flag to apply erratum 2055002 workaround during reset. This erratum applies 520# to revision r1p0, r2p0 of the Cortex-A710 cpu and is still open. 521ERRATA_A710_2055002 ?=0 522 523# Flag to apply erratum 2017096 workaround during reset. This erratum applies 524# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is still open. 525ERRATA_A710_2017096 ?=0 526 527# Flag to apply erratum 2267065 workaround during reset. This erratum applies 528# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 529ERRATA_A710_2267065 ?=0 530 531# Flag to apply erratum 2136059 workaround during reset. This erratum applies 532# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 533ERRATA_A710_2136059 ?=0 534 535# Flag to apply erratum 2147715 workaround during reset. This erratum applies 536# to revision r2p0 of the Cortex-A710 CPU and is fixed in revision r2p1. 537ERRATA_A710_2147715 ?=0 538 539# Flag to apply erratum 2216384 workaround during reset. This erratum applies 540# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 541ERRATA_A710_2216384 ?=0 542 543# Flag to apply erratum 2282622 workaround during reset. This erratum applies 544# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 545ERRATA_A710_2282622 ?=0 546 547# Flag to apply erratum 2008768 workaround during reset. This erratum applies 548# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 549ERRATA_A710_2008768 ?=0 550 551# Flag to apply erratum 2371105 workaround during reset. This erratum applies 552# to revision r0p0, r1p0 and r2p0 of the Cortex-A710 cpu and is fixed in r2p1. 553ERRATA_A710_2371105 ?=0 554 555# Flag to apply erratum 2067956 workaround during reset. This erratum applies 556# to revision r0p0 of the Neoverse N2 cpu and is still open. 557ERRATA_N2_2067956 ?=0 558 559# Flag to apply erratum 2025414 workaround during reset. This erratum applies 560# to revision r0p0 of the Neoverse N2 cpu and is still open. 561ERRATA_N2_2025414 ?=0 562 563# Flag to apply erratum 2189731 workaround during reset. This erratum applies 564# to revision r0p0 of the Neoverse N2 cpu and is still open. 565ERRATA_N2_2189731 ?=0 566 567# Flag to apply erratum 2138956 workaround during reset. This erratum applies 568# to revision r0p0 of the Neoverse N2 cpu and is still open. 569ERRATA_N2_2138956 ?=0 570 571# Flag to apply erratum 2138953 workaround during reset. This erratum applies 572# to revision r0p0 of the Neoverse N2 cpu and is still open. 573ERRATA_N2_2138953 ?=0 574 575# Flag to apply erratum 2242415 workaround during reset. This erratum applies 576# to revision r0p0 of the Neoverse N2 cpu and is still open. 577ERRATA_N2_2242415 ?=0 578 579# Flag to apply erratum 2138958 workaround during reset. This erratum applies 580# to revision r0p0 of the Neoverse N2 cpu and is still open. 581ERRATA_N2_2138958 ?=0 582 583# Flag to apply erratum 2242400 workaround during reset. This erratum applies 584# to revision r0p0 of the Neoverse N2 cpu and is still open. 585ERRATA_N2_2242400 ?=0 586 587# Flag to apply erratum 2280757 workaround during reset. This erratum applies 588# to revision r0p0 of the Neoverse N2 cpu and is still open. 589ERRATA_N2_2280757 ?=0 590 591# Flag to apply erratum 2376738 workaround during reset. This erratum applies 592# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 593ERRATA_N2_2376738 ?=0 594 595# Flag to apply erratum 2388450 workaround during reset. This erratum applies 596# to revision r0p0 of the Neoverse N2 cpu, it is fixed in r0p1. 597ERRATA_N2_2388450 ?=0 598 599# Flag to apply erratum 2002765 workaround during reset. This erratum applies 600# to revisions r0p0, r1p0, and r2p0 of the Cortex-X2 cpu and is still open. 601ERRATA_X2_2002765 ?=0 602 603# Flag to apply erratum 2058056 workaround during reset. This erratum applies 604# to revisions r0p0, r1p0, and r2p0 of the Cortex-X2 cpu and is still open. 605ERRATA_X2_2058056 ?=0 606 607# Flag to apply erratum 2083908 workaround during reset. This erratum applies 608# to revision r2p0 of the Cortex-X2 cpu and is still open. 609ERRATA_X2_2083908 ?=0 610 611# Flag to apply erratum 2017096 workaround during reset. This erratum applies 612# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 613# r2p1. 614ERRATA_X2_2017096 ?=0 615 616# Flag to apply erratum 2081180 workaround during reset. This erratum applies 617# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 618# r2p1. 619ERRATA_X2_2081180 ?=0 620 621# Flag to apply erratum 2216384 workaround during reset. This erratum applies 622# only to revisions r0p0, r1p0 and r2p0 of the Cortex-X2 cpu, it is fixed in 623# r2p1. 624ERRATA_X2_2216384 ?=0 625 626# Flag to apply erratum 2147715 workaround during reset. This erratum applies 627# only to revision r2p0 of the Cortex-X2 cpu, it is fixed in r2p1. 628ERRATA_X2_2147715 ?=0 629 630# Flag to apply erratum 2371105 workaround during reset. This erratum applies 631# to revision r0p0, r1p0 and r2p0 of the Cortex-X2 cpu and is fixed in r2p1. 632ERRATA_X2_2371105 ?=0 633 634# Flag to apply erratum 1922240 workaround during reset. This erratum applies 635# to revision r0p0 of the Cortex-A510 cpu and is fixed in r0p1. 636ERRATA_A510_1922240 ?=0 637 638# Flag to apply erratum 2288014 workaround during reset. This erratum applies 639# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0 of the Cortex-A510 cpu and is 640# fixed in r1p1. 641ERRATA_A510_2288014 ?=0 642 643# Flag to apply erratum 2042739 workaround during reset. This erratum applies 644# to revisions r0p0, r0p1 and r0p2 of the Cortex-A510 cpu and is fixed in r0p3. 645ERRATA_A510_2042739 ?=0 646 647# Flag to apply erratum 2041909 workaround during reset. This erratum applies 648# to revision r0p2 of the Cortex-A510 cpu and is fixed in r0p3. The issue is 649# present in r0p0 and r0p1 but there is no workaround for those revisions. 650ERRATA_A510_2041909 ?=0 651 652# Flag to apply erratum 2250311 workaround during reset. This erratum applies 653# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 654ERRATA_A510_2250311 ?=0 655 656# Flag to apply erratum 2218950 workaround during reset. This erratum applies 657# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 658ERRATA_A510_2218950 ?=0 659 660# Flag to apply erratum 2172148 workaround during reset. This erratum applies 661# to revisions r0p0, r0p1, r0p2, r0p3 and r1p0, and is fixed in r1p1. 662ERRATA_A510_2172148 ?=0 663 664# Flag to apply erratum 2347730 workaround during reset. This erratum applies 665# to revisions r0p0, r0p1, r0p2, r0p3, r1p0 and r1p1 of the Cortex-A510 CPU, 666# and is fixed in r1p2. 667ERRATA_A510_2347730 ?=0 668 669# Flag to apply erratum 2371937 workaround during reset. This erratum applies 670# to revisions r0p0, r0p1, r0p2, r0p3, r1p0, and r1p1. It is fixed in r1p2. 671ERRATA_A510_2371937 ?=0 672 673# Flag to apply DSU erratum 798953. This erratum applies to DSUs revision r0p0. 674# Applying the workaround results in higher DSU power consumption on idle. 675ERRATA_DSU_798953 ?=0 676 677# Flag to apply DSU erratum 936184. This erratum applies to DSUs containing 678# the ACP interface and revision < r2p0. Applying the workaround results in 679# higher DSU power consumption on idle. 680ERRATA_DSU_936184 ?=0 681 682# Flag to apply DSU erratum 2313941. This erratum applies to DSUs revisions 683# r0p0, r1p0, r2p0, r2p1, r3p0, r3p1 and is still open. Applying the workaround 684# results in higher DSU power consumption on idle. 685ERRATA_DSU_2313941 ?=0 686 687# Process ERRATA_A9_794073 flag 688$(eval $(call assert_boolean,ERRATA_A9_794073)) 689$(eval $(call add_define,ERRATA_A9_794073)) 690 691# Process ERRATA_A15_816470 flag 692$(eval $(call assert_boolean,ERRATA_A15_816470)) 693$(eval $(call add_define,ERRATA_A15_816470)) 694 695# Process ERRATA_A15_827671 flag 696$(eval $(call assert_boolean,ERRATA_A15_827671)) 697$(eval $(call add_define,ERRATA_A15_827671)) 698 699# Process ERRATA_A17_852421 flag 700$(eval $(call assert_boolean,ERRATA_A17_852421)) 701$(eval $(call add_define,ERRATA_A17_852421)) 702 703# Process ERRATA_A17_852423 flag 704$(eval $(call assert_boolean,ERRATA_A17_852423)) 705$(eval $(call add_define,ERRATA_A17_852423)) 706 707# Process ERRATA_A35_855472 flag 708$(eval $(call assert_boolean,ERRATA_A35_855472)) 709$(eval $(call add_define,ERRATA_A35_855472)) 710 711# Process ERRATA_A53_819472 flag 712$(eval $(call assert_boolean,ERRATA_A53_819472)) 713$(eval $(call add_define,ERRATA_A53_819472)) 714 715# Process ERRATA_A53_824069 flag 716$(eval $(call assert_boolean,ERRATA_A53_824069)) 717$(eval $(call add_define,ERRATA_A53_824069)) 718 719# Process ERRATA_A53_826319 flag 720$(eval $(call assert_boolean,ERRATA_A53_826319)) 721$(eval $(call add_define,ERRATA_A53_826319)) 722 723# Process ERRATA_A53_827319 flag 724$(eval $(call assert_boolean,ERRATA_A53_827319)) 725$(eval $(call add_define,ERRATA_A53_827319)) 726 727# Process ERRATA_A53_835769 flag 728$(eval $(call assert_boolean,ERRATA_A53_835769)) 729$(eval $(call add_define,ERRATA_A53_835769)) 730 731# Process ERRATA_A53_836870 flag 732$(eval $(call assert_boolean,ERRATA_A53_836870)) 733$(eval $(call add_define,ERRATA_A53_836870)) 734 735# Process ERRATA_A53_843419 flag 736$(eval $(call assert_boolean,ERRATA_A53_843419)) 737$(eval $(call add_define,ERRATA_A53_843419)) 738 739# Process ERRATA_A53_855873 flag 740$(eval $(call assert_boolean,ERRATA_A53_855873)) 741$(eval $(call add_define,ERRATA_A53_855873)) 742 743# Process ERRATA_A53_1530924 flag 744$(eval $(call assert_boolean,ERRATA_A53_1530924)) 745$(eval $(call add_define,ERRATA_A53_1530924)) 746 747# Process ERRATA_A55_768277 flag 748$(eval $(call assert_boolean,ERRATA_A55_768277)) 749$(eval $(call add_define,ERRATA_A55_768277)) 750 751# Process ERRATA_A55_778703 flag 752$(eval $(call assert_boolean,ERRATA_A55_778703)) 753$(eval $(call add_define,ERRATA_A55_778703)) 754 755# Process ERRATA_A55_798797 flag 756$(eval $(call assert_boolean,ERRATA_A55_798797)) 757$(eval $(call add_define,ERRATA_A55_798797)) 758 759# Process ERRATA_A55_846532 flag 760$(eval $(call assert_boolean,ERRATA_A55_846532)) 761$(eval $(call add_define,ERRATA_A55_846532)) 762 763# Process ERRATA_A55_903758 flag 764$(eval $(call assert_boolean,ERRATA_A55_903758)) 765$(eval $(call add_define,ERRATA_A55_903758)) 766 767# Process ERRATA_A55_1221012 flag 768$(eval $(call assert_boolean,ERRATA_A55_1221012)) 769$(eval $(call add_define,ERRATA_A55_1221012)) 770 771# Process ERRATA_A55_1530923 flag 772$(eval $(call assert_boolean,ERRATA_A55_1530923)) 773$(eval $(call add_define,ERRATA_A55_1530923)) 774 775# Process ERRATA_A57_806969 flag 776$(eval $(call assert_boolean,ERRATA_A57_806969)) 777$(eval $(call add_define,ERRATA_A57_806969)) 778 779# Process ERRATA_A57_813419 flag 780$(eval $(call assert_boolean,ERRATA_A57_813419)) 781$(eval $(call add_define,ERRATA_A57_813419)) 782 783# Process ERRATA_A57_813420 flag 784$(eval $(call assert_boolean,ERRATA_A57_813420)) 785$(eval $(call add_define,ERRATA_A57_813420)) 786 787# Process ERRATA_A57_814670 flag 788$(eval $(call assert_boolean,ERRATA_A57_814670)) 789$(eval $(call add_define,ERRATA_A57_814670)) 790 791# Process ERRATA_A57_817169 flag 792$(eval $(call assert_boolean,ERRATA_A57_817169)) 793$(eval $(call add_define,ERRATA_A57_817169)) 794 795# Process ERRATA_A57_826974 flag 796$(eval $(call assert_boolean,ERRATA_A57_826974)) 797$(eval $(call add_define,ERRATA_A57_826974)) 798 799# Process ERRATA_A57_826977 flag 800$(eval $(call assert_boolean,ERRATA_A57_826977)) 801$(eval $(call add_define,ERRATA_A57_826977)) 802 803# Process ERRATA_A57_828024 flag 804$(eval $(call assert_boolean,ERRATA_A57_828024)) 805$(eval $(call add_define,ERRATA_A57_828024)) 806 807# Process ERRATA_A57_829520 flag 808$(eval $(call assert_boolean,ERRATA_A57_829520)) 809$(eval $(call add_define,ERRATA_A57_829520)) 810 811# Process ERRATA_A57_833471 flag 812$(eval $(call assert_boolean,ERRATA_A57_833471)) 813$(eval $(call add_define,ERRATA_A57_833471)) 814 815# Process ERRATA_A57_859972 flag 816$(eval $(call assert_boolean,ERRATA_A57_859972)) 817$(eval $(call add_define,ERRATA_A57_859972)) 818 819# Process ERRATA_A57_1319537 flag 820$(eval $(call assert_boolean,ERRATA_A57_1319537)) 821$(eval $(call add_define,ERRATA_A57_1319537)) 822 823# Process ERRATA_A72_859971 flag 824$(eval $(call assert_boolean,ERRATA_A72_859971)) 825$(eval $(call add_define,ERRATA_A72_859971)) 826 827# Process ERRATA_A72_1319367 flag 828$(eval $(call assert_boolean,ERRATA_A72_1319367)) 829$(eval $(call add_define,ERRATA_A72_1319367)) 830 831# Process ERRATA_A73_852427 flag 832$(eval $(call assert_boolean,ERRATA_A73_852427)) 833$(eval $(call add_define,ERRATA_A73_852427)) 834 835# Process ERRATA_A73_855423 flag 836$(eval $(call assert_boolean,ERRATA_A73_855423)) 837$(eval $(call add_define,ERRATA_A73_855423)) 838 839# Process ERRATA_A75_764081 flag 840$(eval $(call assert_boolean,ERRATA_A75_764081)) 841$(eval $(call add_define,ERRATA_A75_764081)) 842 843# Process ERRATA_A75_790748 flag 844$(eval $(call assert_boolean,ERRATA_A75_790748)) 845$(eval $(call add_define,ERRATA_A75_790748)) 846 847# Process ERRATA_A76_1073348 flag 848$(eval $(call assert_boolean,ERRATA_A76_1073348)) 849$(eval $(call add_define,ERRATA_A76_1073348)) 850 851# Process ERRATA_A76_1130799 flag 852$(eval $(call assert_boolean,ERRATA_A76_1130799)) 853$(eval $(call add_define,ERRATA_A76_1130799)) 854 855# Process ERRATA_A76_1220197 flag 856$(eval $(call assert_boolean,ERRATA_A76_1220197)) 857$(eval $(call add_define,ERRATA_A76_1220197)) 858 859# Process ERRATA_A76_1257314 flag 860$(eval $(call assert_boolean,ERRATA_A76_1257314)) 861$(eval $(call add_define,ERRATA_A76_1257314)) 862 863# Process ERRATA_A76_1262606 flag 864$(eval $(call assert_boolean,ERRATA_A76_1262606)) 865$(eval $(call add_define,ERRATA_A76_1262606)) 866 867# Process ERRATA_A76_1262888 flag 868$(eval $(call assert_boolean,ERRATA_A76_1262888)) 869$(eval $(call add_define,ERRATA_A76_1262888)) 870 871# Process ERRATA_A76_1275112 flag 872$(eval $(call assert_boolean,ERRATA_A76_1275112)) 873$(eval $(call add_define,ERRATA_A76_1275112)) 874 875# Process ERRATA_A76_1286807 flag 876$(eval $(call assert_boolean,ERRATA_A76_1286807)) 877$(eval $(call add_define,ERRATA_A76_1286807)) 878 879# Process ERRATA_A76_1791580 flag 880$(eval $(call assert_boolean,ERRATA_A76_1791580)) 881$(eval $(call add_define,ERRATA_A76_1791580)) 882 883# Process ERRATA_A76_1165522 flag 884$(eval $(call assert_boolean,ERRATA_A76_1165522)) 885$(eval $(call add_define,ERRATA_A76_1165522)) 886 887# Process ERRATA_A76_1868343 flag 888$(eval $(call assert_boolean,ERRATA_A76_1868343)) 889$(eval $(call add_define,ERRATA_A76_1868343)) 890 891# Process ERRATA_A76_1946160 flag 892$(eval $(call assert_boolean,ERRATA_A76_1946160)) 893$(eval $(call add_define,ERRATA_A76_1946160)) 894 895# Process ERRATA_A77_1508412 flag 896$(eval $(call assert_boolean,ERRATA_A77_1508412)) 897$(eval $(call add_define,ERRATA_A77_1508412)) 898 899# Process ERRATA_A77_1925769 flag 900$(eval $(call assert_boolean,ERRATA_A77_1925769)) 901$(eval $(call add_define,ERRATA_A77_1925769)) 902 903# Process ERRATA_A77_1946167 flag 904$(eval $(call assert_boolean,ERRATA_A77_1946167)) 905$(eval $(call add_define,ERRATA_A77_1946167)) 906 907# Process ERRATA_A77_1791578 flag 908$(eval $(call assert_boolean,ERRATA_A77_1791578)) 909$(eval $(call add_define,ERRATA_A77_1791578)) 910 911# Process ERRATA_A77_2356587 flag 912$(eval $(call assert_boolean,ERRATA_A77_2356587)) 913$(eval $(call add_define,ERRATA_A77_2356587)) 914 915# Process ERRATA_A78_1688305 flag 916$(eval $(call assert_boolean,ERRATA_A78_1688305)) 917$(eval $(call add_define,ERRATA_A78_1688305)) 918 919# Process ERRATA_A78_1941498 flag 920$(eval $(call assert_boolean,ERRATA_A78_1941498)) 921$(eval $(call add_define,ERRATA_A78_1941498)) 922 923# Process ERRATA_A78_1951500 flag 924$(eval $(call assert_boolean,ERRATA_A78_1951500)) 925$(eval $(call add_define,ERRATA_A78_1951500)) 926 927# Process ERRATA_A78_1821534 flag 928$(eval $(call assert_boolean,ERRATA_A78_1821534)) 929$(eval $(call add_define,ERRATA_A78_1821534)) 930 931# Process ERRATA_A78_1952683 flag 932$(eval $(call assert_boolean,ERRATA_A78_1952683)) 933$(eval $(call add_define,ERRATA_A78_1952683)) 934 935# Process ERRATA_A78_2132060 flag 936$(eval $(call assert_boolean,ERRATA_A78_2132060)) 937$(eval $(call add_define,ERRATA_A78_2132060)) 938 939# Process ERRATA_A78_2242635 flag 940$(eval $(call assert_boolean,ERRATA_A78_2242635)) 941$(eval $(call add_define,ERRATA_A78_2242635)) 942 943# Process ERRATA_A78_2376745 flag 944$(eval $(call assert_boolean,ERRATA_A78_2376745)) 945$(eval $(call add_define,ERRATA_A78_2376745)) 946 947# Process ERRATA_A78_2395406 flag 948$(eval $(call assert_boolean,ERRATA_A78_2395406)) 949$(eval $(call add_define,ERRATA_A78_2395406)) 950 951# Process ERRATA_A78_AE_1941500 flag 952$(eval $(call assert_boolean,ERRATA_A78_AE_1941500)) 953$(eval $(call add_define,ERRATA_A78_AE_1941500)) 954 955# Process ERRATA_A78_AE_1951502 flag 956$(eval $(call assert_boolean,ERRATA_A78_AE_1951502)) 957$(eval $(call add_define,ERRATA_A78_AE_1951502)) 958 959# Process ERRATA_A78_AE_2376748 flag 960$(eval $(call assert_boolean,ERRATA_A78_AE_2376748)) 961$(eval $(call add_define,ERRATA_A78_AE_2376748)) 962 963# Process ERRATA_A78_AE_2395408 flag 964$(eval $(call assert_boolean,ERRATA_A78_AE_2395408)) 965$(eval $(call add_define,ERRATA_A78_AE_2395408)) 966 967# Process ERRATA_A78C_2132064 flag 968$(eval $(call assert_boolean,ERRATA_A78C_2132064)) 969$(eval $(call add_define,ERRATA_A78C_2132064)) 970 971# Process ERRATA_A78C_2242638 flag 972$(eval $(call assert_boolean,ERRATA_A78C_2242638)) 973$(eval $(call add_define,ERRATA_A78C_2242638)) 974 975# Process ERRATA_A78C_2376749 flag 976$(eval $(call assert_boolean,ERRATA_A78C_2376749)) 977$(eval $(call add_define,ERRATA_A78C_2376749)) 978 979# Process ERRATA_A78C_2395411 flag 980$(eval $(call assert_boolean,ERRATA_A78C_2395411)) 981$(eval $(call add_define,ERRATA_A78C_2395411)) 982 983# Process ERRATA_X1_1821534 flag 984$(eval $(call assert_boolean,ERRATA_X1_1821534)) 985$(eval $(call add_define,ERRATA_X1_1821534)) 986 987# Process ERRATA_X1_1688305 flag 988$(eval $(call assert_boolean,ERRATA_X1_1688305)) 989$(eval $(call add_define,ERRATA_X1_1688305)) 990 991# Process ERRATA_X1_1827429 flag 992$(eval $(call assert_boolean,ERRATA_X1_1827429)) 993$(eval $(call add_define,ERRATA_X1_1827429)) 994 995# Process ERRATA_N1_1043202 flag 996$(eval $(call assert_boolean,ERRATA_N1_1043202)) 997$(eval $(call add_define,ERRATA_N1_1043202)) 998 999# Process ERRATA_N1_1073348 flag 1000$(eval $(call assert_boolean,ERRATA_N1_1073348)) 1001$(eval $(call add_define,ERRATA_N1_1073348)) 1002 1003# Process ERRATA_N1_1130799 flag 1004$(eval $(call assert_boolean,ERRATA_N1_1130799)) 1005$(eval $(call add_define,ERRATA_N1_1130799)) 1006 1007# Process ERRATA_N1_1165347 flag 1008$(eval $(call assert_boolean,ERRATA_N1_1165347)) 1009$(eval $(call add_define,ERRATA_N1_1165347)) 1010 1011# Process ERRATA_N1_1207823 flag 1012$(eval $(call assert_boolean,ERRATA_N1_1207823)) 1013$(eval $(call add_define,ERRATA_N1_1207823)) 1014 1015# Process ERRATA_N1_1220197 flag 1016$(eval $(call assert_boolean,ERRATA_N1_1220197)) 1017$(eval $(call add_define,ERRATA_N1_1220197)) 1018 1019# Process ERRATA_N1_1257314 flag 1020$(eval $(call assert_boolean,ERRATA_N1_1257314)) 1021$(eval $(call add_define,ERRATA_N1_1257314)) 1022 1023# Process ERRATA_N1_1262606 flag 1024$(eval $(call assert_boolean,ERRATA_N1_1262606)) 1025$(eval $(call add_define,ERRATA_N1_1262606)) 1026 1027# Process ERRATA_N1_1262888 flag 1028$(eval $(call assert_boolean,ERRATA_N1_1262888)) 1029$(eval $(call add_define,ERRATA_N1_1262888)) 1030 1031# Process ERRATA_N1_1275112 flag 1032$(eval $(call assert_boolean,ERRATA_N1_1275112)) 1033$(eval $(call add_define,ERRATA_N1_1275112)) 1034 1035# Process ERRATA_N1_1315703 flag 1036$(eval $(call assert_boolean,ERRATA_N1_1315703)) 1037$(eval $(call add_define,ERRATA_N1_1315703)) 1038 1039# Process ERRATA_N1_1542419 flag 1040$(eval $(call assert_boolean,ERRATA_N1_1542419)) 1041$(eval $(call add_define,ERRATA_N1_1542419)) 1042 1043# Process ERRATA_N1_1868343 flag 1044$(eval $(call assert_boolean,ERRATA_N1_1868343)) 1045$(eval $(call add_define,ERRATA_N1_1868343)) 1046 1047# Process ERRATA_N1_1946160 flag 1048$(eval $(call assert_boolean,ERRATA_N1_1946160)) 1049$(eval $(call add_define,ERRATA_N1_1946160)) 1050 1051# Process ERRATA_N2_2002655 flag 1052$(eval $(call assert_boolean,ERRATA_N2_2002655)) 1053$(eval $(call add_define,ERRATA_N2_2002655)) 1054 1055# Process ERRATA_V1_1618635 flag 1056$(eval $(call assert_boolean,ERRATA_V1_1618635)) 1057$(eval $(call add_define,ERRATA_V1_1618635)) 1058 1059# Process ERRATA_V1_1774420 flag 1060$(eval $(call assert_boolean,ERRATA_V1_1774420)) 1061$(eval $(call add_define,ERRATA_V1_1774420)) 1062 1063# Process ERRATA_V1_1791573 flag 1064$(eval $(call assert_boolean,ERRATA_V1_1791573)) 1065$(eval $(call add_define,ERRATA_V1_1791573)) 1066 1067# Process ERRATA_V1_1852267 flag 1068$(eval $(call assert_boolean,ERRATA_V1_1852267)) 1069$(eval $(call add_define,ERRATA_V1_1852267)) 1070 1071# Process ERRATA_V1_1925756 flag 1072$(eval $(call assert_boolean,ERRATA_V1_1925756)) 1073$(eval $(call add_define,ERRATA_V1_1925756)) 1074 1075# Process ERRATA_V1_1940577 flag 1076$(eval $(call assert_boolean,ERRATA_V1_1940577)) 1077$(eval $(call add_define,ERRATA_V1_1940577)) 1078 1079# Process ERRATA_V1_1966096 flag 1080$(eval $(call assert_boolean,ERRATA_V1_1966096)) 1081$(eval $(call add_define,ERRATA_V1_1966096)) 1082 1083# Process ERRATA_V1_2139242 flag 1084$(eval $(call assert_boolean,ERRATA_V1_2139242)) 1085$(eval $(call add_define,ERRATA_V1_2139242)) 1086 1087# Process ERRATA_V1_2108267 flag 1088$(eval $(call assert_boolean,ERRATA_V1_2108267)) 1089$(eval $(call add_define,ERRATA_V1_2108267)) 1090 1091# Process ERRATA_V1_2216392 flag 1092$(eval $(call assert_boolean,ERRATA_V1_2216392)) 1093$(eval $(call add_define,ERRATA_V1_2216392)) 1094 1095# Process ERRATA_V1_2294912 flag 1096$(eval $(call assert_boolean,ERRATA_V1_2294912)) 1097$(eval $(call add_define,ERRATA_V1_2294912)) 1098 1099# Process ERRATA_V1_2372203 flag 1100$(eval $(call assert_boolean,ERRATA_V1_2372203)) 1101$(eval $(call add_define,ERRATA_V1_2372203)) 1102 1103# Process ERRATA_A710_1987031 flag 1104$(eval $(call assert_boolean,ERRATA_A710_1987031)) 1105$(eval $(call add_define,ERRATA_A710_1987031)) 1106 1107# Process ERRATA_A710_2081180 flag 1108$(eval $(call assert_boolean,ERRATA_A710_2081180)) 1109$(eval $(call add_define,ERRATA_A710_2081180)) 1110 1111# Process ERRATA_A710_2083908 flag 1112$(eval $(call assert_boolean,ERRATA_A710_2083908)) 1113$(eval $(call add_define,ERRATA_A710_2083908)) 1114 1115# Process ERRATA_A710_2058056 flag 1116$(eval $(call assert_boolean,ERRATA_A710_2058056)) 1117$(eval $(call add_define,ERRATA_A710_2058056)) 1118 1119# Process ERRATA_A710_2055002 flag 1120$(eval $(call assert_boolean,ERRATA_A710_2055002)) 1121$(eval $(call add_define,ERRATA_A710_2055002)) 1122 1123# Process ERRATA_A710_2017096 flag 1124$(eval $(call assert_boolean,ERRATA_A710_2017096)) 1125$(eval $(call add_define,ERRATA_A710_2017096)) 1126 1127# Process ERRATA_A710_2267065 flag 1128$(eval $(call assert_boolean,ERRATA_A710_2267065)) 1129$(eval $(call add_define,ERRATA_A710_2267065)) 1130 1131# Process ERRATA_A710_2136059 flag 1132$(eval $(call assert_boolean,ERRATA_A710_2136059)) 1133$(eval $(call add_define,ERRATA_A710_2136059)) 1134 1135# Process ERRATA_A710_2147715 flag 1136$(eval $(call assert_boolean,ERRATA_A710_2147715)) 1137$(eval $(call add_define,ERRATA_A710_2147715)) 1138 1139# Process ERRATA_A710_2216384 flag 1140$(eval $(call assert_boolean,ERRATA_A710_2216384)) 1141$(eval $(call add_define,ERRATA_A710_2216384)) 1142 1143# Process ERRATA_A710_2282622 flag 1144$(eval $(call assert_boolean,ERRATA_A710_2282622)) 1145$(eval $(call add_define,ERRATA_A710_2282622)) 1146 1147# Process ERRATA_A710_2008768 flag 1148$(eval $(call assert_boolean,ERRATA_A710_2008768)) 1149$(eval $(call add_define,ERRATA_A710_2008768)) 1150 1151# Process ERRATA_A710_2371105 flag 1152$(eval $(call assert_boolean,ERRATA_A710_2371105)) 1153$(eval $(call add_define,ERRATA_A710_2371105)) 1154 1155# Process ERRATA_N2_2067956 flag 1156$(eval $(call assert_boolean,ERRATA_N2_2067956)) 1157$(eval $(call add_define,ERRATA_N2_2067956)) 1158 1159# Process ERRATA_N2_2025414 flag 1160$(eval $(call assert_boolean,ERRATA_N2_2025414)) 1161$(eval $(call add_define,ERRATA_N2_2025414)) 1162 1163# Process ERRATA_N2_2189731 flag 1164$(eval $(call assert_boolean,ERRATA_N2_2189731)) 1165$(eval $(call add_define,ERRATA_N2_2189731)) 1166 1167# Process ERRATA_N2_2138956 flag 1168$(eval $(call assert_boolean,ERRATA_N2_2138956)) 1169$(eval $(call add_define,ERRATA_N2_2138956)) 1170 1171# Process ERRATA_N2_2138953 flag 1172$(eval $(call assert_boolean,ERRATA_N2_2138953)) 1173$(eval $(call add_define,ERRATA_N2_2138953)) 1174 1175# Process ERRATA_N2_2242415 flag 1176$(eval $(call assert_boolean,ERRATA_N2_2242415)) 1177$(eval $(call add_define,ERRATA_N2_2242415)) 1178 1179# Process ERRATA_N2_2138958 flag 1180$(eval $(call assert_boolean,ERRATA_N2_2138958)) 1181$(eval $(call add_define,ERRATA_N2_2138958)) 1182 1183# Process ERRATA_N2_2242400 flag 1184$(eval $(call assert_boolean,ERRATA_N2_2242400)) 1185$(eval $(call add_define,ERRATA_N2_2242400)) 1186 1187# Process ERRATA_N2_2280757 flag 1188$(eval $(call assert_boolean,ERRATA_N2_2280757)) 1189$(eval $(call add_define,ERRATA_N2_2280757)) 1190 1191# Process ERRATA_N2_2376738 flag 1192$(eval $(call assert_boolean,ERRATA_N2_2376738)) 1193$(eval $(call add_define,ERRATA_N2_2376738)) 1194 1195# Process ERRATA_N2_2388450 flag 1196$(eval $(call assert_boolean,ERRATA_N2_2388450)) 1197$(eval $(call add_define,ERRATA_N2_2388450)) 1198 1199# Process ERRATA_X2_2002765 flag 1200$(eval $(call assert_boolean,ERRATA_X2_2002765)) 1201$(eval $(call add_define,ERRATA_X2_2002765)) 1202 1203# Process ERRATA_X2_2058056 flag 1204$(eval $(call assert_boolean,ERRATA_X2_2058056)) 1205$(eval $(call add_define,ERRATA_X2_2058056)) 1206 1207# Process ERRATA_X2_2083908 flag 1208$(eval $(call assert_boolean,ERRATA_X2_2083908)) 1209$(eval $(call add_define,ERRATA_X2_2083908)) 1210 1211# Process ERRATA_X2_2017096 flag 1212$(eval $(call assert_boolean,ERRATA_X2_2017096)) 1213$(eval $(call add_define,ERRATA_X2_2017096)) 1214 1215# Process ERRATA_X2_2081180 flag 1216$(eval $(call assert_boolean,ERRATA_X2_2081180)) 1217$(eval $(call add_define,ERRATA_X2_2081180)) 1218 1219# Process ERRATA_X2_2216384 flag 1220$(eval $(call assert_boolean,ERRATA_X2_2216384)) 1221$(eval $(call add_define,ERRATA_X2_2216384)) 1222 1223# Process ERRATA_X2_2147715 flag 1224$(eval $(call assert_boolean,ERRATA_X2_2147715)) 1225$(eval $(call add_define,ERRATA_X2_2147715)) 1226 1227# Process ERRATA_X2_2371105 flag 1228$(eval $(call assert_boolean,ERRATA_X2_2371105)) 1229$(eval $(call add_define,ERRATA_X2_2371105)) 1230 1231# Process ERRATA_A510_1922240 flag 1232$(eval $(call assert_boolean,ERRATA_A510_1922240)) 1233$(eval $(call add_define,ERRATA_A510_1922240)) 1234 1235# Process ERRATA_A510_2288014 flag 1236$(eval $(call assert_boolean,ERRATA_A510_2288014)) 1237$(eval $(call add_define,ERRATA_A510_2288014)) 1238 1239# Process ERRATA_A510_2042739 flag 1240$(eval $(call assert_boolean,ERRATA_A510_2042739)) 1241$(eval $(call add_define,ERRATA_A510_2042739)) 1242 1243# Process ERRATA_A510_2041909 flag 1244$(eval $(call assert_boolean,ERRATA_A510_2041909)) 1245$(eval $(call add_define,ERRATA_A510_2041909)) 1246 1247# Process ERRATA_A510_2250311 flag 1248$(eval $(call assert_boolean,ERRATA_A510_2250311)) 1249$(eval $(call add_define,ERRATA_A510_2250311)) 1250 1251# Process ERRATA_A510_2218950 flag 1252$(eval $(call assert_boolean,ERRATA_A510_2218950)) 1253$(eval $(call add_define,ERRATA_A510_2218950)) 1254 1255# Process ERRATA_A510_2172148 flag 1256$(eval $(call assert_boolean,ERRATA_A510_2172148)) 1257$(eval $(call add_define,ERRATA_A510_2172148)) 1258 1259# Process ERRATA_A510_2347730 flag 1260$(eval $(call assert_boolean,ERRATA_A510_2347730)) 1261$(eval $(call add_define,ERRATA_A510_2347730)) 1262 1263# Process ERRATA_A510_2371937 flag 1264$(eval $(call assert_boolean,ERRATA_A510_2371937)) 1265$(eval $(call add_define,ERRATA_A510_2371937)) 1266 1267# Process ERRATA_DSU_798953 flag 1268$(eval $(call assert_boolean,ERRATA_DSU_798953)) 1269$(eval $(call add_define,ERRATA_DSU_798953)) 1270 1271# Process ERRATA_DSU_936184 flag 1272$(eval $(call assert_boolean,ERRATA_DSU_936184)) 1273$(eval $(call add_define,ERRATA_DSU_936184)) 1274 1275# Process ERRATA_DSU_2313941 flag 1276$(eval $(call assert_boolean,ERRATA_DSU_2313941)) 1277$(eval $(call add_define,ERRATA_DSU_2313941)) 1278 1279# Errata build flags 1280ifneq (${ERRATA_A53_843419},0) 1281TF_LDFLAGS_aarch64 += --fix-cortex-a53-843419 1282endif 1283 1284ifneq (${ERRATA_A53_835769},0) 1285TF_CFLAGS_aarch64 += -mfix-cortex-a53-835769 1286TF_LDFLAGS_aarch64 += --fix-cortex-a53-835769 1287endif 1288 1289ifneq ($(filter 1,${ERRATA_A53_1530924} ${ERRATA_A55_1530923} \ 1290 ${ERRATA_A57_1319537} ${ERRATA_A72_1319367} ${ERRATA_A76_1165522}),) 1291ERRATA_SPECULATIVE_AT := 1 1292else 1293ERRATA_SPECULATIVE_AT := 0 1294endif 1295