summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-15 13:00:00 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-13 00:32:57 +0900
commit63b3a28ebbe9f0de6f68e5567b65cb7a7857b8a4 (patch)
tree82dc2da2c1be311a87e9c443bd05a9a90ad0c00f /docs
parentd8e919c7b81a2739300912d6edbd3f929a136dbf (diff)
uniphier: add TSP support
Add TSP to test BL32 without relying on external projects. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/socionext-uniphier.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/plat/socionext-uniphier.md b/docs/plat/socionext-uniphier.md
index 75e65452..91d72ec0 100644
--- a/docs/plat/socionext-uniphier.md
+++ b/docs/plat/socionext-uniphier.md
@@ -121,3 +121,10 @@ To enable BL32, add the following option to the build command:
```
SPD=<spd> BL32=<path-to-BL32>
```
+
+If you use TSP for BL32, `BL32=<path-to-BL32>` is not required. Just add the
+following:
+
+```
+ SPD=tspd
+```