ARM platforms: Add option to use xlat tables lib v1
Antonio Nino Diaz authored
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: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
3b211ff5
Name Last commit Last update
bl1 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
bl2 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
bl2u Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
bl31 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
bl32 Add support for GCC stack protection
common Remove dead loops in assert() in C and ASM
docs ARM platforms: Add option to use xlat tables lib v1
drivers Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
fdts Fix incorrect copyright notices
include ARM platforms: Add option to use xlat tables lib v1
lib Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
make_helpers Add support for GCC stack protection
plat ARM platforms: Add option to use xlat tables lib v1
services spd: trusty: support for AARCH64 mode
tools fiptool: Embed a pointer to an image within the image descriptor
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore gitignore: ignore GNU GLOBAL tag files
Makefile Merge pull request #890 from masahir0y/scp
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs