xlat v2: Turn MMU parameters into 64-bit values
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 12 Jul 2018 14:44:42 +0000 (15:44 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 13 Jul 2018 13:02:43 +0000 (14:02 +0100)
commit6563c0beb8b64168debba5e6ea40719fc810796c
treeda3c952e7af7f08c6d6a7d41693a6cd84926bcc2
parentaa1d5f60474ae0508b2953c72148c176c08d9cfe
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>
include/lib/xlat_tables/xlat_tables_v2_helpers.h
lib/xlat_tables_v2/aarch32/enable_mmu.S
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
lib/xlat_tables_v2/aarch64/enable_mmu.S
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c