summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorSharath Manjunath <shamanj4@in.ibm.com>2018-11-28 11:47:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-07 09:19:04 -0600
commitbdaa5b1d2af3fbfc4bb222ef1d837966615593c3 (patch)
treea7343d89a840611bf31d1af33a356dc1d152d1e2 /src/import/chips/ocmb/explorer/procedures/xml/attribute_info
parente7f0582196fbc0de65da15b7bf7371973e37f01f (diff)
downloadtalos-hostboot-bdaa5b1d2af3fbfc4bb222ef1d837966615593c3.tar.gz
talos-hostboot-bdaa5b1d2af3fbfc4bb222ef1d837966615593c3.zip
Update exp_draminit to read values from attributes
Change-Id: Ie2e72c0bff21c3a27a37708b3bd06a940a2c29e9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69194 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> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69982 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml149
1 files changed, 149 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
index 2c7407962..927bdcf83 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
@@ -120,4 +120,153 @@
<mssAccessorName>mvpd_fwms</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MEM_EXP_FIRMWARE_EMULATION_MODE</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Enable Special mode for Emulation Support
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <enum>NORMAL = 0, EMULATION = 1</enum>
+ <writeable/>
+ <mssAccessorName>exp_firmware_emulation_mode</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_CHIP_SELECT</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Indicate presence of DRAM at each Chip Select for PHY
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_chip_select</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_PHY_EQUALIZATION</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Phy Equalization mode enable
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <enum>DISABLE = 0, ENABLE = 1</enum>
+ <writeable/>
+ <mssAccessorName>exp_phy_equalization</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_INIT_VREF_DQ</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Initial VrefDQ setting before training
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_init_vref_dq</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_INIT_PHY_VREF</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Initial DQ Vref setting of PHY before training
+ </description>
+ <valueType>uint16</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_init_phy_vref</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_ODT_MAP_CS_WR</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Desired ODT Value to write to the ranks
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_odt_map_cs_wr</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_ODT_MAP_CS_RD</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Desired ODT Value when reading from the ranks
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_odt_map_cs_rd</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_RCD_DIC</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ CA and CS signal Driver Characteristics from F0RC03, F0RC04, F0RC05
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_rcd_dic</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_RCD_VOLTAGE_CTRL</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ RCD operating voltage VDD and VrefCA control from F0RC0B and F0RC1x
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <writeable/>
+ <mssAccessorName>exp_rcd_voltage_ctrl</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_DRAM_ADDRESS_MIRRORING</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Ranks that have address mirroring.
+ This data is derived from SPD or VPD.
+ Note: This is a bit-wise map and muliple ranks can be mirrored.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <array>2</array>
+ <writeable/>
+ <mssAccessorName>exp_dram_address_mirroring</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_SPD_CL</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ Cas Latency Supported by DRAM
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint32</valueType>
+ <writeable/>
+ <mssAccessorName>exp_spd_cl</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EXP_RCD_SLEW_RATE</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ RCD slew rate control from F1RC02,F1RC03,F1RC04,F1RC05
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint16</valueType>
+ <writeable/>
+ <mssAccessorName>exp_rcd_slew_rate</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud