aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2016-11-22 20:17:25 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-23 15:00:19 +1100
commit85e67a66daaa7adff336b4501c1b1f45d5f03bb5 (patch)
treee4ba38f327484104d827999e08a42ac7524dd3e9 /doc/opal-api
parentd6a21dbeb37c19859c1b509fbe291f07e2ff4460 (diff)
downloadskiboot-85e67a66daaa7adff336b4501c1b1f45d5f03bb5.zip
skiboot-85e67a66daaa7adff336b4501c1b1f45d5f03bb5.tar.gz
skiboot-85e67a66daaa7adff336b4501c1b1f45d5f03bb5.tar.bz2
platform: add OPAL_REBOOT_FULL_IPL reboot type
There may be circumstances in which a user wants to force a full IPL reboot rather than using fast reboot. Add a new reboot type, OPAL_REBOOT_FULL_IPL, that disables fast reboot. On platforms which don't support fast reboot, this will be equivalent to a normal reboot. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/opal-api')
-rw-r--r--doc/opal-api/opal-cec-reboot-6-116.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/opal-api/opal-cec-reboot-6-116.rst b/doc/opal-api/opal-cec-reboot-6-116.rst
index db7cd83..516d4fc 100644
--- a/doc/opal-api/opal-cec-reboot-6-116.rst
+++ b/doc/opal-api/opal-cec-reboot-6-116.rst
@@ -57,6 +57,12 @@ OPAL_REBOOT_PLATFORM_ERROR = 1
In absence of 'ibm,sw-checkstop-fir' device property, this function
will return with OPAL_UNSUPPORTED and no reboot will be triggered.
+OPAL_REBOOT_FULL_IPL = 2
+ Force a full IPL reboot rather than using fast reboot.
+
+ On platforms that don't support fast reboot, this is equivalent to a
+ normal reboot.
+
Unsupported Reboot type
For unsupported reboot type, this function will return with
OPAL_UNSUPPORTED and no reboot will be triggered.