summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-11-20 13:51:39 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-22 10:25:12 -0500
commit4e72331566db512e82f4d320d627ed9866967a5e (patch)
tree2731eb03b1bddf6021affd072f170043c5f66bae /src/usr/targeting
parenta420f6c23b46b1e582825035999e6f48f1059cb1 (diff)
downloadtalos-hostboot-4e72331566db512e82f4d320d627ed9866967a5e.tar.gz
talos-hostboot-4e72331566db512e82f4d320d627ed9866967a5e.zip
HTMGT: Do not validate throttles based on oversubscription
Change-Id: I20520c38ce791a63a1f8a43e9e1afdeb8596b63f CQ: SW408496 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49921 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_openpower.xml51
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_openpower.xml3
2 files changed, 0 insertions, 54 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml b/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml
index 6f7bc56bd..f9ddff7a4 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml
@@ -1123,57 +1123,6 @@ ID for the sensor number returned with the elog. -->
</attribute>
<attribute>
- <id>OVERSUB_N_PER_MBA</id>
- <description>
- Static per MBA numerator setting when in oversubscription.
- Calculated based on MRW oversubscription memory power.
- </description>
- <simpleType>
- <uint16_t>
- <default>0,0</default>
- </uint16_t>
- <array>2</array>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
-</attribute>
-
-<attribute>
- <id>OVERSUB_N_PER_CHIP</id>
- <description>
- Static per chip numerator setting when in oversubscription.
- </description>
- <simpleType>
- <uint16_t>
- <default>0,0</default>
- </uint16_t>
- <array>2</array>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
-</attribute>
-
-<attribute>
- <id>OVERSUB_MEM_POWER</id>
- <description>
- Maximum memory power in centiWatts with throttle
- set to oversubscription.
- </description>
- <simpleType>
- <uint32_t>
- <default>0,0</default>
- </uint32_t>
- <array>2</array>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
-</attribute>
-
-
-<attribute>
<id>POWERCAP_N_PER_MBA</id>
<description>
Static per slot numerator setting when power is being capped.
diff --git a/src/usr/targeting/common/xmltohb/target_types_openpower.xml b/src/usr/targeting/common/xmltohb/target_types_openpower.xml
index 602eb2cc3..bcbb11674 100644
--- a/src/usr/targeting/common/xmltohb/target_types_openpower.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_openpower.xml
@@ -169,9 +169,6 @@
<attribute><id>N_PLUS_ONE_N_PER_MBA</id></attribute>
<attribute><id>N_PLUS_ONE_N_PER_CHIP</id></attribute>
<attribute><id>N_PLUS_ONE_MEM_POWER</id></attribute>
- <attribute><id>OVERSUB_N_PER_MBA</id></attribute>
- <attribute><id>OVERSUB_N_PER_CHIP</id></attribute>
- <attribute><id>OVERSUB_MEM_POWER</id></attribute>
<attribute><id>POWERCAP_N_PER_MBA</id></attribute>
<attribute><id>POWERCAP_N_PER_CHIP</id></attribute>
<attribute><id>POWERCAP_MEM_POWER</id></attribute>
OpenPOWER on IntegriCloud