summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-04-21 09:40:25 +0100
committerGitHub <noreply@github.com>2017-04-21 09:40:25 +0100
commit228bfabaf874fd8eedd50b0757e34166afb4bf5a (patch)
tree480b9c14540fd5f7b32018277ea363c6ff87e285 /docs
parent2edf64827f2fc807c54b9cf79fba3d112885a890 (diff)
parent3b211ff5712c104cc92fd2270aac99a02d57961e (diff)
Merge pull request #903 from antonio-nino-diaz-arm/an/build-xlat-v1
ARM platforms: Add option to use xlat tables lib v1
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index a69c1223..20da79a8 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -571,6 +571,10 @@ performed.
- `tdram` : Trusted DRAM (if available)
- `dram` : Secure region in DRAM (configured by the TrustZone controller)
+* `ARM_XLAT_TABLES_LIB_V1`: boolean option to compile the Trusted Firmware
+ with version 1 of the translation tables library instead of version 2. It is
+ set to 0 by default, which selects version 2.
+
For a better understanding of these options, the ARM development platform memory
map is explained in the [Firmware Design].