Skip to content

Commit

Permalink
update DPLL and IVRM inits
Browse files Browse the repository at this point in the history
  create new EQ analog specific scan initfile
  shift application of eq_ana_func ring from cache_initf->cache_dpll_initf
  adjust DPLL FF slew rate
  add EC feature attributes for DD1 controls

Change-Id: I03389ba59253aff06a142b2232f80c6838af3601
Original-Change-Id: I0000927e946f59e29f312dc9d5b5155676bb5d3c
RTC: 170960
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37370
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55487
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jjmcgill authored and dcrowell77 committed Mar 13, 2018
1 parent 37f0ec3 commit 8d707e8
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2738,4 +2738,59 @@
<!-- ******************************************************************** -->
<!-- End Memory Section -->
<!-- ******************************************************************** -->

<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_DD1_ANALOG</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
DD1 update : Scan init VDM and IVRM latch workarounds. True if:
Nimbus EC less than 20
</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_DD1_DPLL_SETTINGS</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
DD1 update : Scan init DPL Jump Values (SCOMMABLE in DD2). True if:
Nimbus EC less than 20
</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_POSTDD1N_DPLL_SETTINGS</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Post DD1 update : Used for new DD2 settings such as ..._EXTERNAL_JUMP_VALUES latch is new for DD2. True if:
Nimbus EC greater than or equal to 20
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
</attributes>

0 comments on commit 8d707e8

Please sign in to comment.