Workaround for Neoverse N1 erratum 1275112
authorlauwal01 <lauren.wehrmeister@arm.com>
Mon, 24 Jun 2019 16:49:01 +0000 (11:49 -0500)
committerlauwal01 <lauren.wehrmeister@arm.com>
Tue, 2 Jul 2019 14:17:19 +0000 (09:17 -0500)
commit4d8801fe5aa0d26ab3df42d31f0e7129209d301b
tree02ee9ea90f76f197dc219d6e1b3527658c645c0d
parent11c48370bd8c1dfdf5221a073a26615904c94413
Workaround for Neoverse N1 erratum 1275112

Neoverse N1 erratum 1275112 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 delays instruction fetch after
branch misprediction.

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

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