Skip to content

Commit

Permalink
Add generic attribute accessor script and makefiles
Browse files Browse the repository at this point in the history
  Added makefiles for generic and ocmb/explorer attrs
  Also add mssAccessorName tag to explorer attrs

Change-Id: I738c44e9bdf1999eb2746e79d4849683204ae567
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69017
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69571
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
stermole authored and crgeddes committed Feb 11, 2019
1 parent 749dad0 commit bd23628
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
ENTERPRISE = 1
</enum>
<writeable/>
<mssAccessorName>ocmb_enterprise_mode</mssAccessorName>
</attribute>

<attribute>
Expand All @@ -68,6 +69,7 @@
OVERRIDE_NON_ENTERPRISE = 1
</enum>
<writeable/>
<mssAccessorName>ocmb_nonenterprise_mode_override</mssAccessorName>
</attribute>

<attribute>
Expand All @@ -84,6 +86,7 @@
HALF_DIMM = 1
</enum>
<writeable/>
<mssAccessorName>ocmb_half_dimm_mode</mssAccessorName>
</attribute>

<attribute>
Expand All @@ -100,6 +103,7 @@
OVERRIDE_HALF_DIMM = 2
</enum>
<writeable/>
<mssAccessorName>ocmb_half_dimm_mode_override</mssAccessorName>
</attribute>

</attributes>

0 comments on commit bd23628

Please sign in to comment.