Skip to content

Commit

Permalink
p9_getecid -- set PCIE DD1.0x workaround attributes
Browse files Browse the repository at this point in the history
Change-Id: I550eda2ba9c5568c074f15796cb1498895f0027d
Original-Change-Id: Ibef138e8d727c55ee564ffe2ee422fc79550162e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34676
Reviewed-by: Thi N. Tran <thi@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: Joseph J. McGill <jmcgill@us.ibm.com>
  • Loading branch information
jjmcgill authored and Shakeebbk committed Sep 12, 2017
1 parent 816a0de commit d6156c1
Showing 1 changed file with 34 additions and 0 deletions.
Expand Up @@ -392,6 +392,40 @@
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_PCIE_LOCK_PHASE_ROTATOR</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
DD1.00 only: lock phase rotator
</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_PCIE_DISABLE_FDDC</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
DD1.01/DD1.02 only: disable DDC
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

<!-- ******************************************************************** -->
<!-- Memory Section -->
Expand Down

0 comments on commit d6156c1

Please sign in to comment.