Skip to content

Commit

Permalink
Disable read data delay for Cumulus DD1.0, enable for DD1.1
Browse files Browse the repository at this point in the history
  centaur.mbs.scan.initfile
     Remove static application of read data delay disables
     Centaur will now flush to read data delay enabled

  cen_initf
    Add block to re-rotate tcn_mbs_func and:
    - fix existing spy parity errors
    - apply read data delay disables,
      executed only when attached chip is Cumulus DD1.0

Change-Id: Id5d0f8755fed09dc841dc7481d0fe142bbe8bbb7
Original-Change-Id: I10279decbbf27df911a94ce27d11b4d2e30b6e5f
RTC: 138785
CQ: HW419021
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50720
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>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55608
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
jjmcgill authored and dcrowell77 committed Mar 13, 2018
1 parent 3d12277 commit 7221c41
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6030,6 +6030,23 @@
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW419021</id>>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Disable read data delay for Cumulus DD1.0
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
</attributes>

0 comments on commit 7221c41

Please sign in to comment.