Skip to content

Commit

Permalink
Mistakenly pulled workaround for HW410212 - readd for CDD1.0
Browse files Browse the repository at this point in the history
Change-Id: If2d1fa278b8d614b995a07ff3da1a81d508f692c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44748
Tested-by: Jenkins Server <pfd-jenkins+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
jklazyns authored and Shakeebbk committed Sep 12, 2017
1 parent bb90b27 commit b6fa4d1
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -3364,7 +3364,7 @@
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW417242</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW417242 - Software hang on TM HB Full
</description>
Expand All @@ -3376,6 +3376,13 @@
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
Expand Down

0 comments on commit b6fa4d1

Please sign in to comment.