Skip to content

Commit

Permalink
HW415528 and HW419742
Browse files Browse the repository at this point in the history
Change-Id: I03cb5fa742c9d5527768d9df739fe9993808c123
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46017
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46080
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
jklazyns authored and sgupta2m committed Sep 18, 2017
1 parent 60ec50c commit d0fd50d
Showing 1 changed file with 24 additions and 8 deletions.
Expand Up @@ -856,17 +856,25 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW379562</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<id>ATTR_CHIP_EC_FEATURE_HW379562_HW419742</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1 only: HW379562 - Turn off store-forward to LQ
Nimbus DD2.0/DD2.1, Cumulus DD1.0: HW419742
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
<value>0x21</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
Expand All @@ -890,19 +898,27 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW371047</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<id>ATTR_CHIP_EC_FEATURE_HW371047_HW415528</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1 only: HW371047 - TMDIR disabled due to multi-threaded issue.
Nimbus DD1: HW371047 - TMDIR disabled due to multi-threaded issue.
Nimbus DD2.0 / Cumulus DD1.0: HW415528
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<value>0x21</value>
<test>LESS_THAN</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
Expand Down

0 comments on commit d0fd50d

Please sign in to comment.