From 1a92a0e00a5093c4b46a55b1eadb48187688caf7 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 7 Aug 2018 19:59:49 +0100 Subject: xlat v2: Support the EL2 translation regime The translation library is useful elsewhere. Even though this repository doesn't exercise the EL2 support of the library, it is better to have it here as well to make it easier to maintain. enable_mmu_secure() and enable_mmu_direct() have been deprecated. The functions are still present, but they are behind ERROR_DEPRECATED and they call the new functions enable_mmu_svc_mon() and enable_mmu_direct_svc_mon(). Change-Id: I13ad10cd048d9cc2d55e0fff9a5133671b67dcba Signed-off-by: Antonio Nino Diaz --- bl1/aarch32/bl1_exceptions.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl1') diff --git a/bl1/aarch32/bl1_exceptions.S b/bl1/aarch32/bl1_exceptions.S index 15405424..9b001a96 100644 --- a/bl1/aarch32/bl1_exceptions.S +++ b/bl1/aarch32/bl1_exceptions.S @@ -116,7 +116,7 @@ func smc_handler /* Turn on the MMU */ mov r0, #DISABLE_DCACHE - bl enable_mmu_secure + bl enable_mmu_svc_mon /* Enable the data cache. */ ldcopr r9, SCTLR -- cgit v1.2.3