summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml
diff options
context:
space:
mode:
authorAndre A. Marin <aamarin@us.ibm.com>2019-03-05 22:53:02 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-16 14:51:17 -0500
commitb5e9f70eb916d2dcda27751588ce24199338950f (patch)
tree9364aee37ca9cc7e337395f46b803532384aa19b /src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml
parentbcecb8a2a15af6d4147a740d3fc4d4224b38fd93 (diff)
downloadtalos-hostboot-b5e9f70eb916d2dcda27751588ce24199338950f.tar.gz
talos-hostboot-b5e9f70eb916d2dcda27751588ce24199338950f.zip
Update phy_pharams structure, tests, and exp attrs
Change-Id: I6999ba3e4b013dd10867a9b006e8cf7e5c1c5bbf Original-Change-Id: Ie84463e9497bf53d8cd13b14526be93d9de95506 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72070 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73470 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml144
1 files changed, 144 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml
new file mode 100644
index 000000000..76b295dd9
--- /dev/null
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml
@@ -0,0 +1,144 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_eff_attributes.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2019 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
+<!-- implied. See the License for the specific language governing -->
+<!-- permissions and limitations under the License. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<attributes>
+ <attribute>
+ <id>ATTR_MEM_EFF_PSTATES</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ This byte defines the allowed number of
+ P-States for the DDR4 Differential Memory Buffer.
+ P-States can be thought of as an available performance profile.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <array>2</array>
+ <writeable/>
+ <mssAccessorName>pstates</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_BYTE_ENABLES</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ These bits are used to activate or deactivate bytes in the
+ DDR interface of the differential memory
+ buffer chip.
+ Right aligned data.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint16</valueType>
+ <array>2</array>
+ <writeable/>
+ <mssAccessorName>byte_enables</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_NIBBLE_ENABLES</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ These bits are used to select the active nibbles or DQS on the DDR interface.
+ Right aligned data.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint32</valueType>
+ <array>2</array>
+ <writeable/>
+ <mssAccessorName>nibble_enables</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_FOUR_RANK_MODE</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ A-Side CA bus drives rank 0/1
+ and B-Side CA bus drives rank 2/3, DQ/DQS are
+ shared across the ranks
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>DISABLE = 0, ENABLE = 1</enum>
+ <writeable/>
+ <array>2</array>
+ <mssUnits>bool</mssUnits>
+ <mssAccessorName>four_rank_mode</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_MRAM_SUPPORT</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ MRAM Support
+ Support timing parameters of Everspin DDR4 MRAM
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>DISABLE = 0, ENABLE = 1</enum>
+ <writeable/>
+ <array>2</array>
+ <mssUnits>bool</mssUnits>
+ <mssAccessorName>mram_support</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_DDP_COMPATIBILITY</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ DDP Compatibility
+ Support 1 rank 3DS Device in DDP board routing. CKE[1], CSN[1], ODT[1] of
+ PHY are connected to C[0], C[1], C[2] of DRAM
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>DISABLE = 0, ENABLE = 1</enum>
+ <writeable/>
+ <array>2</array>
+ <mssUnits>bool</mssUnits>
+ <mssAccessorName>ddp_compatibility</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MEM_EFF_TSV_8H_SUPPORT</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ ARRAY[DIMM]
+ TSV 8H Support
+ Support 8H 3DS routing in board routing when parity check is disabled
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>DISABLE = 0, ENABLE = 1</enum>
+ <writeable/>
+ <array>2</array>
+ <mssUnits>bool</mssUnits>
+ <mssAccessorName>tsv_8h_support</mssAccessorName>
+ </attribute>
+
+</attributes>
OpenPOWER on IntegriCloud