summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-09-16 15:40:56 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-17 21:06:01 -0600
commit2318bae2ec82e1f3ead7ba9db958d4dca86a1496 (patch)
treee8dacdc785d2fa5d56d8126f279af2212484f62f /src/import/chips/p9/procedures/xml/attribute_info
parent50fe674d875bc02f7a976ae7fe1511d44b07cc92 (diff)
downloadtalos-sbe-2318bae2ec82e1f3ead7ba9db958d4dca86a1496.tar.gz
talos-sbe-2318bae2ec82e1f3ead7ba9db958d4dca86a1496.zip
Add an attribute to avoid the plug rules in partial good scenarios
Update test cases to verify attribute Change-Id: Ia94999cdb67e4745a9fb41bd0542b2e03b4bfa40 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29867 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69783 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 3ce6a154..5d7921fb 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
@@ -3013,4 +3013,19 @@
<mssAccessorName>eff_dram_txs</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_IGNORE_PLUG_RULES</id>
+ <targetType>TARGET_TYPE_MCS</targetType>
+ <description>
+ Set to IGNORE if you want to ignore the plug rules. Sometimes
+ this is needed in a partial-good configuration
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <enum>NO = 0, YES = 1</enum>
+ <mssUnits> bool </mssUnits>
+ <mssAccessorName>ignore_plug_rules</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud