Make errata reporting mandatory for CPU files
authorSoby Mathew <soby.mathew@arm.com>
Mon, 17 Sep 2018 03:34:35 +0000 (04:34 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 29 Oct 2018 09:54:32 +0000 (09:54 +0000)
commit12af5ed4fb146d575463bd304027da5a0e6b4a68
tree78e72e95b6ffbcead3752082d2bd9ac066055e1b
parentf1722b693d363cc6a2b624d59f0442bf845baf62
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>
include/lib/cpus/aarch32/cpu_macros.S
include/lib/cpus/aarch64/cpu_macros.S
lib/cpus/aarch32/aem_generic.S
lib/cpus/aarch32/cortex_a12.S
lib/cpus/aarch32/cortex_a32.S
lib/cpus/aarch32/cortex_a5.S
lib/cpus/aarch32/cortex_a7.S
lib/cpus/aarch64/aem_generic.S
lib/cpus/aarch64/cortex_a35.S
lib/cpus/aarch64/cortex_deimos.S
lib/cpus/aarch64/cortex_helios.S