aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-05 17:49:50 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-05 17:49:50 +1100
commit16c80346ddf9ec6baf583b610cf1449f25962d34 (patch)
tree9bca5221defa3fa784b0e6675748b9a4c074d093 /doc
parent64a5f776e1c82e707a7126ad4b1f70f8a2d419fd (diff)
downloadskiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.zip
skiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.tar.gz
skiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.tar.bz2
Add OPAL_INVALID_CALL explicitly in opal.h and docs
Was mentioned in linux as possibly being used by some external test modules. It's harmless to make this official behaviour. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/opal-api/opal-invalid-call--1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/opal-api/opal-invalid-call--1.txt b/doc/opal-api/opal-invalid-call--1.txt
new file mode 100644
index 0000000..affdbda
--- /dev/null
+++ b/doc/opal-api/opal-invalid-call--1.txt
@@ -0,0 +1,6 @@
+OPAL_INVALID_CALL
+-----------------
+
+An OPAL call of -1 will always return OPAL_PARAMETER. It is always ivalid.
+
+It exists purely for testing.