diff options
| author | Yue Du <daviddu@us.ibm.com> | 2016-11-14 16:36:29 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:51:09 -0500 |
| commit | 16274c6fcd8d394a3ee3574bda0830d731322cf9 (patch) | |
| tree | af873849186f9b2e7293af7eeb4f11227b9241d1 | |
| parent | 468b2d07cbb55cae1a17ed228fd4ccb99d726f96 (diff) | |
| download | talos-hcode-16274c6fcd8d394a3ee3574bda0830d731322cf9.tar.gz talos-hcode-16274c6fcd8d394a3ee3574bda0830d731322cf9.zip | |
STOP: fix STOP_SPWU_HANDLER define
Change-Id: I88ca7f319dc05884600c20ca33ee3433aff2926f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32618
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_enter_marks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_enter_marks.h b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_enter_marks.h index 4a049ea9..1fbc75be 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_enter_marks.h +++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_enter_marks.h @@ -42,6 +42,7 @@ enum CME_SE_MARKS STOP_EXIT_HANDLER = 0x18, STOP_DB1_HANDLER = 0x20, STOP_DB2_HANDLER = 0x28, + STOP_SPWU_HANDLER = 0x30, SE_QUIESCE_CORE_INTF = 0x68, SE_STOP_CORE_CLKS = 0xe0, SE_STOP_CORE_GRID = 0xe8, @@ -72,6 +73,7 @@ const std::vector<CME_SE_MARKS> MARKS = STOP_EXIT_HANDLER, STOP_DB1_HANDLER, STOP_DB2_HANDLER, + STOP_SPWU_HANDLER, SE_QUIESCE_CORE_INTF, SE_STOP_CORE_CLKS, SE_STOP_CORE_GRID, @@ -98,6 +100,7 @@ const std::map<CME_SE_MARKS, std::string> mMARKS = boost::assign::map_list_of (STOP_EXIT_HANDLER, "STOP_EXIT_HANDLER") (STOP_DB1_HANDLER, "STOP_DB1_HANDLER") (STOP_DB2_HANDLER, "STOP_DB2_HANDLER") + (STOP_SPWU_HANDLER, "STOP_SPWU_HANDLER") (SE_QUIESCE_CORE_INTF, "SE_QUIESCE_CORE_INTF") (SE_STOP_CORE_CLKS, "SE_STOP_CORE_CLKS") (SE_STOP_CORE_GRID, "SE_STOP_CORE_GRID") |

