arm-trusted-firmware/include/lib/cpus/aarch64
Boyan Karatotev 007433d8cf refactor(cpus): move cpu_ops field defines to a header
The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
2023-05-30 09:31:15 +01:00
..
a64fx.h feat(cpus): add a64fx cpu to tf-a 2022-07-07 07:17:25 +09:00
aem_generic.h
cortex_a35.h
cortex_a53.h feat(cpu/cortex_a53): add L1PCTL macro definiton for CPUACTLR_EL1 2022-01-13 18:00:46 +08:00
cortex_a55.h
cortex_a57.h
cortex_a65.h
cortex_a65ae.h
cortex_a72.h feat(ti): set snoop-delayed exclusive handling on A72 cores 2023-01-12 18:42:57 -06:00
cortex_a73.h
cortex_a75.h
cortex_a76.h fix(security): loop workaround for CVE-2022-23960 for Cortex-A76 2022-03-11 00:48:03 -06:00
cortex_a76ae.h fix(security): workaround for CVE-2022-23960 for A76AE, A78AE, A78C 2022-03-21 08:57:09 -05:00
cortex_a77.h revert(cpus): "Revert workaround for A77 erratum 1800714" 2022-10-11 09:34:05 +01:00
cortex_a78.h fix(cpus): workaround for Cortex-A78 erratum 2742426 2023-03-08 14:58:05 -06:00
cortex_a78_ae.h fix(errata): workaround for Cortex A78 AE erratum 2395408 2022-03-24 10:55:48 +00:00
cortex_a78c.h fix(cpus): workaround for Cortex-A78C erratum 1827430 2023-03-21 16:14:41 -05:00
cortex_a510.h fix(cpus): workaround for Cortex-A510 erratum 2666669 2022-10-13 16:19:50 -05:00
cortex_a710.h fix(cpus): workaround for Cortex-A710 erratum 2291219 2022-10-27 13:46:52 +01:00
cortex_blackhawk.h feat(cpus): add support for blackhawk cpu 2023-04-04 17:16:53 +02:00
cortex_chaberton.h feat(cpus): add support for chaberton cpu 2023-04-04 17:16:46 +02:00
cortex_hayes.h feat(cpu): add support for Hayes CPU 2021-09-30 19:30:39 +02:00
cortex_hunter.h fix(security): workaround for CVE-2022-23960 2022-05-11 19:05:48 +02:00
cortex_hunter_elp_arm.h feat(cpu): add library support for Hunter ELP 2022-10-07 12:44:04 +01:00
cortex_makalu.h fix(security): workaround for CVE-2022-23960 2022-05-11 19:05:48 +02:00
cortex_x1.h fix(security): workaround for CVE-2022-23960 for Cortex-X1 2022-05-11 15:24:37 +02:00
cortex_x2.h fix(errata): workaround for Cortex-X2 erratum 2371105 2022-07-21 14:26:59 -05:00
cortex_x3.h fix(cpus): workaround for Cortex-X3 erratum 2615812 2022-11-17 09:41:40 +00:00
cpu_macros.S refactor(cpus): move cpu_ops field defines to a header 2023-05-30 09:31:15 +01:00
cpuamu.h
denver.h
dsu_def.h fix(errata): workaround for DSU-110 erratum 2313941 2022-05-11 19:05:36 +02:00
generic.h fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
neoverse_e1.h
neoverse_n1.h fix(security): workaround for CVE-2022-23960 2022-03-10 23:57:14 -06:00
neoverse_n2.h fix(cpus): workaround for Neoverse-N2 erratum 2326639 2022-10-27 13:46:52 +01:00
neoverse_n_common.h
neoverse_poseidon.h fix(security): workaround for CVE-2022-23960 2022-05-11 19:05:48 +02:00
neoverse_v1.h fix(cpus): workaround for Neoverse V1 errata 2743233 2023-03-09 14:09:37 -06:00
neoverse_v2.h refactor(cpu): use the updated IP name for Demeter CPU 2022-10-03 15:31:40 +05:30
qemu_max.h
rainier.h