arm-trusted-firmware/include/lib/cpus
Boyan Karatotev dd9fae1ce0 refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls
into other C functions. The Aarch differences are minimal and are hidden
by the pre-existing headers. Converting it results into cleaner code
that is the same across both Aarch64 and Aarch32.

To avoid having to do very ugly pointer arithmetic, define a C struct
for the cpu_ops for both Aarch64 and Aarch32.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
2023-05-30 09:31:15 +01:00
..
aarch32 refactor(cpus): rename errata_report.h to errata.h 2023-05-30 09:31:15 +01:00
aarch64 refactor(cpus): rename errata_report.h to errata.h 2023-05-30 09:31:15 +01:00
cpu_ops.h refactor(cpus): convert print_errata_status to C 2023-05-30 09:31:15 +01:00
errata.h refactor(cpus): convert print_errata_status to C 2023-05-30 09:31:15 +01:00
wa_cve_2017_5715.h Fix MISRA defects in workaround and errata framework 2018-10-29 14:41:48 +00:00
wa_cve_2018_3639.h Fix MISRA defects in workaround and errata framework 2018-10-29 14:41:48 +00:00
wa_cve_2022_23960.h fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57 2022-03-18 01:01:34 +02:00