aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSathees Balya <sathees.balya@arm.com>2018-10-30 10:48:30 +0000
committerSathees Balya <sathees.balya@arm.com>2018-10-30 13:38:15 +0000
commit7ab07c5748ed0d365140e4fcaf495a2572d8e698 (patch)
tree57826cd1e6c89097d740c02de2ac2b00f977dcd2 /docs
parent5ae1ee64771264b74287d6aa221c3911a9699989 (diff)
downloadtf-a-tests-7ab07c5748ed0d365140e4fcaf495a2572d8e698.tar.gz
User guide: Add instructions for running SPM tests
Change-Id: I54b213bbdb13e21d8d0919b76eebf6c85e1fa691 Signed-off-by: Sathees Balya <sathees.balya@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index efc9acb55..546b6bc65 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -279,13 +279,13 @@ the TF-A root directory:
::
- BL32=cactus.bin make PLAT=fvp fip
+ BL32=cactus.bin make PLAT=fvp ENABLE_SPM=1 fip
Please refer to the `TF-A User guide`_ for further details.
To run the full set of tests in Cactus, it should be used in conjunction with
the TFTF image, as the latter sends the Management Mode requests that Cactus
-services.
+services. The TFTF has to be built with `TESTS=spm` to run the SPM tests.
Summary of build options
````````````````````````