summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common
diff options
context:
space:
mode:
authorAnusha Reddy Rangareddygari <anusrang@in.ibm.com>2017-02-16 08:26:56 +0100
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-10 07:10:49 -0500
commit26a0e30926af7002858e8f68a8d395b987db8cae (patch)
treeebdc1692f64baae3a2ac40ba1727e622d5a46f89 /src/import/chips/p9/common
parent9b5d10bc9b96689b6d463f8c91000b3e44449611 (diff)
downloadtalos-sbe-26a0e30926af7002858e8f68a8d395b987db8cae.tar.gz
talos-sbe-26a0e30926af7002858e8f68a8d395b987db8cae.zip
Meshctrl setup update
syncclk_muxsel dropping relatively to dropping the tholds Change-Id: Iae6e7b38a2a4d2b3cac3f8e82900056b0d2091d7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36544 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36635 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common')
-rw-r--r--src/import/chips/p9/common/include/p9_const_common.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/import/chips/p9/common/include/p9_const_common.H b/src/import/chips/p9/common/include/p9_const_common.H
index a70bb089..757294af 100644
--- a/src/import/chips/p9/common/include/p9_const_common.H
+++ b/src/import/chips/p9/common/include/p9_const_common.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -78,6 +78,10 @@ struct has_fixfld
static const uint8_t value = 255;
};
+const uint32_t OB0_CHIPLET_ID = 9;
+const uint32_t OB1_CHIPLET_ID = 10;
+const uint32_t OB2_CHIPLET_ID = 11;
+const uint32_t OB3_CHIPLET_ID = 12;
#define FIXREG8(name, expr, unit, meth, newexpr) template<> struct has_fixup<uint8_t,unit,meth,expr> { static const uint8_t value = newexpr; };
#define FIXREG32(name, expr, unit, meth, newexpr) template<> struct has_fixup<uint32_t,unit,meth,expr> { static const uint32_t value = newexpr; };
@@ -112,3 +116,4 @@ struct has_fixfld
#endif // __ASSEMBLER__
#endif // __CONST_COMMON_H
+
OpenPOWER on IntegriCloud