Skip to content

Commit

Permalink
Add PHY sequencer refresh settings after draminit
Browse files Browse the repository at this point in the history
Change-Id: I2fd7738f8909c3567c6cda8640bbe9d70b62bda3
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39757
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-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://rchgit01.rchland.ibm.com/gerrit1/69802
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
aamarin authored and sgupta2m committed Dec 18, 2018
1 parent 8c2f174 commit c296d8d
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3175,4 +3175,20 @@
<mssAccessorName>rtt_nom_override_disable</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_MSS_PHY_SEQ_REFRESH</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
Controls ENABLE/DISABLE of workaround that sets
the PHY sequencer to trigger refresh after draminit.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<writeable/>
<enum>DISABLE = 0, ENABLE = 1</enum>
<mssUnits> bool </mssUnits>
<array> 2 </array>
<mssAccessorName>phy_seq_refresh</mssAccessorName>
</attribute>

</attributes>

0 comments on commit c296d8d

Please sign in to comment.