aboutsummaryrefslogtreecommitdiff
path: root/include/skiboot.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-10-24 17:28:29 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-25 19:31:03 +1100
commitd3caa64c4ed364af1be1471ad3d67a6f310552d1 (patch)
tree8ffd1beb34ca8409b88c83b317b82ac8a7210a1b /include/skiboot.h
parente16101408667e23d6d841003bbf07cd345d9d034 (diff)
downloadskiboot-d3caa64c4ed364af1be1471ad3d67a6f310552d1.zip
skiboot-d3caa64c4ed364af1be1471ad3d67a6f310552d1.tar.gz
skiboot-d3caa64c4ed364af1be1471ad3d67a6f310552d1.tar.bz2
fast-reboot: disable on FSP code update or unrecoverable HMI
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> [stewart@linux.vnet.ibm.com: unlock before return (suggested by Mahesh/Andrew), disable only on non-cancelling fsp codeupdate call (suggested by Vasant)] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/skiboot.h')
-rw-r--r--include/skiboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index 75c5207..97bdce7 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -190,6 +190,7 @@ extern unsigned long get_symbol(unsigned long addr,
char **sym, char **sym_end);
/* Fast reboot support */
+extern void disable_fast_reboot(const char *reason);
extern void fast_reboot(void);
extern void __noreturn __secondary_cpu_entry(void);
extern void __noreturn load_and_boot_kernel(bool is_reboot);