diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2018-05-01 12:48:07 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:55:46 -0500 |
| commit | 1dda3124598248213a02184f89823b36ba3ce5cf (patch) | |
| tree | 30833cbba7c0496afc55a9e4d5f8c89fc7cd0131 | |
| parent | 314a7a3990a1b55163a573b955f273447523d572 (diff) | |
| download | talos-hcode-1dda3124598248213a02184f89823b36ba3ce5cf.tar.gz talos-hcode-1dda3124598248213a02184f89823b36ba3ce5cf.zip | |
CME: Process DB0 inside intercme_msg_handler
Key_Cronus_Test=PM_REGRESS
Change-Id: Ie2fa22797a7f42941edb04a52245cd19cbb6b95a
Original-Change-Id: Ibba9da7c8715dcd0b79790c8466db72a0ccdeeb1
CQ: SW426908
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58123
Reviewed-by: YUE DU <daviddu@us.ibm.com>
Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
| -rwxr-xr-x | import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c | 2 |
1 files changed, 2 insertions, 0 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 42b5e8ec..662c5461 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 @@ -1062,7 +1062,9 @@ p9_cme_stop_entry() } while(scom_data.words.upper & BIT32(13)); + wrteei(0); p9_cme_core_stop_analog_control(core, ANALOG_DISABLE); + wrteei(1); PK_TRACE("Switch glsmux to refclk to save clock grid power via CGCR[3]"); CME_PUTSCOM(C_PPM_CGCR, core, 0); |

