diff options
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | 2019-08-20 09:31:16 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-08-20 09:31:16 +0000 |
commit | 75cfba10fc5b1b7190c3e47cb0ce7d130a160c72 (patch) | |
tree | 8706e2fe324da319341bbe55cd4cbc08c8bd83bd /lib | |
parent | 64690e06ec9e97653daa862a4d8cfabafe4ccf21 (diff) | |
parent | a33ec1e75a03074ea9abcb2d0bf878da6beab5e4 (diff) |
Merge "Fix for N1 1043202 Errata Workaround" into integration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cpus/aarch64/neoverse_n1.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpus/aarch64/neoverse_n1.S b/lib/cpus/aarch64/neoverse_n1.S index b143a2e7..31e7a3a7 100644 --- a/lib/cpus/aarch64/neoverse_n1.S +++ b/lib/cpus/aarch64/neoverse_n1.S @@ -43,6 +43,7 @@ func errata_n1_1043202_wa msr CPUPMR_EL3, x0 ldr x0, =0x800200071 msr CPUPCR_EL3, x0 + isb 1: ret x17 endfunc errata_n1_1043202_wa |