arm-trusted-firmware/bl2
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 feat(debug): add helpers for aborts on AARCH32 2022-10-03 14:42:40 +02:00
aarch64 feat(rme): run BL2 in root world when FEAT_RME is enabled 2021-10-04 21:13:20 +02:00
bl2.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
bl2.mk refactor(cpus): convert print_errata_status to C 2023-05-30 09:31:15 +01:00
bl2_el3.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
bl2_image_load_v2.c fix(bl2): correct messages with image_id 2022-02-15 18:09:51 +01:00
bl2_main.c refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
bl2_private.h Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00