Skip to content

Commit

Permalink
Initial Abus Commit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
steffenchris authored and dcrowell77 committed May 25, 2017
1 parent 4d7d2de commit 524c963
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
Expand Up @@ -54,6 +54,32 @@
<platInit/>
</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>
Expand Down
8 changes: 8 additions & 0 deletions src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
Expand Up @@ -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
Expand Down

0 comments on commit 524c963

Please sign in to comment.