summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2017-12-06 18:58:06 -0600
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:55:32 -0500
commit4f3d1f8ad8911bb623c44d737bd7df62d7e1dd25 (patch)
tree9b666f1a3d788128e7c8da2c1bcdded720acf7af
parentf8af7be1684972b456068b342e0f30fdb6a5432f (diff)
downloadtalos-hcode-4f3d1f8ad8911bb623c44d737bd7df62d7e1dd25.tar.gz
talos-hcode-4f3d1f8ad8911bb623c44d737bd7df62d7e1dd25.zip
PGPE: STOP11+WOF+SafeMode Fixes
-STOP11+WOF Fix -STOP11+WOF+Safe Mode Key_Cronus_Test=PM_REGRESS Change-Id: I2fd394ceff24f0224a9068d95cdeed7c1c714d9e Original-Change-Id: I7aae651213174049fa4fe89d6ac92fda2478e90a CQ: SW410652 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48989 Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+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: YUE DU <daviddu@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
-rw-r--r--import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
index c77a6a37..2c94e0e9 100644
--- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
+++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
@@ -864,7 +864,7 @@ p9_sgpe_stop_entry()
MARK_TAG(SE_WAIT_PGPE_QUAD_NOTIFY, (32 >> qloop))
//===============================================
- p9_sgpe_ipc_pgpe_update_active_quads_poll_ack();
+ p9_sgpe_ipc_pgpe_update_active_quads_poll_ack(UPDATE_ACTIVE_QUADS_TYPE_ENTRY);
ipc_quad_entry = 1;
}
@@ -1308,7 +1308,7 @@ p9_sgpe_stop_entry()
UPDATE_ACTIVE_QUADS_ENTRY_TYPE_DONE);
// pgpe should ack right away
- p9_sgpe_ipc_pgpe_update_active_quads_poll_ack();
+ p9_sgpe_ipc_pgpe_update_active_quads_poll_ack(UPDATE_ACTIVE_QUADS_TYPE_ENTRY);
}
#endif
OpenPOWER on IntegriCloud