ARM platforms: Add option to use xlat tables lib v1
ARM platforms have migrated to the translation tables library v2.
However, for testing purposes, it can be useful to temporarily switch
back to the old version.

This patch introduces the option `ARM_XLAT_TABLES_LIB_V1`, that switches
to v1 of the library when is set to 1. By default, it is 0, so that ARM
platforms use the new version unless specifically stated.

Updated User Guide.

Change-Id: I53d3c8dd97706f6af9c6fca0364a88ef341efd31
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 3d21c94 commit 3b211ff5712c104cc92fd2270aac99a02d57961e
@Antonio Nino Diaz Antonio Nino Diaz authored on 11 Apr 2017
Showing 7 changed files
View
docs/user-guide.md
View
include/plat/arm/board/common/v2m_def.h
View
include/plat/arm/common/arm_xlat_tables.h 0 → 100644
View
include/plat/arm/common/plat_arm.h
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_common.c
View
plat/arm/common/arm_common.mk