Skip to content

Commit

Permalink
Add disabled bit processing for DDR PHY initial calibration
Browse files Browse the repository at this point in the history
Change-Id: I5d177529dd61cc59cb89ded524698841260bef22
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31367
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69785
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
brs332 authored and sgupta2m committed Dec 18, 2018
1 parent 5857fe5 commit e61c662
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,21 @@
<mssAccessorName>cal_step_enable</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_MSS_CAL_ABORT_ON_ERROR</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>
Whether or not to abort on the first DDR PHY calibration error.
Firmware should always have this set to NO. YES can be used in the
lab for troubleshooting, screening, etc.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<writeable/>
<enum>NO = 0, YES = 1</enum>
<mssAccessorName>cal_abort_on_error</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_MSS_SLEW_RATE_DATA</id>
<targetType>TARGET_TYPE_MCS</targetType>
Expand Down

0 comments on commit e61c662

Please sign in to comment.