summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-02-06 13:47:15 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-17 21:10:08 -0600
commitb99ae92f6e5d63a8ae47acf0d5865c9504112817 (patch)
tree623a55c7dfcf22e1e37ec8e9ea0d9f46db8b5815 /src/import/chips/p9/procedures/xml/attribute_info
parentfa8cd7a5339785de039cf81775c09a319ea3b3e9 (diff)
downloadtalos-sbe-b99ae92f6e5d63a8ae47acf0d5865c9504112817.tar.gz
talos-sbe-b99ae92f6e5d63a8ae47acf0d5865c9504112817.zip
Updates MCBIST for dual-drop systems
Includes: 1) address configuration updates 2) FIFO/reorder queue updates needed to avoid hangs Change-Id: Ib5ebbe6166535ebfb4477d2e917cf5a8b057d742 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35984 Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@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/69797 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
index ba378b51..8605968c 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
@@ -3112,4 +3112,19 @@
<mssAccessorName>mvpd_fwms</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_REORDER_QUEUE_SETTING</id>
+ <targetType>TARGET_TYPE_MCBIST</targetType>
+ <description>
+ Contains the settings for write/read reorder queue
+ </description>
+ <default>REORDER</default>
+ <initToZero></initToZero>
+ <writeable/>
+ <enum>REORDER = 0, FIFO = 1</enum>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <mssAccessorName>reorder_queue_setting</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud