Skip to content

Commit

Permalink
Changes related to RTT VPD settings
Browse files Browse the repository at this point in the history
  Incorporate RTT_NOM
  Incorporate RTT_PARK
  Incorporate RTT_WR

Change-Id: I84c852601a885998bf35a3ad5286d8e63c1b764a
Depends-On: Ibdc07d3cbf517d8bd3f5192218205e3680f7eeb6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28021
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69774
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 f4fe10e commit fdd2a22
Showing 1 changed file with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<targetType>TARGET_TYPE_MCBIST</targetType>
<description>
FOR LAB USE ONLY: Frequency override of this memory channel in MT/s
comprising of up to three DIMMs.
comprising of up to three DIMMs.
Set by config file or an attribute writing program.
Consumed by mss_freq.
The default of AUTO means mss_freq will find the best frequencies given the DIMMs plugged in and other rules.
Expand Down Expand Up @@ -1807,24 +1807,6 @@
<mssAccessorName>eff_odt_input_buff</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_EFF_RTT_PARK</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
RTT_Park value. This is for DDR4 MRS5.
Computed in mss_eff_cnfg. Each memory channel will have a value.
creator: mss_eff_cnfg
consumer: various
firmware notes: none
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<enum>DISABLE = 0, 60OHM = 60, 120OHM = 120, 40OHM = 40, 240OHM = 240, 48OHM = 48, 80OHM = 80, 34OHM = 34</enum>
<writeable/>
<array> 2 2 4</array>
<mssAccessorName>eff_rtt_park</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_EFF_CA_PARITY</id>
<targetType>TARGET_TYPE_MCS</targetType>
Expand Down Expand Up @@ -2961,48 +2943,6 @@
<mssAccessorName>eff_dram_ron</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_EFF_DRAM_RTT_NOM</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
DRAM Rtt_Nom.
Used in various locations and comes from the MT keyword of the VPD
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<enum>
DISABLE = 0,
OHM20 = 20,
OHM30 = 30,
OHM34 = 34,
OHM40 = 40,
OHM48 = 48,
OHM60 = 60,
OHM80 = 80,
OHM120 = 120,
OHM240 = 240
</enum>
<array> 2 2 4</array>
<writeable/>
<mssAccessorName>eff_dram_rtt_nom</mssAccessorName>
</attribute>


<attribute>
<id>ATTR_EFF_DRAM_RTT_WR</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
DRAM Rtt_WR.
Used in various locations and comes from the MT keyword of the VPD
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<enum>DISABLE = 0, OHM60 = 60, OHM120 = 120, OHM240 = 240, HIGHZ = 1</enum>
<array>2 2 4</array>
<writeable/>
<mssAccessorName>eff_dram_rtt_wr</mssAccessorName>
</attribute>

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

0 comments on commit fdd2a22

Please sign in to comment.