Skip to content

Commit

Permalink
Fix up setup_cal and vref attrs
Browse files Browse the repository at this point in the history
    Fix bug when setting RD_VREF but not RD_CNTR
    Change name of MSS_VREF_CAL_STEP_ENABLE to
    MSS_RDVREF_CAL_STEP_ENABLE
    Set RD_VREF_CALENABLE_REG in setup_cal

Change-Id: Ie4117a53c2ae2e53e7b753cc2b0b127cab0d4caf
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38484
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69801
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
JacobHarvey authored and sgupta2m committed Dec 18, 2018
1 parent e179917 commit 8c2f174
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,21 @@
<mssAccessorName>vref_cal_enable</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_MSS_RDVREF_CAL_ENABLE</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
A bit vector denoting bits in every DP16 on the port to be calibrated.
That is, all of the set bits will be calibrated for all DP16. A value
of zero indicates the calibration should not be run.
</description>
<initToZero></initToZero>
<valueType>uint16</valueType>
<writeable/>
<array>2</array>
<mssAccessorName>rdvref_cal_enable</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_MSS_CAL_ABORT_ON_ERROR</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
Expand Down

0 comments on commit 8c2f174

Please sign in to comment.