arm-trusted-firmware/plat/xilinx/zynqmp
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
..
aarch64 zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00
include PSCI: Fix types of definitions 2018-07-20 13:49:22 +01:00
ipi_mailbox_service Add Xilinx ZynqMP IPI mailbox service 2018-01-08 16:03:09 -08:00
pm_service Ensure the flow through switch statements is clear 2018-09-21 13:14:13 +01:00
tsp Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +01:00
bl31_zynqmp_setup.c Replace S-EL3 references by EL3 2018-10-10 12:11:32 +01:00
plat_psci.c xilinx: zynqmp: Remove PMU Firmware checks 2018-05-17 15:18:46 +05:30
plat_startup.c plat: zynqmp: Don't panic() if we can't find the FSBL struct 2018-05-17 15:18:32 +05:30
plat_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_zynqmp.c zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00
platform.mk xlat: Fix compatibility between v1 and v2 2018-10-26 14:55:30 +01:00
sip_svc_setup.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
zynqmp_def.h zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00
zynqmp_ipi.c zynqmp: pm_service: Make PMU IPI-1 channel unsecure 2018-05-17 15:19:02 +05:30
zynqmp_ipi.h Introduce ZynqMP IPI implementation 2018-01-08 16:03:09 -08:00
zynqmp_private.h zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00