summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnusha Reddy Rangareddygari <anusrang@in.ibm.com>2017-02-16 08:26:56 +0100
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-10 17:27:52 -0500
commitca16595f4dca3cadc4030cc653b0a6ba77eab84b (patch)
tree7d04c47e6c3cc8d2be3b143db9f05d68b901a9e0
parent57fcd0a64e52325588c8937040418f5ecfd1b76a (diff)
downloadtalos-hostboot-ca16595f4dca3cadc4030cc653b0a6ba77eab84b.tar.gz
talos-hostboot-ca16595f4dca3cadc4030cc653b0a6ba77eab84b.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/37654 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-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 9d050bdc3..3c3f15dda 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 HostBoot 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