aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2017-10-10 10:02:28 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-11 19:14:10 +1100
commita4788a49f004a91bb8ca015336abf9ae119fbc52 (patch)
tree40432ad66507e8c0c88a7c56f028cd09663ac921 /include
parent296ca2acf00fde764e3ea6436f46468c6caef174 (diff)
downloadskiboot-a4788a49f004a91bb8ca015336abf9ae119fbc52.zip
skiboot-a4788a49f004a91bb8ca015336abf9ae119fbc52.tar.gz
skiboot-a4788a49f004a91bb8ca015336abf9ae119fbc52.tar.bz2
FSP: Disable PSI link whenever FSP tells OPAL about impending R/R
Commit 42d5d047 fixed scenario where DPO has been initiated, but FSP went into reset before the CEC power down came in. But this is generic issue that can happen in normal shutdown path as well. Hence disable PSI link as soon as we detect FSP impending R/R. CC: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> CC: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/fsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fsp.h b/include/fsp.h
index 1d877d8..36802a1 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -837,7 +837,6 @@ extern void fsp_epow_init(void);
/* DPO */
extern void fsp_dpo_init(void);
-extern bool fsp_dpo_pending;
/* Chiptod */
extern void fsp_chiptod_init(void);