summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-05-29 03:34:48 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-07-05 21:36:24 -0400
commitd2f43e6540fa0bb553e6fa6968f0c0dc57e3a7b0 (patch)
tree301554cf9da3b723ff82bd363f5f11aec7928725 /src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
parent0b9c80f1ce27ce51b079b38cdb58fd696deec4ef (diff)
downloadtalos-hostboot-d2f43e6540fa0bb553e6fa6968f0c0dc57e3a7b0.tar.gz
talos-hostboot-d2f43e6540fa0bb553e6fa6968f0c0dc57e3a7b0.zip
PM: Added support for enable disable of 24x7 IMA.
Commit incorporates an ability to enable or disable 24x7 IMA. It reads an attribute and populates a field of QPMR header. 24x7 firmware is expected to read this field and enable or disable 24x7 IMA by itself. Key_Cronus_Test=NO_TEST Change-Id: I1f1fc738a58f11346f7972eb3c547aac0e2f805f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59443 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59451 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index 59d54918e..b4ef3e03c 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -2236,5 +2236,23 @@
<platInit/>
<default>FALSE</default>
</attribute>
+
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_NEST_24x7_PERF_ACCUM_ENABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Switch to enable or disable 24x7 IMA. Based on the attribute value, a field of
+ QPMR header of HOMER is populated while building HOMER. Based on the value in
+ that field 24x7 code, which runs on GPE1, either starts or stops Nest IMA.
+
+ Producer: Initialized by Hostboot firmware based on platform support
+ Consumers: Read by p9_hcode_image_build.C
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE = 0x00, TRUE = 0x01</enum>
+ <platInit/>
+ <default>TRUE</default>
+ </attribute>
<!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud