aarch32: Apply workaround for errata 813419 of Cortex-A57
TLBI instructions for monitor mode won't have the desired effect under
specific circumstances in Cortex-A57 r0p0. The workaround is to
execute DSB and TLBI twice each time.

Even though this errata is only needed in r0p0, the current errata
framework is not prepared to apply run-time workarounds. The current one
is always applied if compiled in, regardless of the CPU or its revision.

The `DSB` instruction used when initializing the translation tables has
been changed to `DSB ISH` as an optimization and to be consistent with
the barriers used for the workaround.

NOTE: This workaround is present in AArch64 TF and already enabled by
default on Juno.

Change-Id: I10b0baa304ed64b13b7b26ea766e61461e759dfa
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
1 parent e036660 commit 6f512a3dfd61662dbdae4912fb6a320ae4d754d5
@Dimitris Papastamos Dimitris Papastamos authored on 20 Jun 2017
Showing 3 changed files
View
include/lib/aarch32/arch_helpers.h
View
lib/xlat_tables/aarch32/xlat_tables.c
View
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c