Make enablement of the MMU more flexible
authorAchin Gupta <achin.gupta@arm.com>
Thu, 26 Jun 2014 07:59:07 +0000 (08:59 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Sat, 19 Jul 2014 22:31:52 +0000 (23:31 +0100)
commitafff8cbdd816ca9b0d71ab54882ce70b21ed84e1
tree45cd0afb3cdcc7db4fd42669e0430a57fa396768
parent754a2b7a092d3cf81767f1b5a6ab61531792e45f
Make enablement of the MMU more flexible

This patch adds a 'flags' parameter to each exception level specific function
responsible for enabling the MMU. At present only a single flag which indicates
whether the data cache should also be enabled is implemented. Subsequent patches
will use this flag when enabling the MMU in the warm boot paths.

Change-Id: I0eafae1e678c9ecc604e680851093f1680e9cefa
include/lib/aarch64/xlat_tables.h
include/plat/common/platform.h
lib/aarch64/xlat_tables.c
plat/common/aarch64/plat_common.c
plat/fvp/aarch64/fvp_common.c
services/std_svc/psci/psci_afflvl_on.c