Skip to content

Commit

Permalink
HW425038 INT ARX timeout workaround - Updated initfiles to 49241
Browse files Browse the repository at this point in the history
Change-Id: I7b90137248388c8e54bffc63a168f590c5b38d71
Original-Change-Id: I42a3601917ab4d4b32b32e03d33ffa1f8c0da25f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49608
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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Dev-Ready: Kahn C. Evans <kahnevan@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55592
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
cmolsen authored and dcrowell77 committed Mar 13, 2018
1 parent b5986b2 commit 50a391a
Showing 1 changed file with 33 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5575,10 +5575,40 @@
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<!-- NOTE: This attribute is used in an initfile to qualify the contents
of a GPTR ring. There is special processing in place to move the
GPTR content into the OVERLAYS section for Nimbus DD2+ and
Cumulus systems, due to this additional special processing
two attributes are required. DD2+ GPTR ring content should
be placed in p9.xx.gptr.scan.overlays.initfiles -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW407330_DD2</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1/DD2: State Latches for Atomic CAS during ntl fence don't get reset.
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

<!-- ******************************************************************** -->
<!-- NOTE: This attribute is used in an initfile to qualify the contents
of a GPTR ring. There is special processing in place to move the
GPTR content into the OVERLAYS section for Nimbus DD2+ and
Cumulus systems, due to this additional special processing
two attributes are required. DD1 GPTR ring content should
be placed in p9.xx.gptr.scan.initfiles -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW407330</id>>
<id>ATTR_CHIP_EC_FEATURE_HW407330_DD1</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1/DD2: State Latches for Atomic CAS during ntl fence don't get reset.
Expand All @@ -5587,8 +5617,8 @@
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x21</value>
<test>LESS_THAN</test>
<value>0x10</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
Expand Down

0 comments on commit 50a391a

Please sign in to comment.