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: I4f667acd9de455a779cded183aa357b52dcf1efb
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/55558
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
aamarin authored and dcrowell77 committed Mar 13, 2018
1 parent 345c40e commit 04088f2
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3907,6 +3907,24 @@
</chip>
</chipEcFeature>
</attribute>

<attribute>
<id>ATTR_CHIP_EC_FEATURE_MSS_PERIODICS</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
For Nimbus DD1.** turn off periodics by default (zqcal and memcal).
For Nimbus DD2.** it will be attribute driven without any restrictions.
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<!-- End Memory Section -->
<!-- ******************************************************************** -->
Expand Down

0 comments on commit 04088f2

Please sign in to comment.