From 515fcd4e1ff026461632d5e861f28d5210b1fdf9 Mon Sep 17 00:00:00 2001 From: Joshua Hannan Date: Tue, 21 Mar 2017 10:15:06 -0500 Subject: [PATCH] adding opencapi to ATTR_OPTICS_CONFIG_MODE Change-Id: I80385ab9a15e87d71d8a07cef2d0f95f62015107 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38230 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Brian R. Silver Reviewed-by: Thi N. Tran Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38236 Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI --- .../p9/procedures/xml/attribute_info/nest_attributes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 2411ca673b2..66db2ff2f0d 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 @@ -274,13 +274,15 @@ 0 = default = SMP 1 = CAPI 2.0 2 = NV 2.0 + 3 = OPENCAPI Provided by the MRW. uint8 SMP = 0x0, CAPI = 0x1, - NV = 0x2 + NV = 0x2, + OCAPI = 0x3