summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
diff options
context:
space:
mode:
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.C14
1 files changed, 8 insertions, 6 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 d8b01789e..4c633c0bc 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
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -157,11 +157,6 @@ fapi2::ReturnCode p9_pm_reset(
// ************************************************************************
- // Move PSAFE values to DPLL and Ext Voltage
- // ************************************************************************
- FAPI_TRY(p9_pm_reset_psafe_update(i_target),
- "Error from p9_pm_reset_psafe_update");
- // ************************************************************************
// Clear the OCC Flag and Scratch2 registers
// which contain runtime settings and modes for PM GPEs (Pstate and Stop functions)
// ************************************************************************
@@ -187,6 +182,13 @@ fapi2::ReturnCode p9_pm_reset(
FAPI_TRY(p9_pm_glob_fir_trace(i_target, "After reset of core quad"));
// ************************************************************************
+ // Move PSAFE values to DPLL and Ext Voltage
+ // ************************************************************************
+ FAPI_TRY(p9_pm_reset_psafe_update(i_target),
+ "Error from p9_pm_reset_psafe_update");
+
+
+ // ************************************************************************
// Issue reset to OCC-SRAM
// ************************************************************************
FAPI_DBG("Executing p8_occ_sram_init to reset OCC-SRAM");
OpenPOWER on IntegriCloud