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 <antonio.ninodiaz@arm.com>
1 parent 8ae41ae commit 1a92a0e00a5093c4b46a55b1eadb48187688caf7
@Antonio Nino Diaz Antonio Nino Diaz authored on 7 Aug 2018
Showing 15 changed files
View
bl1/aarch32/bl1_exceptions.S
View
include/lib/aarch32/arch.h
View
include/lib/aarch32/arch_helpers.h
View
include/lib/aarch64/arch.h
View
include/lib/xlat_tables/xlat_mmu_helpers.h
View
include/lib/xlat_tables/xlat_tables_v2.h
View
lib/xlat_tables/aarch32/xlat_tables.c
View
lib/xlat_tables_v2/aarch32/enable_mmu.S
View
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
View
lib/xlat_tables_v2/aarch64/enable_mmu.S
View
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
View
lib/xlat_tables_v2/xlat_tables_context.c
View
lib/xlat_tables_v2/xlat_tables_core.c
View
lib/xlat_tables_v2/xlat_tables_utils.c
View
plat/common/aarch32/plat_common.c