summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2019-03-25 13:24:31 -0400
committerhostboot <hostboot@us.ibm.com>2019-04-25 11:07:07 -0500
commit793c77ef0f8bf646858ee53ce6d379c1c45aebdc (patch)
treeee7da1a90e0f0cfc50424afc145852228aa3ba88 /import/chips/p9/common
parent2f40a0bc37ee4627f1748059fdb3167aa7ee7f29 (diff)
downloadtalos-hcode-793c77ef0f8bf646858ee53ce6d379c1c45aebdc.tar.gz
talos-hcode-793c77ef0f8bf646858ee53ce6d379c1c45aebdc.zip
PM: Fix Clip Update Timeout
Key_Cronus_Test=PM_REGRESS Change-Id: Ia943cdd3bb646104bfd686356cd3f23bc5876a7d CQ: SW452077 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74964 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h b/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h
index a171b47d..489458c1 100644
--- a/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h
+++ b/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
-/* COPYRIGHT 2016,2018 */
+/* COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -113,6 +113,7 @@ enum MESSAGE_ID_DB3
MSGID_DB3_DISABLE_SGPE_HANDOFF = 0x04,
MSGID_DB3_SUSPEND_STOP_ENTRY = 0x05,
MSGID_DB3_UNSUSPEND_STOP_ENTRY = 0x06,
+ MSGID_DB3_CLIP_BROADCAST = 0x07,
MSGID_DB3_IMMEDIATE_HALT = 0xF1,
MSGID_DB3_RESTORE_STATE_AND_HALT = 0xF2,
};
OpenPOWER on IntegriCloud