DynamIQ: Enable MMU without using stack
Having an active stack while enabling MMU has shown coherency problems.
This patch builds on top of translation library changes that introduces
MMU-enabling without using stacks.

Previously, with HW_ASSISTED_COHERENCY, data caches were disabled while
enabling MMU only because of active stack. Now that we can enable MMU
without using stack, we can enable both MMU and data caches at the same
time.

NOTE: Since this feature depends on using translation table library v2,
disallow using translation table library v1 with HW_ASSISTED_COHERENCY.

Fixes ARM-software/tf-issues#566

Change-Id: Ie55aba0c23ee9c5109eb3454cb8fa45d74f8bbb2
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
1 parent 92bec97 commit 64ee263e20611fae9ddf0ee4a8fcfeb6fbc724ae
@Jeenu Viswambharan Jeenu Viswambharan authored on 27 Apr 2018
Showing 7 changed files
View
bl31/aarch64/bl31_entrypoint.S
View
bl32/sp_min/aarch32/entrypoint.S
View
docs/porting-guide.rst
View
docs/user-guide.rst
View
lib/xlat_tables/xlat_tables_private.h
View
plat/common/aarch64/plat_common.c
View
plat/common/aarch64/platform_helpers.S