arm-trusted-firmware/include/lib/cpus/aarch64
Julius Werner d5dfdeb65f Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.

All common C compilers predefine a macro called __ASSEMBLER__ when
preprocessing a .S file. There is no reason for TF-A to define it's own
__ASSEMBLY__ macro for this purpose instead. To unify code with the
export headers (which use __ASSEMBLER__ to avoid one extra dependency),
let's deprecate __ASSEMBLY__ and switch the code base over to the
predefined standard.

Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417
Signed-off-by: Julius Werner <jwerner@chromium.org>
2019-08-01 13:14:12 -07:00
..
aem_generic.h cpus: Add casts to all definitions in CPU headers 2019-02-11 13:34:57 +00:00
cortex_a35.h Cortex-A35: Implement workaround for errata 855472 2019-04-17 13:46:43 +01:00
cortex_a53.h cpus: Add casts to all definitions in CPU headers 2019-02-11 13:34:57 +00:00
cortex_a55.h Cortex-A55: workarounds for errata 1221012 2019-05-28 14:19:04 +01:00
cortex_a57.h Cortex-A57: Implement workaround for erratum 814670 2019-02-28 09:56:58 +00:00
cortex_a72.h cpus: Add casts to all definitions in CPU headers 2019-02-11 13:34:57 +00:00
cortex_a73.h Cortex-A73: Implement workaround for errata 852427 2019-02-28 12:01:13 +00:00
cortex_a75.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
cortex_a76.h Cortex-A76: workarounds for errata 1257314, 1262606, 1262888, 1275112 2019-05-07 13:46:47 +01:00
cortex_a76ae.h Add support for Cortex-A76AE CPU 2019-04-08 14:48:55 +01:00
cortex_a77.h Rename Cortex-Deimos to Cortex-A77 2019-07-10 12:14:20 +02:00
cortex_hercules.h Enable AMU for Cortex-Hercules 2019-07-31 15:04:03 +00:00
cpu_macros.S Update macro to check need for CVE-2017-5715 mitigation 2019-02-14 14:43:43 +00:00
cpuamu.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
denver.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
dsu_def.h DSU: Implement workaround for errata 798953 2019-04-17 13:46:43 +01:00
neoverse_e1.h Fix wrong MIDR_EL1 value for Neoverse E1 2019-03-15 15:40:27 +00:00
neoverse_n1.h Workaround for Neoverse N1 erratum 1262888 2019-07-02 09:17:17 -05:00
neoverse_zeus.h Introduce preliminary support for Neoverse Zeus 2019-03-14 11:39:40 +00:00