summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2017-11-06 15:15:15 -0600
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:55:31 -0500
commitf8af7be1684972b456068b342e0f30fdb6a5432f (patch)
treef672bc16ab15c27333b339a65cccffbf9bbba599
parentc5e1d1e154fab12058e08726f9b4e87a8e526062 (diff)
downloadtalos-hcode-f8af7be1684972b456068b342e0f30fdb6a5432f.tar.gz
talos-hcode-f8af7be1684972b456068b342e0f30fdb6a5432f.zip
PM: PMSR Update Fixes
-Removed any direct PMSR writes by PGPE -Fixed Clip Bcast ack during cme registration -Moved pmsr_updt from resclk to stop exit -Added Safe Mode DB0 Key_Cronus_Test=PM_REGRESS Change-Id: I9699dfbfe0beb3b82f95dba1512e78ef16fe6e65 Original-Change-Id: I4ba0372621a93242346f84e68db505a797155a2f CQ: SW407261 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49324 Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
-rwxr-xr-ximport/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
index 782ff297..a8de8df4 100755
--- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
+++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
@@ -823,7 +823,7 @@ p9_cme_stop_entry()
}
while(scom_data.words.upper & BIT32(13));
- p9_cme_analog_control(core, ANALOG_DISABLE);
+ p9_cme_core_stop_analog_control(core, ANALOG_DISABLE);
PK_TRACE("Switch glsmux to refclk to save clock grid power via CGCR[3]");
CME_PUTSCOM(C_PPM_CGCR, core, 0);
OpenPOWER on IntegriCloud