xlat v2: Remove IMAGE_EL define
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 12 Jul 2018 14:43:07 +0000 (15:43 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 13 Jul 2018 13:02:43 +0000 (14:02 +0100)
commitaa1d5f60474ae0508b2953c72148c176c08d9cfe
tree8f2220d56de4a04be2dcf2bd3a3af9111bf915f5
parent8d164bc6fb82374dfd87bac74269316f6ad7dfc5
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>
include/lib/xlat_tables/xlat_tables_v2.h
include/lib/xlat_tables/xlat_tables_v2_helpers.h
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
lib/xlat_tables_v2/xlat_tables_context.c
lib/xlat_tables_v2/xlat_tables_private.h