summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-02-24 11:04:01 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-13 10:28:37 -0400
commitf882d0def567c7d8fc5dea0faf1e3310cc9a674d (patch)
treec79cc890a270946126f0c2b82b06074af141d78d /src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
parent9767648a2334b49567eddce8f21ec20be48ab3e3 (diff)
downloadtalos-hostboot-f882d0def567c7d8fc5dea0faf1e3310cc9a674d.tar.gz
talos-hostboot-f882d0def567c7d8fc5dea0faf1e3310cc9a674d.zip
Enable PGPE reset & init in the PM reset-init flow
Change-Id: I39b95edbeb6f53a2f2a336ff82c5875665ed2f25 RTC: 157096 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37006 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37532 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
index cd53f0fa7..77e8308dd 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
@@ -159,11 +159,9 @@ fapi2::ReturnCode p9_pm_reset(
// Reset the PSTATE GPE (Bring it to HALT)
// ************************************************************************
FAPI_DBG("Executing p9_pm_pstate_gpe_init to reset PGPE");
- /* TODO: RTC 157096 - Enable once the procedure is available
FAPI_EXEC_HWP(l_rc, p9_pm_pstate_gpe_init, i_target, p9pm::PM_RESET);
- FAPI_TRY(l_rc, "ERROR: Failed to reset PGPE");
+ FAPI_TRY(l_rc, "ERROR: Failed to reset the PGPE");
FAPI_TRY(p9_pm_glob_fir_trace(i_target, "After reset of PGPE"));
- */
// ************************************************************************
// Reset the STOP GPE (Bring it to HALT)
OpenPOWER on IntegriCloud