diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-15 13:00:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-13 00:32:57 +0900 |
commit | 63b3a28ebbe9f0de6f68e5567b65cb7a7857b8a4 (patch) | |
tree | 82dc2da2c1be311a87e9c443bd05a9a90ad0c00f /docs/plat | |
parent | d8e919c7b81a2739300912d6edbd3f929a136dbf (diff) | |
download | platform_external_arm-trusted-firmware-63b3a28ebbe9f0de6f68e5567b65cb7a7857b8a4.tar.gz platform_external_arm-trusted-firmware-63b3a28ebbe9f0de6f68e5567b65cb7a7857b8a4.tar.bz2 platform_external_arm-trusted-firmware-63b3a28ebbe9f0de6f68e5567b65cb7a7857b8a4.zip |
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/plat')
-rw-r--r-- | docs/plat/socionext-uniphier.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/plat/socionext-uniphier.md b/docs/plat/socionext-uniphier.md index 75e654524..91d72ec06 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 +``` |