Skip to content

Commit

Permalink
Add "Not Wired" option for OPTICS_CONFIG_MODE attrs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes committed Sep 4, 2019
1 parent 163b6d0 commit 6ba5510
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -349,14 +349,16 @@
1 = CAPI 2.0
2 = NV 2.0
3 = OPENCAPI
4 = Not Wired
Provided by the MRW.
</description>
<valueType>uint8</valueType>
<enum>
SMP = 0x0,
CAPI = 0x1,
NV = 0x2,
OCAPI = 0x3
OCAPI = 0x3,
NOT_WIRED=0x4
</enum>
<platInit/>
</attribute>
Expand Down Expand Up @@ -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/>
Expand Down

0 comments on commit 6ba5510

Please sign in to comment.