diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2017-10-18 19:23:41 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-11-17 14:57:56 -0600 |
| commit | 6bc09017fb5a6869501f31a3cefe098022d03aa9 (patch) | |
| tree | d4d999e448c044f832b569d1e337309623a088bd /import/chips/p9/common/pmlib/include | |
| parent | 6d9038e46246ce55597a9dae8eb3344eae2505af (diff) | |
| download | talos-hcode-6bc09017fb5a6869501f31a3cefe098022d03aa9.tar.gz talos-hcode-6bc09017fb5a6869501f31a3cefe098022d03aa9.zip | |
PGPE: Ack SUCCESS to SGPE in SafeMode/PMSuspend
Change-Id: I8b20b5901523d281446df7d97016e9fe51ed9766
Original-Change-Id: Id837b1435e8fc9e45e1647ad29b7a6f7dc106e97
CQ: SW405547
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48599
Tested-by: Jenkins Server <pfd-jenkins+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: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/pmlib/include')
| -rw-r--r-- | import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h b/import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h index d3853ca6..0b62feaa 100644 --- a/import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h +++ b/import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h @@ -80,8 +80,7 @@ enum IPC_SGPE_PGPE_RETURN_CODES { IPC_SGPE_PGPE_RC_NULL = 0x00, IPC_SGPE_PGPE_RC_SUCCESS = 0x01, - IPC_SGPE_PGPE_RC_REQ_WHILE_PENDING_ACK = 0x10, - IPC_SGPE_PGPE_RC_PM_COMPLEX_SUSPEND = 0x11 + IPC_SGPE_PGPE_RC_REQ_WHILE_PENDING_ACK = 0x10 }; // Sgpe to Pgpe IPC message format |

