aboutsummaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorTom Rini2023-07-24 19:51:05 -0400
committerTom Rini2023-07-24 19:51:05 -0400
commit94e7cb181ad6bd25d36a11c58e0df64e9f815888 (patch)
treeecd308f65b3b7e5f709cb09c9766f1fc8edb7783 /doc/usage
parentd927d1a80843e1c3e2a3f0b8f6150790bef83da1 (diff)
Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"
This reverts commit d927d1a80843e1c3e2a3f0b8f6150790bef83da1, reversing changes made to c07ad9520c6190070513016fdb495d4703a4a853. These changes do not pass CI currently. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/cmd/armffa.rst93
-rw-r--r--doc/usage/index.rst1
2 files changed, 0 insertions, 94 deletions
diff --git a/doc/usage/cmd/armffa.rst b/doc/usage/cmd/armffa.rst
deleted file mode 100644
index 3d422686c14..00000000000
--- a/doc/usage/cmd/armffa.rst
+++ /dev/null
@@ -1,93 +0,0 @@
-.. SPDX-License-Identifier: GPL-2.0+:
-
-armffa command
-==============
-
-Synopsis
---------
-
-::
-
- armffa [sub-command] [arguments]
-
- sub-commands:
-
- getpart [partition UUID]
-
- lists the partition(s) info
-
- ping [partition ID]
-
- sends a data pattern to the specified partition
-
- devlist
-
- displays information about the FF-A device/driver
-
-Description
------------
-
-armffa is a command showcasing how to use the FF-A bus and how to invoke its operations.
-
-This provides a guidance to the client developers on how to call the FF-A bus interfaces.
-
-The command also allows to gather secure partitions information and ping these partitions.
-
-The command is also helpful in testing the communication with secure partitions.
-
-Example
--------
-
-The following examples are run on Corstone-1000 platform.
-
-* ping
-
-::
-
- corstone1000# armffa ping 0x8003
- SP response:
- [LSB]
- fffffffe
- 0
- 0
- 0
- 0
-
-* ping (failure case)
-
-::
-
- corstone1000# armffa ping 0
- Sending direct request error (-22)
-
-* getpart
-
-::
-
- corstone1000# armffa getpart 33d532ed-e699-0942-c09c-a798d9cd722d
- Partition: id = 8003 , exec_ctxt 1 , properties 3
-
-* getpart (failure case)
-
-::
-
- corstone1000# armffa getpart 33d532ed-e699-0942-c09c-a798d9cd7221
- INVALID_PARAMETERS: Unrecognized UUID
- Failure in querying partitions count (error code: -22)
-
-* devlist
-
-::
-
- corstone1000# armffa devlist
- device name arm_ffa, dev 00000000fdf41c30, driver name arm_ffa, ops 00000000fffc0e98
-
-Configuration
--------------
-
-The command is available if CONFIG_CMD_ARMFFA=y and CONFIG_ARM_FFA_TRANSPORT=y.
-
-Return value
-------------
-
-The return value $? is 0 (true) on success, 1 (false) on failure.
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index 3326ec82fff..072db53614c 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -22,7 +22,6 @@ Shell commands
cmd/acpi
cmd/addrmap
- cmd/armffa
cmd/askenv
cmd/base
cmd/bdinfo