arm-trusted-firmware/plat/arm/board/arm_fpga
Boyan Karatotev b62673c645 refactor(cpus): register DSU errata with the errata framework's wrappers
The existing DSU errata workarounds hijack the errata framework's inner
workings to register with it. However, that is undesirable as any change
to the framework may end up missing these workarounds. So convert the
checks and workarounds to macros and have them included with the
standard wrappers.

The only problem with this is the is_scu_present_in_dsu weak function.
Fortunately, it is only needed for 2 of the errata and only on 3 cores.
So drop it, assuming the default behaviour and have the callers handle
the exception.

Change-Id: Iefa36325804ea093e938f867b9a6f49a6984b8ae
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-02-20 17:28:17 +00:00
..
aarch64 arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
include fix(arm_fpga): limit BL31 memory usage 2021-09-03 14:14:02 +01:00
build_axf.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
fpga_bl31_setup.c fix(fpga): include missing header file 2023-03-23 13:25:41 +00:00
fpga_console.c arm_fpga: Read UART address from DT 2020-05-05 15:36:51 +01:00
fpga_def.h fix(arm_fpga): halve number of PEs per core 2024-02-02 20:06:28 +00:00
fpga_gicv3.c feat(arm_fpga): add ITS autodetection 2021-11-04 15:58:34 +00:00
fpga_pm.c Fix coverity defects found on the FPGA port. 2020-04-02 14:11:12 +01:00
fpga_private.h feat(arm_fpga): add ITS autodetection 2021-11-04 15:58:34 +00:00
fpga_topology.c arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
kernel_trampoline.S feat(arm_fpga): add kernel trampoline 2021-10-04 13:26:58 +02:00
platform.mk refactor(cpus): register DSU errata with the errata framework's wrappers 2025-02-20 17:28:17 +00:00
rom_trampoline.S arm_fpga: Add ROM trampoline 2020-09-29 13:28:25 +01:00