Files
Boyan KaratotevandVarun Wadekar 49d12009b6 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
(cherry picked from commit 007433d8cf)
2023-09-12 08:54:55 +00:00
..
2022-01-19 15:13:18 +01:00
2022-02-15 18:09:51 +01:00
2022-08-16 15:58:22 +02:00