arm-trusted-firmware/include/lib/cpus/aarch32
Soby Mathew 12af5ed4fb Make errata reporting mandatory for CPU files
Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-10-29 09:54:32 +00:00
..
aem_generic.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a5.h ARMv7: introduce Cortex-A5 2017-11-08 13:49:45 +01:00
cortex_a7.h ARMv7: introduce Cortex-A7 2017-11-08 13:49:49 +01:00
cortex_a9.h ARMv7: introduce Cortex-A9 2017-11-08 13:49:43 +01:00
cortex_a12.h ARMv7: introduce Cortex-A12 2017-11-08 13:49:55 +01:00
cortex_a15.h Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 2018-01-18 10:36:25 +00:00
cortex_a17.h ARMv7: introduce Cortex-A17 2017-11-08 13:49:52 +01:00
cortex_a32.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a53.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
cortex_a57.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
cortex_a72.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
cpu_macros.S Make errata reporting mandatory for CPU files 2018-10-29 09:54:32 +00:00