summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-01-13 18:41:44 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-01-16 10:06:22 -0500
commit0cc7df70653fb3e67363b1b7d91f7add47d63b88 (patch)
treebef80493a0dc0d9c372c8778b959c239bb23e53e /src
parentd02ef46e2d00833f22e6f7953485b2dd63a31a08 (diff)
downloadtalos-hostboot-0cc7df70653fb3e67363b1b7d91f7add47d63b88.tar.gz
talos-hostboot-0cc7df70653fb3e67363b1b7d91f7add47d63b88.zip
Add STOP5_DISABLE attribute
Change-Id: Ie62d755c7ded47d2db20ca36a34442d096883383 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34889 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml25
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 26 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index a9201070f..1a0a24494 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -19608,6 +19608,31 @@ Measured in GB</description>
</attribute>
<attribute>
+ <id>STOP5_DISABLE</id>
+ <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>
+ <simpleType>
+ <uint8_t>
+ <default>1</default>
+ </uint8_t>
+ </simpleType>
+ <hwpfToHbAttrMap>
+ <id>ATTR_STOP5_DISABLE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+ <persistency>non-volatile</persistency>
+ <readable/>
+</attribute>
+
+<attribute>
<id>STOP8_DISABLE</id>
<description>
Control CME response to execution of PowerPC STOP instruction
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index efe9906dd..9e5d4a8bf 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -873,6 +873,7 @@
<attribute><id>VDM_ENABLE</id></attribute>
<attribute><id>STOP8_DISABLE</id></attribute>
<attribute><id>STOP4_DISABLE</id></attribute>
+ <attribute><id>STOP5_DISABLE</id></attribute>
<attribute><id>SUPPORTED_STOP_STATES</id></attribute>
<attribute><id>SYSTEM_FAMILY</id></attribute>
<attribute><id>SYSTEM_TYPE</id></attribute>
OpenPOWER on IntegriCloud