Skip to content

Commit

Permalink
Set NDL IOValids based on configured NV links.
Browse files Browse the repository at this point in the history
Change-Id: Ib6466ca54afa0ff54bb1fba651945fc6ff963e95
Original-Change-Id: I8dfc5410f4f4e6ec4b6fc6dc16b54b99da8f1641
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37375
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@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: DARREN J. DUFFY <darren@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55476
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
BenAtIBM authored and dcrowell77 committed Mar 13, 2018
1 parent 313d850 commit 21200ba
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,42 @@
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_P9N_DD2_SPY_NAMES</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Returns true if spy name has changed from dd1 to dd2.
Greater than or equal to 0x20
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_P9_NDL_IOVALID</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Returns true if the chip has NDL IOValid bits
P9N dd2
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_EARLYMODE_FIX</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit 21200ba

Please sign in to comment.