summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2017-02-10 06:50:25 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-16 23:38:20 -0500
commit42a34c0435029b0cce0947eda710362e83338293 (patch)
treecf116500f6d03b1d8fb9c4750768408c50d1e222 /src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H
parent258d507b2bc6824a033d2c288d378b705407faf8 (diff)
downloadtalos-hostboot-42a34c0435029b0cce0947eda710362e83338293.tar.gz
talos-hostboot-42a34c0435029b0cce0947eda710362e83338293.zip
Workaround to fix issue where Powerbus loses track of EQs in DD1
Change-Id: Ia7ffcfdead79e859f21b95be183af05949e68579 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36276 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36278 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H b/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H
index f6a66a877..f7f9f6d89 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -48,6 +48,11 @@
// Constant definitions
//------------------------------------------------------------------------------
+#ifdef __PPE__
+ extern uint64_t G_ring_save[8];
+ extern const uint64_t G_ring_index[10];
+#endif
+
// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_quad_power_off_FP_t) (
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target);
OpenPOWER on IntegriCloud