summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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