Skip to content

Commit

Permalink
Add three WATs, remove IMC2, replace stop2 workaround
Browse files Browse the repository at this point in the history
Change-Id: Idb63b61235cfbb7ac3345f6f1e3c0b5dd4738a50
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36735
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: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36738
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jklazyns authored and dcrowell77 committed Feb 22, 2017
1 parent 2eaec45 commit e8cf80c
Showing 1 changed file with 52 additions and 1 deletion.
Expand Up @@ -2090,7 +2090,58 @@
</chip>
</chipEcFeature>
</attribute>

<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW393578</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1: Red Snow
</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_HW403075</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1: Icy Sapphire
</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_HW399624</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1: Needy Kitten
</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_HW395939</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit e8cf80c

Please sign in to comment.