arm-trusted-firmware/include/lib/cpus
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
..
aarch32 refactor(cpus): remove cpu specific errata funcs 2024-07-26 11:19:52 +01:00
aarch64 refactor(cpus): register DSU errata with the errata framework's wrappers 2025-02-20 17:28:17 +00:00
cpu_ops.h fix(security): add support in cpu_ops for CVE-2024-7881 2025-01-30 16:45:35 -06:00
errata.h fix(cpus): workaround for accessing ICH_VMCR_EL2 2025-02-03 10:14:09 -06:00
wa_cve_2017_5715.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
wa_cve_2018_3639.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
wa_cve_2022_23960.h chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00