summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-09-19 05:28:51 -0500
committerspashabk-in <shakeebbk@in.ibm.com>2016-12-20 05:18:57 -0600
commit67383c00b712d0f8c19ccb16fd4ba94d31d7280e (patch)
tree998865db3b9ff37bb6234aa67bda1a0abad1727c /src/import/chips/p9/procedures/xml
parentc35846cd74d398d5d3ce1d2b79ef184adcafd2ed (diff)
downloadtalos-sbe-67383c00b712d0f8c19ccb16fd4ba94d31d7280e.tar.gz
talos-sbe-67383c00b712d0f8c19ccb16fd4ba94d31d7280e.zip
PM: Added support for CME/SGPE flags in respective image header.
Change-Id: I0c49a550eb3afb85e88afa930b36e59ba338cfd2 RTC:160829 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29927 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: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: ADAM S. HALE <ashale@us.ibm.com> Dev-Ready: ADAM S. HALE <ashale@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29928 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/chips/p9/procedures/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 5e2c65a4..4538a44f 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
@@ -729,6 +729,24 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_STOP5_DISABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description> Control CME response to execution of PowerPC STOP instruction
+ if OFF, treat STOP5 as STOP5
+ if ON, treat STOP5 as STOP4
+
+ Producer: ???
+
+ Consumer: p8_hcode_image_build.C
+
+ Platform default: ON
+ </description>
+ <valueType>uint8</valueType>
+ <enum>OFF=0, ON=1</enum>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_STOP8_DISABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Control CME response to execution of PowerPC STOP instruction
OpenPOWER on IntegriCloud