summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-08-23 11:35:10 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-09-09 08:12:26 -0500
commit60330e0e005a66e1e2a03ca75be5db30d4d0d67d (patch)
tree352bbe4bc553bcb2b6cdb5a031d2cd64692c59d3 /src/import/chips/p9/procedures
parent50895b93a8e4390b0990ee22824c8a5ee28ea9f8 (diff)
downloadtalos-sbe-60330e0e005a66e1e2a03ca75be5db30d4d0d67d.tar.gz
talos-sbe-60330e0e005a66e1e2a03ca75be5db30d4d0d67d.zip
Add "Not Wired" option for OPTICS_CONFIG_MODE attrs
For Swift systems obus1 is not wired to anything. This is causing issues when we attempt to enable the link. If we set it to NOT_WIRED then we should avoid the problem we are seeing currently where obus1 is having the NV link enabled which is getting parity errors as soon as we enabled the obus. Change-Id: I1380388cbf9a967380c6657102a1b1ae9b266014 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82766 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J McGill <jmcgill@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82793 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index 8295debc..5040e9d6 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -349,6 +349,7 @@
1 = CAPI 2.0
2 = NV 2.0
3 = OPENCAPI
+ 4 = Not Wired
Provided by the MRW.
</description>
<valueType>uint8</valueType>
@@ -356,7 +357,8 @@
SMP = 0x0,
CAPI = 0x1,
NV = 0x2,
- OCAPI = 0x3
+ OCAPI = 0x3,
+ NOT_WIRED=0x4
</enum>
<platInit/>
</attribute>
@@ -386,12 +388,16 @@
0 = default = SMP
1 = CAPI 2.0
2 = NV 2.0
+ 3 = OPENCAPI
+ 4 = Not Wired
</description>
<valueType>uint8</valueType>
<enum>
SMP = 0x0,
CAPI = 0x1,
- NV = 0x2
+ NV = 0x2,
+ OCAPI = 0x3,
+ NOT_WIRED=0x4
</enum>
<array>4</array>
<writeable/>
OpenPOWER on IntegriCloud