commit | 4150c53b5e8b594d9b5dcae37a7714e54febac7e | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 16 13:21:42 2018 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Sep 27 17:11:12 2018 +0100 |
tree | ad2a62bd60ae154c2be2fa5c392010c7fd8cfbd1 | |
parent | 1603ef0646e832dcadfdb5c67a48f16bdb65e0f3 [diff] |
arm64: arch_timer: Add workaround for ARM erratum 1188873 When running on Cortex-A76, a timer access from an AArch32 EL0 task may end up with a corrupted value or register. The workaround for this is to trap these accesses at EL1/EL2 and execute them there. This only affects versions r0p0, r1p0 and r2p0 of the CPU. Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>