mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +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 |
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
cpu_ops.h | ||
errata_report.h | ||
wa_cve_2017_5715.h | ||
wa_cve_2018_3639.h | ||
wa_cve_2022_23960.h |