Skip to content

Commit

Permalink
Added Nimbus & Cumulus attributes for INT initfiles
Browse files Browse the repository at this point in the history
Change-Id: I58b7ab92a209eea952cbfdf97533e2777d6c8eb8
Original-Change-Id: Iabb14846f0cde49bfa1c5cc90ef6007df76c2140
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46430
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@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: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Kevin F. Reick <reick@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55576
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
David Kauer authored and dcrowell77 committed Mar 13, 2018
1 parent 9abf780 commit e53b287
Showing 1 changed file with 38 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1979,8 +1979,8 @@
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN_OR_EQUAL</test>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
Expand Down Expand Up @@ -4696,14 +4696,14 @@
<id>ATTR_CHIP_EC_FEATURE_HW411637</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Mask INT SUE FIR bit for Nimbus DD2.0 only
Mask INT SUE FIR bit for Nimbus DD2.0
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>EQUAL</test>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
Expand Down Expand Up @@ -5098,10 +5098,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_INT_DD1</id>
<id>ATTR_CHIP_EC_FEATURE_P9N_INT_DD10</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Common Attribute for INT DD1 spys
Common Attribute for INT DD10 spys
</description>
<chipEcFeature>
<chip>
Expand All @@ -5113,6 +5113,38 @@
</chip>
</chipEcFeature>
</attribute>
<attribute>
<id>ATTR_CHIP_EC_FEATURE_P9N_INT_DD20</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Common Attribute for INT DD20 spys
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<attribute>
<id>ATTR_CHIP_EC_FEATURE_P9N_INT_DD21</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Common Attribute for INT DD21+ spys
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x21</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_DD1_FBC_SETTINGS</id>
Expand Down

0 comments on commit e53b287

Please sign in to comment.