mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
![]() 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 |
||
---|---|---|
.. | ||
aem_generic.S | ||
cortex_a5.S | ||
cortex_a7.S | ||
cortex_a9.S | ||
cortex_a12.S | ||
cortex_a15.S | ||
cortex_a17.S | ||
cortex_a32.S | ||
cortex_a53.S | ||
cortex_a57.S | ||
cortex_a72.S | ||
cpu_helpers.S |