From 6ba5510b7956ddf9fa1bbf621da3a72052a436b5 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Fri, 23 Aug 2019 11:35:10 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Tested-by: HWSV CI Reviewed-by: Joseph J McGill Reviewed-by: Daniel M Crowell Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82794 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R Geddes --- .../chips/p9/procedures/xml/attribute_info/nest_attributes.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/import/chips') 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. uint8 @@ -356,7 +357,8 @@ SMP = 0x0, CAPI = 0x1, NV = 0x2, - OCAPI = 0x3 + OCAPI = 0x3, + NOT_WIRED=0x4 @@ -386,12 +388,16 @@ 0 = default = SMP 1 = CAPI 2.0 2 = NV 2.0 + 3 = OPENCAPI + 4 = Not Wired uint8 SMP = 0x0, CAPI = 0x1, - NV = 0x2 + NV = 0x2, + OCAPI = 0x3, + NOT_WIRED=0x4 4 -- cgit v1.2.1