summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-08-23 11:35:10 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-09-04 10:11:35 -0500
commit6ba5510b7956ddf9fa1bbf621da3a72052a436b5 (patch)
treede98a8eafc6163a82e99cdfc12ccc1ae014cacb0 /src/import/chips
parent163b6d07778e66dced5df6e800ebb43ef0b479f3 (diff)
downloadtalos-hostboot-6ba5510b7956ddf9fa1bbf621da3a72052a436b5.tar.gz
talos-hostboot-6ba5510b7956ddf9fa1bbf621da3a72052a436b5.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/82794 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')
-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 4a6639578..7a2c4aa95 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