summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml48
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 50 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index cfce7e87e..929875b9b 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -32475,6 +32475,30 @@ Measured in GB</description>
</attribute>
<attribute>
+ <id>PERF_24x7_INVOCATION_TIME_MS</id>
+ <description>
+ Time between invocations of the 24x7 performance collection function on
+ GPE1. The time (in milliseconds) is derived as 2^PERF_24x7_INVOCATION_TIME_MS
+ with 0 indicating the function is OFF.
+ Consumer: p9_hcode_image_build.c ->
+ SGPE Header field
+ Provided by the Machine Readable Workbook to tune the collection.
+ Platform default: 1
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_PERF_24x7_INVOCATION_TIME_MS</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>CME_INSTRUCTION_TRACE_ENABLE</id>
<description>
Enables the SGPE Hcode to enable the CME instruction traces into the L3
@@ -32945,6 +32969,30 @@ Measured in GB</description>
</attribute>
<attribute>
+ <id>AUX_FUNC_INVOCATION_TIME_MS</id>
+ <description>
+ Time between invocations of auxiliary function on
+ GPE1. The time (in milliseconds) is derived as 2^ATTR_AUX_FUNC_INVOCATION_TIME_MS
+ with 0 indicating the function is OFF.
+ Consumer: p9_hcode_image_build.c ->
+ SGPE Header field
+ Provided by the Machine Readable Workbook to tune the collection.
+ Platform default: 1
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_AUX_FUNC_INVOCATION_TIME_MS</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>PGPE_HCODE_FUNCTION_ENABLE</id>
<description>
Enables the PGPE Hcode to physically perform frequency and voltage
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 61f3fec4f..d5b8454d6 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -918,6 +918,8 @@
<attribute><id>POUND_W_STATIC_DATA_ENABLE</id></attribute>
<attribute><id>PGPE_HCODE_FUNCTION_ENABLE</id></attribute>
<attribute><id>SYSTEM_DISABLE_QUEUED_SCAN</id></attribute>
+ <attribute><id>PERF_24x7_INVOCATION_TIME_MS</id></attribute>
+ <attribute><id>AUX_FUNC_INVOCATION_TIME_MS</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud