Skip to content

Commit

Permalink
Updating HW414700 to also apply to Cumulus DD10
Browse files Browse the repository at this point in the history
Change-Id: I565fe99adc16d8b2c56d6ca8365c77ae5bad0aef
CQ: HW414700
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50287
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50369
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Jenny Huynh authored and sgupta2m committed Feb 11, 2018
1 parent 25624c1 commit 4a5ddf0
Showing 1 changed file with 9 additions and 2 deletions.
Expand Up @@ -5147,9 +5147,9 @@

<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW414700</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD2.0 only -- set all UE FIRs to checkstop
Nimbus DD2.0, Cumulus DD1.0 -- set all UE FIRs to checkstop
</description>
<chipEcFeature>
<chip>
Expand All @@ -5159,6 +5159,13 @@
<test>EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

Expand Down

0 comments on commit 4a5ddf0

Please sign in to comment.