aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 15:02:40 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 15:02:40 +1100
commit9e124382d43ed5e51cc288dcba86b4f4135b8927 (patch)
treeae9e92c9dfa5ea4cefa869bb1fda50d1d7ff7458 /doc
parentf60521f9226fddf51632fd95ece966b67abc5619 (diff)
downloadskiboot-9e124382d43ed5e51cc288dcba86b4f4135b8927.zip
skiboot-9e124382d43ed5e51cc288dcba86b4f4135b8927.tar.gz
skiboot-9e124382d43ed5e51cc288dcba86b4f4135b8927.tar.bz2
Slightly expand OPAL_PARAMETER return code docs
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/opal-api/return-codes.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/opal-api/return-codes.txt b/doc/opal-api/return-codes.txt
index 48e2c42..e82c5a2 100644
--- a/doc/opal-api/return-codes.txt
+++ b/doc/opal-api/return-codes.txt
@@ -19,7 +19,10 @@ The core set of return codes are:
Success!
#define OPAL_PARAMETER -1
-A parameter was invalid.
+A parameter was invalid. This will also be returned if you call an
+invalid OPAL call. To determine if a specific OPAL call is supported
+or not, OPAL_CHECK_TOKEN should be called rather than relying on
+OPAL_PARAMETER being returned for an invalid token.
#define OPAL_BUSY -2
Try again later.