arm-trusted-firmware/include/lib
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 Remove some MISRA defects in common code 2018-10-04 15:43:52 +01:00
aarch64 AArch64: Enable lower ELs to use pointer authentication 2018-10-16 08:31:13 +01:00
cpus plat/arm: relocate the jump_if_cpu_midr macro. 2018-10-15 13:08:52 +05:30
el3_runtime context_mgmt: Remove deprecated interfaces 2018-09-28 15:31:53 +01:00
extensions libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
libc libc: Integrate strrchr in libc 2018-10-23 18:27:45 +01:00
libfdt libfdt: Import version v1.4.7 2018-10-23 18:34:40 +01:00
pmf Remove some MISRA defects in common code 2018-10-04 15:43:52 +01:00
psci PSCI: Remove deprecated file plat_psci_common.c 2018-09-28 15:31:52 +01:00
xlat_tables xlat: Fix compatibility between v1 and v2 2018-10-26 14:55:30 +01:00
zlib zlib: add gunzip() support 2018-02-02 00:18:54 +09:00
bakery_lock.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
cassert.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
coreboot.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
mmio.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
object_pool.h Introduce object pool allocator 2018-10-11 16:11:18 +02:00
optee_utils.h Add Trusted OS extra image parsing support for ARM standard platforms 2017-08-09 18:06:05 +08:00
runtime_instr.h Remove some MISRA defects in common code 2018-10-04 15:43:52 +01:00
semihosting.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
smccc.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
smccc_v1.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
smccc_v2.h Add support for the SMC Calling Convention 2.0 2018-04-23 15:43:29 +01:00
spinlock.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
utils.h Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
utils_def.h Fix misra warnings in delay timer and console drivers 2018-09-25 17:49:28 +01:00