summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-08-18 14:04:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-07 15:53:58 -0400
commit332403a4c976d92eab5fec07cf01379d424f7313 (patch)
tree2637666345afbf9a9dc20addde2ec707cb595d93 /src/import/chips/p9/procedures/hwp/cache
parent0eb03d7dc21b05d436212f0f3a412dad683b926d (diff)
downloadtalos-hostboot-332403a4c976d92eab5fec07cf01379d424f7313.tar.gz
talos-hostboot-332403a4c976d92eab5fec07cf01379d424f7313.zip
PM: Remove VDM check from p9_hcd_cache_stopclocks
- Temporary until full Power Management shutdown is ready Change-Id: Ieb6350625638b17777a77a8af7fbd1de301c5843 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44815 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Dev-Ready: Brian T. Vanderpool <vanderp@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44823 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/cache')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
index e5e5f4555..d8b611735 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
@@ -284,19 +284,19 @@ p9_hcd_cache_stopclocks(
FAPI_TRY(putScom(l_chip, l_scom_addr, DATA_SET(7)));
}
- // -------------------------------
- // Disable VDM
- // -------------------------------
-
- if (l_attr_vdm_enabled == fapi2::ENUM_ATTR_VDM_ENABLED_TRUE)
- {
- FAPI_DBG("Clear Jump Protect Enable via DPLL_CTRL[1] (no need to poll DPLL_STAT)");
- FAPI_TRY(putScom(i_target, EQ_QPPM_DPLL_CTRL_CLEAR, MASK_SET(1)));
- FAPI_DBG("Set VDM Disable via QPPM_VDMCR[1]");
- FAPI_TRY(putScom(i_target, EQ_PPM_VDMCR_OR, MASK_SET(1)));
- FAPI_DBG("Drop VDM Poweron via QPPM_VDMCR[0]");
- FAPI_TRY(putScom(i_target, EQ_PPM_VDMCR_CLEAR, MASK_SET(0)));
- }
+// // -------------------------------
+// // Disable VDM
+// // -------------------------------
+//
+// if (l_attr_vdm_enabled == fapi2::ENUM_ATTR_VDM_ENABLED_TRUE)
+// {
+// FAPI_DBG("Clear Jump Protect Enable via DPLL_CTRL[1] (no need to poll DPLL_STAT)");
+// FAPI_TRY(putScom(i_target, EQ_QPPM_DPLL_CTRL_CLEAR, MASK_SET(1)));
+// FAPI_DBG("Set VDM Disable via QPPM_VDMCR[1]");
+// FAPI_TRY(putScom(i_target, EQ_PPM_VDMCR_OR, MASK_SET(1)));
+// FAPI_DBG("Drop VDM Poweron via QPPM_VDMCR[0]");
+// FAPI_TRY(putScom(i_target, EQ_PPM_VDMCR_CLEAR, MASK_SET(0)));
+// }
// -------------------------------
// Shutdown edram
OpenPOWER on IntegriCloud