aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:36:36 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:36:36 +1100
commit6551cdc693158a26a9a8a902d1d0c6a2cf529fab (patch)
treef15d25e2d1452d8d84ea0b7dc092fc10fe9aee76 /doc
parente0b730bb204b7bf7b62b093a54d9d3f2f0177486 (diff)
downloadskiboot-6551cdc693158a26a9a8a902d1d0c6a2cf529fab.zip
skiboot-6551cdc693158a26a9a8a902d1d0c6a2cf529fab.tar.gz
skiboot-6551cdc693158a26a9a8a902d1d0c6a2cf529fab.tar.bz2
Rename opal-get-message.txt to opal-get-msg-85.txt
It turns out that MESSAGE vs MSG in places is already confusing Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/opal-api/opal-get-msg-85.txt (renamed from doc/opal-api/opal-get-message.txt)8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/opal-api/opal-get-message.txt b/doc/opal-api/opal-get-msg-85.txt
index 05cc056..fa839a8 100644
--- a/doc/opal-api/opal-get-message.txt
+++ b/doc/opal-api/opal-get-msg-85.txt
@@ -1,7 +1,7 @@
-OPAL_GET_MESSAGE
-----------------
+OPAL_GET_MSG
+------------
-OPAL_GET_MESSAGE will get the next pending OPAL_MESSAGE (see
+OPAL_GET_MSG will get the next pending OPAL Message (see
opal-messages.txt).
Parameters:
@@ -20,7 +20,7 @@ than 72 bytes. Naturally, a HOST OS will only be able to interpret these
if it correctly uses opal-msg-size. Any OPAL message > 72 bytes, a host OS
may safely ignore.
-A host OS *SHOULD* always supply a buffer to OPAL_GET_MESSAGE of either 72
+A host OS *SHOULD* always supply a buffer to OPAL_GET_MSG of either 72
bytes or opal-msg-size. It MUST NOT supply a buffer of < 72 bytes.