summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Steffen <cwsteffen@us.ibm.com>2017-05-18 15:27:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-24 23:31:33 -0400
commit524c9639f2ff04962742c07840a9c8e49e139edd (patch)
tree9f79b9a6f11464238bd9531244dbde084335e155 /src
parent4d7d2de658c530430e213654ffba31cc693023cf (diff)
downloadtalos-hostboot-524c9639f2ff04962742c07840a9c8e49e139edd.tar.gz
talos-hostboot-524c9639f2ff04962742c07840a9c8e49e139edd.zip
Initial Abus Commit
Change-Id: I696eea52aae38b8e75bd57a18ad64e32e9447dd1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40727 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Gary A. Peterson <garyp@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40729 Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_io_obus_attributes.xml26
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml8
2 files changed, 34 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_io_obus_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_io_obus_attributes.xml
index 3c489fe6f..77d719953 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_io_obus_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_io_obus_attributes.xml
@@ -55,6 +55,32 @@
</attribute>
<!-- ********************************************************************** -->
<attribute>
+ <id>ATTR_IO_O_MFG_CHK</id>
+ <targetType>TARGET_TYPE_OBUS</targetType>
+ <description>
+ Indicate if manufcaturing tests should be taken pre / post linktraining.
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ FALSE = 0x0,
+ TRUE = 0x1
+ </enum>
+ <initToZero/>
+ <platInit/>
+</attribute>
+<!-- ********************************************************************** -->
+<attribute>
+ <id>ATTR_IO_O_MFG_MIN_EYE_WIDTH</id>
+ <targetType>TARGET_TYPE_OBUS</targetType>
+ <description>
+ Minimum eye width to allow passing through manufacturing.
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero/>
+ <platInit/>
+</attribute>
+<!-- ********************************************************************** -->
+<attribute>
<id>ATTR_IO_OBUS_TX_MARGIN_RATIO</id>
<targetType>TARGET_TYPE_OBUS</targetType>
<description>
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index 708f5ad1b..9c943a7df 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -246,6 +246,14 @@
<id>ATTR_MSS_INTERLEAVE_GRANULARITY</id>
<default>0x00</default>
</attribute>
+ <attribute>
+ <id>ATTR_IO_O_MFG_CHK</id>
+ <default>0x00</default>
+ </attribute>
+ <attribute>
+ <id>ATTR_IO_O_MFG_MIN_EYE_WIDTH</id>
+ <default>0x00</default>
+ </attribute>
<!-- =====================================================================
End of temporary definitions
OpenPOWER on IntegriCloud