summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2019-01-18 12:08:16 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-30 11:18:56 -0600
commitb933c9e13a62bee9905205f1667ec6d5dd524e0e (patch)
tree2853ae9bcbfbbb5f0a6fbb5e74420c8fc07b3fb6 /src/import/chips/p9/common
parent602885b3880d2f0368e526e9764494752384079d (diff)
downloadtalos-hostboot-b933c9e13a62bee9905205f1667ec6d5dd524e0e.tar.gz
talos-hostboot-b933c9e13a62bee9905205f1667ec6d5dd524e0e.zip
PGPE: Write magic number in HcodeOCCShared struct
Key_Cronus_Test=PM_REGRESS Change-Id: I82e0953c766857b447d67e89aba3d987eb38d88b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70643 Tested-by: Jenkins Server <pfd-jenkins+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: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70810 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common')
-rw-r--r--src/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h b/src/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h
index 3be2df6ef..dd6fd5c30 100644
--- a/src/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h
+++ b/src/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -41,6 +41,7 @@
extern "C" {
#endif
+#define HCODE_OCC_SHARED_MAGIC_NUMBER 0x4F505330 //OPS0
//---------------
// IPC from 405
OpenPOWER on IntegriCloud