arm-trusted-firmware/plat
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
..
allwinner PSCI: Fix types of definitions 2018-07-20 13:49:22 +01:00
arm Merge pull request #1550 from danielboulby-arm/db/weakdefs 2018-08-31 13:18:18 +01:00
common Fix MISRA defects in log helpers 2018-08-30 16:22:52 +01:00
compat Do not enable SVE on pre-v8.2 platforms 2017-11-30 17:45:23 +00:00
hisilicon libc: Use printf and snprintf across codebase 2018-08-22 10:26:05 +01:00
imx libc: Use printf and snprintf across codebase 2018-08-22 10:26:05 +01:00
layerscape Fix MISRA defects in BL31 common code 2018-08-30 09:22:33 +01:00
marvell plat: marvell: Update Marvell base code version to 18.09.1 2018-09-03 16:06:18 +03:00
mediatek PSCI: Fix types of definitions 2018-07-20 13:49:22 +01:00
nvidia/tegra libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
qemu libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
rockchip libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
rpi3 libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
socionext Fix MISRA defects in BL31 common code 2018-08-30 09:22:33 +01:00
st/stm32mp1 layerscape: stm32mp1: Migrate to enable_mmu_svc_mon() 2018-08-10 13:47:37 +01:00
ti/k3 ti: k3: common: Add basic PSCI core off support 2018-08-31 09:23:21 -05:00
xilinx/zynqmp zynqmp: Define and enable ARM_XLAT_TABLES_LIB_V1 2018-09-04 18:33:02 +05:30