aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2019-07-12 16:47:55 +0530
committerOliver O'Halloran <oohall@gmail.com>2019-08-15 17:54:02 +1000
commit4a669d0f49c43880aefd752a8b223eb0c3829864 (patch)
tree91c4c89a68dcaca08edfea7aa494ff3ecfb01916 /include
parentaa694ea08c0d6350455400e69d266f1dada062c1 (diff)
downloadskiboot-4a669d0f49c43880aefd752a8b223eb0c3829864.zip
skiboot-4a669d0f49c43880aefd752a8b223eb0c3829864.tar.gz
skiboot-4a669d0f49c43880aefd752a8b223eb0c3829864.tar.bz2
platform: Introduce new reboot type
Enhance reboot2 call to support MPIPL. Payload will call this interface to initiate MPIPL. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> [oliver: rebased] Signed-off-by: Oliver O'Halloran <oohall@gmail.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 0134ee1..1a1f380 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1123,6 +1123,7 @@ enum {
OPAL_REBOOT_NORMAL = 0,
OPAL_REBOOT_PLATFORM_ERROR,
OPAL_REBOOT_FULL_IPL,
+ OPAL_REBOOT_MPIPL,
};
/* Argument to OPAL_PCI_TCE_KILL */