summaryrefslogtreecommitdiff
path: root/docs/user-guide.md
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-01-28 10:42:32 +0000
committerdanh-arm <dan.handley@arm.com>2015-01-28 10:42:32 +0000
commit03b2370386f5acbb4fb11614825c67ff38ef9edc (patch)
tree47dfd012731ea64c6c4530b302db168cbe750645 /docs/user-guide.md
parent5b36ab3e0bd273934e792593d9ac80c4183270bd (diff)
parent513dd3a0769eb7550e0d8abd6466c76ffa137162 (diff)
Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1
Allow BL3-2 to be loaded into the secure region of DRAM
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r--docs/user-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index b07dd5f7..4209be7e 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -259,8 +259,9 @@ performed.
#### FVP specific build options
* `FVP_TSP_RAM_LOCATION`: location of the TSP binary. Options:
- - `tsram` (default) : Trusted SRAM
+ - `tsram` : Trusted SRAM (default option)
- `tdram` : Trusted DRAM
+ - `dram` : Secure region in DRAM (configured by the TrustZone controller)
For a better understanding of FVP options, the FVP memory map is explained in
the [Firmware Design].