aarch32: Apply workaround for errata 813419 of Cortex-A57
authorDimitris Papastamos <dimitris.papastamos@arm.com>
Tue, 20 Jun 2017 08:25:10 +0000 (09:25 +0100)
committerDimitris Papastamos <dimitris.papastamos@arm.com>
Thu, 22 Jun 2017 15:42:23 +0000 (16:42 +0100)
commit6f512a3dfd61662dbdae4912fb6a320ae4d754d5
treec82ac1f98b720f0a1f9239be24510e6ba592b14c
parente036660aabe4c49ef34fb154b00ecace9b91322e
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>
include/lib/aarch32/arch_helpers.h
lib/xlat_tables/aarch32/xlat_tables.c
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c