Workaround for Neoverse N1 erratum 1073348
authorlauwal01 <lauren.wehrmeister@arm.com>
Mon, 24 Jun 2019 16:23:50 +0000 (11:23 -0500)
committerlauwal01 <lauren.wehrmeister@arm.com>
Tue, 2 Jul 2019 14:13:31 +0000 (09:13 -0500)
commita601afe1585e8d53afb7c1ea87d0ba7a5bb85bd3
tree2136ae3823d11d40f1304965245e73d5f3355651
parentb73d296d747663ecd31caf30ddcebf4a99f39abf
Workaround for Neoverse N1 erratum 1073348

Neoverse N1 erratum 1073348 is a Cat B erratum [1],
present in older revisions of the Neoverse N1 processor core.
The workaround is to set a bit in the implementation defined
CPUACTLR_EL1 system register, which disables static prediction.

[1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.pjdoc-466751330-10325/index.html

Change-Id: I674126c0af6e068eecb379a190bcf7c75dcbca8e
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
docs/design/cpu-specific-build-macros.rst
include/lib/cpus/aarch64/neoverse_n1.h
lib/cpus/aarch64/neoverse_n1.S
lib/cpus/cpu-ops.mk