arm-trusted-firmware/bl1/aarch32
Antonio Nino Diaz 1a92a0e00a 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>
2018-08-10 13:47:11 +01:00
..
bl1_arch_setup.c bl1: include bl1_private.h in aarch* files 2017-06-23 09:38:06 +02:00
bl1_context_mgmt.c Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
bl1_entrypoint.S Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
bl1_exceptions.S xlat v2: Support the EL2 translation regime 2018-08-10 13:47:11 +01:00