aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api/opal-poll-events.rst
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-27 17:43:19 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-02 18:12:48 +1000
commit0e583e7ecdd78a9f83968d09f2eefc2cddcaafec (patch)
treebbc338b215f4f0a02b154bf3d7686181f26b967c /doc/opal-api/opal-poll-events.rst
parentb93c30a70332544112edc1d7cee6ea78545b8fec (diff)
downloadskiboot-0e583e7ecdd78a9f83968d09f2eefc2cddcaafec.zip
skiboot-0e583e7ecdd78a9f83968d09f2eefc2cddcaafec.tar.gz
skiboot-0e583e7ecdd78a9f83968d09f2eefc2cddcaafec.tar.bz2
doc/opal-api: fix ReStructured Text syntax
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/opal-api/opal-poll-events.rst')
-rw-r--r--doc/opal-api/opal-poll-events.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/opal-api/opal-poll-events.rst b/doc/opal-api/opal-poll-events.rst
index 6a0832e..c70d7f0 100644
--- a/doc/opal-api/opal-poll-events.rst
+++ b/doc/opal-api/opal-poll-events.rst
@@ -1,5 +1,5 @@
OPAL_POLL_EVENTS
-----------------
+================
Poll for outstanding events.
@@ -19,8 +19,7 @@ Unused
OPAL_EVENT_RTC = 0x4
--------------------
-
-TODO: clean this up, this is just copied from hw/fsp/fsp-rtc.c:
+**TODO**: clean this up, this is just copied from hw/fsp/fsp-rtc.c: ::
* Because the RTC calls can be pretty slow, these functions will shoot
* an asynchronous request to the FSP (if none is already pending)
@@ -46,8 +45,6 @@ TODO: clean this up, this is just copied from hw/fsp/fsp-rtc.c:
* attempted at the same time, the event bit will remain set as long as either
* of the two has a pending event to signal.
-
-
OPAL_EVENT_CONSOLE_OUTPUT = 0x8
-------------------------------
TODO
@@ -79,6 +76,6 @@ TODO
OPAL_EVENT_DUMP_AVAIL = 0x400
-----------------------------
Signifies that there is a pending system dump available. See OPAL_DUMP suite
-of calls for details.
+of calls for details. ::
-OPAL_EVENT_MSG_PENDING = 0x800,
+ OPAL_EVENT_MSG_PENDING = 0x800,