arm-trusted-firmware/plat/xilinx/zynqmp
Siva Durga Prasad Paladugu e8fae4bc64 zynqmp: Define and enable ARM_XLAT_TABLES_LIB_V1
Enable ARM_XLAT_TABLES_LIB_V1 as ZynqMP is using
v1 library of translation tables.

With upstream patch d323af9e3d,
the usage of MAP_REGION_FLAT is referring to definition in file
include/lib/xlat_tables/xlat_tables_v2.h but while preparing
xlat tables in lib/xlat_tables/xlat_tables_common.c it is referring
to include/lib/xlat_tables/xlat_tables.h which is v1 xlat tables.
Also, ZynqMP was using v1 so defined ARM_XLAT_TABLES_LIB_V1 to
use v1 xlat tables everywhere.
This fixes the issue of xlat tables failures as it takes v2
library mmap_region structure in some files and v1 in other
files.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
2018-09-04 18:33:02 +05:30
..
aarch64 zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
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 zynqmp: Add ATF support for Data blob encryption and decryption 2018-09-04 18:05:50 +05:30
tsp Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +01:00
bl31_zynqmp_setup.c Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +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 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform.mk zynqmp: Define and enable ARM_XLAT_TABLES_LIB_V1 2018-09-04 18:33:02 +05:30
sip_svc_setup.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
zynqmp_def.h zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
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: Add wdt timeout restart functionality 2018-05-17 15:19:26 +05:30