mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
Fix for N1 1043202 Errata Workaround
ISB instruction was removed from the N1 1043202 Errata Workaround [1], this fix is adding the ISB instruction back in. [1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.pjdoc-466751330-10325/index.html Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com> Change-Id: I74eac7f6ad38991c36d423ad6aa44558033ad388
This commit is contained in:
parent
d1b6013d84
commit
a33ec1e75a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue