Skip to content

Commit

Permalink
Remove reset_dll from scominit, enable delay line tap points
Browse files Browse the repository at this point in the history
reset_dll API was found to be redundant to what already
exists in the initfile per John Bialas.  Removed if
from scominit.  Also included initfile changes that
John made by enabling delay line tap points

Change-Id: Ic3f82a3a3a6c923a0ab06b6c96b8e4a5d1819409
Original-Change-Id: Ide517e8dced5176d508dcb352e041e09da206a09
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43018
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
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: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
aamarin authored and Shakeebbk committed Sep 12, 2017
1 parent db03365 commit b23c89f
Showing 1 changed file with 20 additions and 3 deletions.
Expand Up @@ -2008,7 +2008,7 @@
<id>ATTR_CHIP_EC_FEATURE_HW408892</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1.X, DD2.0: Leave at deafult value of DIV_BY_10
Nimbus DD1.X, DD2.0: Leave at deafult value of DIV_BY_10
</description>
<chipEcFeature>
<chip>
Expand Down Expand Up @@ -3928,6 +3928,23 @@
</chipEcFeature>
</attribute>

<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW407064</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Enable DP16 delay line tap point for DD2 and beyond
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW368644</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down Expand Up @@ -4304,8 +4321,8 @@
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Returns true if spy name has usage only in P9C.
Spy Name of Cumulus; Also used for cumulus only
oscswitch settings.
Spy Name of Cumulus; Also used for cumulus only
oscswitch settings.
</description>
<chipEcFeature>
<chip>
Expand Down

0 comments on commit b23c89f

Please sign in to comment.