diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2017-09-21 11:02:35 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:55:33 -0500 |
| commit | c9cb39853b5c605cf372344a4de5cf50ac81d9b2 (patch) | |
| tree | 1a163c82d29c5b9081ab6a0f0244d3e4ab5413bb /import | |
| parent | 4f3d1f8ad8911bb623c44d737bd7df62d7e1dd25 (diff) | |
| download | talos-hcode-c9cb39853b5c605cf372344a4de5cf50ac81d9b2.tar.gz talos-hcode-c9cb39853b5c605cf372344a4de5cf50ac81d9b2.zip | |
WOF: More Phase 2 Fixes
Key_Cronus_Test=PM_REGRESS
Change-Id: Iaf7bdc268b9fa7abcfb883bb75df1aa55305d1d7
Original-Change-Id: Iba2ff6ffc0c2b06b3d2df1c40f707da63eb020b0
CQ: SW404912
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46595
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h index 45f4ccb7..af6b7ada 100644 --- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h +++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h @@ -217,8 +217,8 @@ enum SGPE_STOP_PSCOM_MASK enum SGPE_WOF_ACTIVE_UPDATE_STATUS { - IPC_SGPE_PGPE_UPDATE_QUAD_ENABLED = 1, - IPC_SGPE_PGPE_UPDATE_CORE_ENABLED = 2, + IPC_SGPE_PGPE_UPDATE_QUAD_ENABLED = 2, + IPC_SGPE_PGPE_UPDATE_CORE_ENABLED = 1, // Reserved_4_Do_Not_Use IPC_SGPE_PGPE_UPDATE_CTRL_ONGOING = 8 }; |

