Skip to content

Commit

Permalink
adding opencapi to ATTR_OPTICS_CONFIG_MODE
Browse files Browse the repository at this point in the history
Change-Id: I80385ab9a15e87d71d8a07cef2d0f95f62015107
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38230
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>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38236
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
Joshua Hannan authored and dcrowell77 committed Mar 27, 2017
1 parent a58f695 commit 515fcd4
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -274,13 +274,15 @@
0 = default = SMP
1 = CAPI 2.0
2 = NV 2.0
3 = OPENCAPI
Provided by the MRW.
</description>
<valueType>uint8</valueType>
<enum>
SMP = 0x0,
CAPI = 0x1,
NV = 0x2
NV = 0x2,
OCAPI = 0x3
</enum>
<platInit/>
</attribute>
Expand Down

0 comments on commit 515fcd4

Please sign in to comment.