arm-trusted-firmware/lib/xlat_tables_v2
Sandrine Bailleux 99f6079891 xlat lib v2: Remove init_xlat_tables_arch() function
In both the AArch32 and AArch64 versions, this function used to check
the sanity of the PLAT_PHY_ADDR_SPACE_SIZE in regard to the
architectural maximum value. Instead, export the
xlat_arch_get_max_supported_pa() function and move the debug
assertion in AArch-agnostic code.

The AArch64 used to also precalculate the TCR.PS field value, based
on the size of the physical address space. This is now done directly
by enable_mmu_arch(), which now receives the physical address space size
in argument.

Change-Id: Ie77ea92eb06db586f28784fdb479c6e27dd1acc1
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2017-07-26 09:28:23 +01:00
..
aarch32 xlat lib v2: Remove init_xlat_tables_arch() function 2017-07-26 09:28:23 +01:00
aarch64 xlat lib v2: Remove init_xlat_tables_arch() function 2017-07-26 09:28:23 +01:00
xlat_tables.mk xlat lib v2: Expose *_ctx() APIs 2017-07-26 09:20:05 +01:00
xlat_tables_internal.c xlat lib v2: Remove init_xlat_tables_arch() function 2017-07-26 09:28:23 +01:00
xlat_tables_private.h xlat lib v2: Remove init_xlat_tables_arch() function 2017-07-26 09:28:23 +01:00