aboutsummaryrefslogtreecommitdiff
path: root/platforms/ibm-fsp
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2015-11-25 14:01:07 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-12-01 18:13:04 +1100
commit467c017502542b34c9cad5c79cd31b84fb1c94bd (patch)
treeb4615638f0bd92156662760568b229258cc030fe /platforms/ibm-fsp
parentb96a20e2f78c5eb23a951259ece185b2897e1416 (diff)
downloadskiboot-467c017502542b34c9cad5c79cd31b84fb1c94bd.zip
skiboot-467c017502542b34c9cad5c79cd31b84fb1c94bd.tar.gz
skiboot-467c017502542b34c9cad5c79cd31b84fb1c94bd.tar.bz2
FSP: Give up PSI link on shutdown
Since we are anyway on the way to standby and apparently the other hypervisor also does this. Tested-by: Vipin K Parashar <vipin@linux.vnet.ibm.com> Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms/ibm-fsp')
-rw-r--r--platforms/ibm-fsp/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index 59a890b..dc3a002 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -222,6 +222,7 @@ int64_t ibm_fsp_cec_power_down(uint64_t request)
if (fsp_sync_msg(fsp_mkmsg(FSP_CMD_POWERDOWN_NORM, 1, request), true))
return OPAL_INTERNAL_ERROR;
+ fsp_reset_links();
return OPAL_SUCCESS;
}