summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-03-05 13:45:30 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-09 22:17:28 -0500
commit2182092cda4f20aeae6829def08631b34f62d3b6 (patch)
tree7fde8a554061ae700fea637693a57013d7cf5bc9 /src/import
parent97b3473c9e68ebf700168c47cea2d624115aa6df (diff)
downloadtalos-sbe-2182092cda4f20aeae6829def08631b34f62d3b6.tar.gz
talos-sbe-2182092cda4f20aeae6829def08631b34f62d3b6.zip
PM: Add CME_INSTRUCTION_TRACE_ENABLE attribute support for debug control
Change-Id: Id93fb6773616ccce77408f72a9ad1245e7a555d8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37521 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@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: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37522 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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.xml33
1 files changed, 27 insertions, 6 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 a76bb9e2..8d470638 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
@@ -841,8 +841,8 @@
This is matched to pbax_groupid of the PMISC Address phase.
Provided by the Machine Readable Workbook.
-
- Platform default: Nimbus systems = 0
+
+ Platform default: Nimbus systems = 0
</description>
<valueType>uint8</valueType>
<platInit/>
@@ -858,8 +858,8 @@
pbax_type=unicast.
Provided by the Machine Readable Workbook.
-
- Platform default: Nimbus systems - set so value in ATTR_FABRIC_GROUP_ID
+
+ Platform default: Nimbus systems - set so value in ATTR_FABRIC_GROUP_ID
</description>
<valueType>uint8</valueType>
<platInit/>
@@ -875,12 +875,12 @@
bit in this vector at the decoded bit location is a 1, then this receive
engine will participate in the broadcast operation.
- Override attribute. Platform value of 0 indiates the OCC firmware will
+ Override attribute. Platform value of 0 indiates the OCC firmware will
perform this function.
</description>
<valueType>uint8</valueType>
<platInit/>
- <initToZero/>
+ <initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
@@ -1567,6 +1567,27 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_CME_INSTRUCTION_TRACE_ENABLE</id>
+ <description>
+ Enables the SGPE Hcode to enable the CME instruction traces into the L3
+ Trace array for debug. Note: all configured CMEs will be put into this
+ mode if this attribute is ON.
+
+ Consumer: p9_hcode_image_build.c ->
+ SGPE Header field
+
+ Platform default: OFF
+ </description>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <valueType>uint8</valueType>
+ <enum>
+ OFF = 0x00, ON = 0x01
+ </enum>
+ <platInit/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_PGPE_HCODE_FUNCTION_ENABLE</id>
<description>
Enables the PGPE Hcode to physically perform frequency and voltage operations
OpenPOWER on IntegriCloud