summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-08-18 14:04:28 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-22 00:12:24 -0400
commit774984c13006f686636408e96f9f84c3d286b5ea (patch)
treee061a8bf8a3c1f41300dadc182c0d0b3c12595e4 /src
parent8a149bfe71e463514e0192084e9af3d3968b64a9 (diff)
downloadtalos-sbe-774984c13006f686636408e96f9f84c3d286b5ea.tar.gz
talos-sbe-774984c13006f686636408e96f9f84c3d286b5ea.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/44822 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-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 aca9aef2..64c644dd 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