aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/opal-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 36471ae..352cbcd 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1062,6 +1062,7 @@ struct opal_i2c_request {
enum {
OPAL_REBOOT_NORMAL = 0,
OPAL_REBOOT_PLATFORM_ERROR,
+ OPAL_REBOOT_FULL_IPL,
};
/* Argument to OPAL_PCI_TCE_KILL */