arm-trusted-firmware/include/lib/cpus/aarch32
Ryan Everett 1c20f05c5a refactor(cpus): directly invoke errata reporter
In all non-trivial cases the CPU specific errata functions
already call generic_errata_report, this cuts out the middleman
by directly calling generic_errata_report from
print_errata_status.

The CPU specific errata functions (cpu_ops->errata_func)
can now be removed from all cores, and this field can be
removed from cpu_ops.

Also removes the now unused old errata reporting
function and macros.

Change-Id: Ie4a4fd60429aca37cf434e79c0ce2992a5ff5d68
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
2024-07-26 11:19:52 +01:00
..
aem_generic.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a5.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a7.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a9.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a12.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a15.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a17.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a32.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a53.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a57.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cortex_a72.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
cpu_macros.S refactor(cpus): directly invoke errata reporter 2024-07-26 11:19:52 +01:00