arm-trusted-firmware/lib/xlat_tables_v2
Antonio Nino Diaz 6563c0beb8 xlat v2: Turn MMU parameters into 64-bit values
Most registers are 64-bit wide, even in AArch32 mode:

- MAIR_ELx is equivalent to MAIR0 and MAIR1.
- TTBR is 64 bit in both AArch64 and AArch32.

The only difference is the TCR register, which is 32 bit in AArch32 and
in EL3 in AArch64. For consistency with the rest of ELs in AArch64, it
makes sense to also have it as a 64-bit value.

Change-Id: I2274d66a28876702e7085df5f8aad0e7ec139da9
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-07-13 14:02:43 +01:00
..
aarch32 xlat v2: Turn MMU parameters into 64-bit values 2018-07-13 14:02:43 +01:00
aarch64 xlat v2: Turn MMU parameters into 64-bit values 2018-07-13 14:02:43 +01:00
xlat_tables.mk xlat v2: Remove architectural headers 2018-07-13 14:02:43 +01:00
xlat_tables_context.c xlat v2: Remove IMAGE_EL define 2018-07-13 14:02:43 +01:00
xlat_tables_core.c xlat v2: Remove unused tlbi helper 2018-07-13 14:02:43 +01:00
xlat_tables_private.h xlat v2: Remove IMAGE_EL define 2018-07-13 14:02:43 +01:00
xlat_tables_utils.c xlat v2: Remove unused tlbi helper 2018-07-13 14:02:43 +01:00