arm-trusted-firmware/include/lib/xlat_tables
Antonio Nino Diaz 03987d01e9 xlat: Fix compatibility between v1 and v2
There are several platforms using arm_setup_page_tables(), which is
supposed to be Arm platform only. This creates several dependency
problems between platforms.

This patch adds the definition XLAT_TABLES_LIB_V2 to the xlat tables lib
v2 makefile. This way it is possible to detect from C code which version
is being used and include the correct header.

The file arm_xlat_tables.h has been renamed to xlat_tables_compat.h and
moved to a common folder. This way, when in doubt, this header can be
used to guarantee compatibility, as it includes the correct header based
on XLAT_TABLES_LIB_V2.

This patch also removes the usage of ARM_XLAT_TABLES_V1 from QEMU (so
that is now locked in xlat lib v2) and ZynqMP (where it was added as a
workaround).

Change-Id: Ie1e22a23b44c549603d1402a237a70d0120d3e04
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-10-26 14:55:30 +01:00
..
aarch32 xlat: Fix MISRA defects 2018-07-30 09:30:15 +01:00
aarch64 xlat: Fix MISRA defects 2018-07-30 09:30:15 +01:00
xlat_mmu_helpers.h xlat: Remove deprecated interfaces 2018-09-28 15:31:53 +01:00
xlat_tables.h xlat: Remove deprecated interfaces 2018-09-28 15:31:53 +01:00
xlat_tables_arch.h xlat: Fix MISRA defects 2018-07-30 09:30:15 +01:00
xlat_tables_compat.h xlat: Fix compatibility between v1 and v2 2018-10-26 14:55:30 +01:00
xlat_tables_defs.h xlat: Fix MISRA defects 2018-07-30 09:30:15 +01:00
xlat_tables_v2.h xlat: Remove deprecated interfaces 2018-09-28 15:31:53 +01:00
xlat_tables_v2_helpers.h xlat: Use bool instead of int 2018-08-02 15:08:18 +01:00