summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-09-29 11:21:45 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-14 05:42:35 -0400
commit887db734a27eea0253afb7fbdd73df9a5c1896af (patch)
tree98a7099834c868ffe71aae671e3f067a16f61a8d /src/import
parent1e309dd6cb118addb8ee583dae9668cc7cf2f934 (diff)
downloadtalos-sbe-887db734a27eea0253afb7fbdd73df9a5c1896af.tar.gz
talos-sbe-887db734a27eea0253afb7fbdd73df9a5c1896af.zip
PM: Incorporated support for enabling/disabling queued scan mode.
Populates a bit in CME flag field of CME's image header. Given CME flag is expected to be read by CME Hcode to decide if queued scanning is to be supported. - Rebased Change-Id: Ie2a5291c393b140266a5d2ed204f54d83f390199 RTC:160171 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30520 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: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31956 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml15
1 files changed, 15 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 8d470638..324b443f 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
@@ -1548,6 +1548,21 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_SYSTEM_DISABLE_QUEUED_SCAN</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Queued scan mode disable status. This attribute eventually decides if queued
+ scan is to be supported by CME Hcode.
+
+ Consumers: p9_hcode_image_build
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE = 0x00, TRUE = 0x01</enum>
+ <platInit/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_PERF_24x7_INVOCATION_TIME_MS</id>
<description>
Time between invocations of the 24x7 performance collection function on
OpenPOWER on IntegriCloud