[Skiboot] [PATCH] fsp: return OPAL_BUSY_EVENT on failure sending FSP_CMD_REBOOT / DEEP_REBOOT

Stewart Smith stewart at linux.vnet.ibm.com
Wed Oct 11 16:57:18 AEDT 2017


See 696d378d7b7295366e115e89a785640bf72a5043 for all the details.

Suggested-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 platforms/ibm-fsp/common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index 0a9b06f77e33..e916c392b876 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -1,4 +1,4 @@
-/* Copyright 2013-2014 IBM Corp.
+/* Copyright 2013-2017 IBM Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -196,7 +196,7 @@ int64_t ibm_fsp_cec_reboot(void)
 
 	/* If that failed, talk to the FSP */
 	if (fsp_sync_msg(fsp_mkmsg(cmd, 0), true))
-		return OPAL_INTERNAL_ERROR;
+		return OPAL_BUSY_EVENT;
 
 	return OPAL_SUCCESS;
 }
-- 
2.13.6



More information about the Skiboot mailing list