diff options
| author | Yue Du <daviddu@us.ibm.com> | 2018-05-08 21:28:45 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-05-31 10:37:05 -0500 |
| commit | 63c49e23a2cd0058eb5ca993480b3644a3c23560 (patch) | |
| tree | d6f42589834524d02240ea4da0b3d30d51b9a837 /import/chips/p9/common/pmlib/include | |
| parent | 331a145623c27b41bcf712f4616ebe650114f099 (diff) | |
| download | talos-hcode-63c49e23a2cd0058eb5ca993480b3644a3c23560.tar.gz talos-hcode-63c49e23a2cd0058eb5ca993480b3644a3c23560.zip | |
STOP: CME/SGPE Hcode size reduction via global use of literals
Key_Cronus_Test=PM_REGRESS
Change-Id: Ic9ec56beff42f052e88bde98e90e01d44ac43e4f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58542
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com>
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: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/pmlib/include')
| -rw-r--r-- | import/chips/p9/common/pmlib/include/stop_sgpe_cme_api.h | 2 | ||||
| -rw-r--r-- | import/chips/p9/common/pmlib/include/wof_sgpe_pgpe_api.h | 22 |
2 files changed, 1 insertions, 23 deletions
diff --git a/import/chips/p9/common/pmlib/include/stop_sgpe_cme_api.h b/import/chips/p9/common/pmlib/include/stop_sgpe_cme_api.h index 81b6ba9e..9754a706 100644 --- a/import/chips/p9/common/pmlib/include/stop_sgpe_cme_api.h +++ b/import/chips/p9/common/pmlib/include/stop_sgpe_cme_api.h @@ -85,8 +85,6 @@ enum CME_DOORBELL_MESSAGE_IDS MSGID_DB1_SUSPEND_STOP_EXITS = 0x0D, // 1101 MSGID_DB1_SUSPEND_STOP_ENTRIES_EXITS = 0x0F, // 1111 - MSGID_DB1_WAKEUP_GRANTED = 0x10, - MSGID_DB2_DECREMENTER_WAKEUP = 0x01, MSGID_DB2_RESONANT_CLOCK_DISABLE = 0x02, MSGID_DB2_RESONANT_CLOCK_ENABLE = 0x03 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 e8f843a6..84721f0c 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 @@ -26,29 +26,9 @@ #ifndef __IPC_MESSAGES_H__ #define __IPC_MESSAGES_H__ -//--------------- -// IPC from SGPE to PGPE -//--------------- -enum MESSAGE_ID_IPI2HI_SGPE_PGPE -{ - MSGID_SGPE_PGPE_UPDATE_ACTIVE_CORES = 0x8, - MSGID_SGPE_PGPE_UPDATE_ACTIVE_QUADS = 0x9, - MSGID_SGPE_PGPE_SUSPEND_PSTATES = 0x10 -}; - -//--------------- -// IPC from PGPE to SGPE -//--------------- -enum MESSAGE_ID_IPI3HI_PGPE_SGPE -{ - MSGID_PGPE_SGPE_INVALID = 0, - MSGID_PGPE_SGPE_CONTROL_STOP_UPDATES = 1, - MSGID_PGPE_SGPE_SUSPEND_STOP = 2 -}; - enum CTRL_STOP_UPDATES_ACTIONS { - CTRL_STOP_UPDT_ENABLE_CORE = 0x1, + CTRL_STOP_UPDT_ENABLE_CORE = 0x1, }; |

