diff options
| author | Anusha Reddy Rangareddygari <anusrang@in.ibm.com> | 2017-02-16 08:26:56 +0100 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:13:24 -0500 |
| commit | 493fc51432d0155c2c13f6eff01da89a550e6e67 (patch) | |
| tree | 2988ac26bcfe217876a90fca9528c06e781fb346 /import/chips/p9/common/include | |
| parent | f6b9653aac508d88c40073230fcd47c1ced5c23f (diff) | |
| download | talos-hcode-493fc51432d0155c2c13f6eff01da89a550e6e67.tar.gz talos-hcode-493fc51432d0155c2c13f6eff01da89a550e6e67.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>
Diffstat (limited to 'import/chips/p9/common/include')
| -rw-r--r-- | import/chips/p9/common/include/p9_const_common.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/import/chips/p9/common/include/p9_const_common.H b/import/chips/p9/common/include/p9_const_common.H index f9e972ab..dd3b6660 100644 --- a/import/chips/p9/common/include/p9_const_common.H +++ b/import/chips/p9/common/include/p9_const_common.H @@ -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; }; |

