summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-10-04 10:09:00 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-10-08 02:27:02 -0400
commite2a9eb4930518da3b68ec45a1e5df91367a9183c (patch)
treeb388b5e62c5ff241d232f77b552d7c3335dfe826 /src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
parent8ed966060281f44da91171cbe19b33a1525e3bf4 (diff)
downloadtalos-hostboot-e2a9eb4930518da3b68ec45a1e5df91367a9183c.tar.gz
talos-hostboot-e2a9eb4930518da3b68ec45a1e5df91367a9183c.zip
Revert PLL unlock commits of 45102 and 46563
Change-Id: I27f7c75d73881a54152a77c7ab2c8b49be19adb7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47148 Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47161 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H b/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
index c65f549e8..e1a24fb62 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
@@ -528,17 +528,6 @@ p9_common_poweronoff(
FAPI_DBG("Assert vital thold via NET_CTRL0[16]");
FAPI_TRY(putScom(i_target, NET_CTRL0_WOR[l_type], MASK_SET(16)));
- if (l_type == 1)
- {
- // upon power off cache, dpll is about to be unlocked
- // to prevent pcb fir fires, need to mask the bit for the time being
- // the error will be cleared and unmasked when dpll is locked again
- FAPI_DBG("Mask DPLL unlock error in FIR via SLAVE_CONFIG[12]");
- FAPI_TRY(getScom(i_target, EQ_SLAVE_CONFIG_REG, l_data64));
- l_data64.setBit<12>();
- FAPI_TRY(putScom(i_target, EQ_SLAVE_CONFIG_REG, l_data64));//
- }
-
///////////////////////////////////////////////////////////////////////////
// Procedure code
///////////////////////////////////////////////////////////////////////////
OpenPOWER on IntegriCloud