From 7bb01fb29af23fe63f97d4c94827274feee5baf1 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Wed, 8 Mar 2017 14:40:23 +0000 Subject: Add version 2 of xlat tables library The folder lib/xlat_tables_v2 has been created to store a new version of the translation tables library for further modifications in patches to follow. At the moment it only contains a basic implementation that supports static regions. This library allows different translation tables to be modified by using different 'contexts'. For now, the implementation defaults to the translation tables used by the current image, but it is possible to modify other tables than the ones in use. Added a new API to print debug information for the current state of the translation tables, rather than printing the information while the tables are being created. This allows subsequent debug printing of the xlat tables after they have been changed, which will be useful when dynamic regions are implemented in a patch to follow. The common definitions stored in `xlat_tables.h` header have been moved to a new file common to both versions, `xlat_tables_defs.h`. All headers related to the translation tables library have been moved to a the subfolder `xlat_tables`. Change-Id: Ia55962c33e0b781831d43a548e505206dffc5ea9 Signed-off-by: Antonio Nino Diaz --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f900db3..4ccb3d78 100644 --- a/Makefile +++ b/Makefile @@ -186,6 +186,7 @@ INCLUDES += -Iinclude/bl1 \ -Iinclude/lib/el3_runtime/${ARCH} \ -Iinclude/lib/pmf \ -Iinclude/lib/psci \ + -Iinclude/lib/xlat_tables \ -Iinclude/plat/common \ -Iinclude/services \ ${PLAT_INCLUDES} \ -- cgit v1.2.3