Skip to content

Commit

Permalink
Modified gen_accessors script for greater support
Browse files Browse the repository at this point in the history
Added support for PROC TARGET, only creates accessors for
attributes that have the mssAccessorName xml tag, added support
for other non-mss attrs that don't have [port][dimm] indexes
and that have target types other than MCS, MCBIST, and SYSTEM

Change-Id: I44428bdef703dc7c95bbbe217921764a3b27d3da
Original-Change-Id: I6c76f8e7bbc0be1dade3f77f78d3371d16b609b2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44255
Reviewed-by: Louis Stermole <stermole@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>
Reviewed-by: JACOB L. HARVEY <jlharvey@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/55835
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
aamarin authored and sgupta2m committed Mar 15, 2018
1 parent 2cd7837 commit 0ac9114
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<description>env: 1 = Awan/HWSimulator. 0 = Simics/RealHW.</description>
<valueType>uint8</valueType>
<platInit/>
<mssAccessorName>is_simulation</mssAccessorName>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand Down Expand Up @@ -77,6 +78,7 @@
-->
</enum>
<platInit/>
<mssAccessorName>mnfg_flags</mssAccessorName>
</attribute>
<attribute>
<id>ATTR_RECONFIGURE_LOOP</id>
Expand Down

0 comments on commit 0ac9114

Please sign in to comment.