aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api/opal-poll-events.rst
diff options
context:
space:
mode:
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,