Files
arm-trusted-firmware/drivers
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
..
2020-02-18 10:47:46 -06:00
2022-03-28 09:10:11 +02:00
2019-01-04 10:43:17 +00:00
2022-02-15 18:09:51 +01:00
2019-11-19 08:53:21 -06:00
2022-09-09 17:28:04 +01:00
2022-02-15 18:09:51 +01:00