arm-trusted-firmware/include/lib/xlat_tables
Antonio Nino Diaz aa1d5f6047 xlat v2: Remove IMAGE_EL define
The Exception Level is now detected at runtime. This means that it is not
needed to hardcode the EL used by each image.

This doesn't result in a substantial increase of the image size because
the initialization functions that aren't used are garbage-collected by
the linker.

In AArch32 the current EL has been changed from EL3 to EL1 because the
the AArch32 PL1&0 translation regime behaves more like the AArch64 EL1&0
translation regime than the EL3 one.

Change-Id: I941404299ebe7666ca17619207c923b49a55cb73
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-07-13 14:02:43 +01:00
..
aarch32 Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
aarch64 Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
xlat_mmu_helpers.h xlat v2: Split MMU setup and enable 2018-06-27 11:31:30 +01:00
xlat_tables.h xlat: Remove mmap_attr_t enum type 2018-06-22 08:36:21 +01:00
xlat_tables_arch.h xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE 2018-05-09 11:36:10 +01:00
xlat_tables_defs.h xlat: Set AP[1] to 1 when it is RES1 2018-04-26 12:59:08 +01:00
xlat_tables_v2.h xlat v2: Remove IMAGE_EL define 2018-07-13 14:02:43 +01:00
xlat_tables_v2_helpers.h xlat v2: Remove IMAGE_EL define 2018-07-13 14:02:43 +01:00