aboutsummaryrefslogtreecommitdiff
path: root/platforms/ibm-fsp/common.c
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>2016-03-30 08:23:36 +1100
commit3ad485bd99458f21a8933aaa3dbecdeccf7061d2 (patch)
tree71c205f37e6e561f2c456681ab119f94008abc3a /platforms/ibm-fsp/common.c
parent53def38014107ca522af8ee0a1004d36b31e3681 (diff)
downloadskiboot-8a2e60627a84315d416e520b2ec2c97692318201.zip
skiboot-8a2e60627a84315d416e520b2ec2c97692318201.tar.gz
skiboot-8a2e60627a84315d416e520b2ec2c97692318201.tar.bz2
FSP: Give up PSI link on shutdownskiboot-2.1.1-fw810.50-1
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/common.c')
-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 4a2c6c1..40e5bf1 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -202,6 +202,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;
}