Skip to content

Commit

Permalink
HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add HW…
Browse files Browse the repository at this point in the history
…421831

- WAT replaces original workaround for HW419818; two dials removed

Change-Id: Ic6e650701da3a109947c7f7d5f01bc14ce39e3d9
Original-Change-Id: I540aead6556278a1da3774eba2d96cb685c4e3c1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47181
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Dev-Ready: James N. Klazynski <jklazyns@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55579
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jklazyns authored and dcrowell77 committed Mar 13, 2018
1 parent 647eee8 commit 3df6589
Showing 1 changed file with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@

<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW416934</id>
<id>ATTR_CHIP_EC_FEATURE_HW416934_HW419818</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1, DD2.0, DD2.1, Cumulus DD1 only:
Nimbus DD1, DD2.0, DD2.1, Cumulus DD1 only; Combined into a single WAT solution
HW416934 - Cache Inhibited (I=1) lxvd2x load sends 8 byte load to NCU instead of 16 byte
HW419818 - stcx bug in the S2QA / S2Q drain stall
</description>
<chipEcFeature>
<chip>
Expand Down Expand Up @@ -3204,10 +3205,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW421426</id>
<id>ATTR_CHIP_EC_FEATURE_HW421831</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW421426 - SMT2 prefetch issue
HW421831 - ltptr hang issue
</description>
<chipEcFeature>
<chip>
Expand All @@ -3228,10 +3229,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW420860</id>
<id>ATTR_CHIP_EC_FEATURE_HW421426</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW420860 - Serialize lqarx
HW421426 - SMT2 prefetch issue
</description>
<chipEcFeature>
<chip>
Expand All @@ -3252,17 +3253,17 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW415883</id>
<id>ATTR_CHIP_EC_FEATURE_HW420860</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW415883 - serialize ldcix
HW420860 - Serialize lqarx
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>EQUAL</test>
<value>0x21</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
Expand All @@ -3276,10 +3277,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW420948</id>
<id>ATTR_CHIP_EC_FEATURE_HW415883</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW420948 - SRQ/S2Q issue
HW415883 - serialize ldcix
</description>
<chipEcFeature>
<chip>
Expand All @@ -3300,10 +3301,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW419818</id>
<id>ATTR_CHIP_EC_FEATURE_HW420948</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW419818 - SRQ/S2Q issue
HW420948 - SRQ/S2Q issue
</description>
<chipEcFeature>
<chip>
Expand Down

0 comments on commit 3df6589

Please sign in to comment.