summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-11-14 13:00:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-11-20 17:05:35 -0600
commit6c5f08212c150d69a931fa4fa1354b6a3aac61e8 (patch)
treea63a5ce077dd5fe5a5ea0dac600324f16cf817c7
parent4409564a8bda71a8fadf8556d4c92d0c31915948 (diff)
downloadtalos-hostboot-6c5f08212c150d69a931fa4fa1354b6a3aac61e8.tar.gz
talos-hostboot-6c5f08212c150d69a931fa4fa1354b6a3aac61e8.zip
Remove safemode_mem_throttle_denominator
Change-Id: I5d0125e159f014e28be42dec71b87e573d92eab6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14490 Tested-by: Jenkins Server Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Matt Spinler <spinler@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl2
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml14
-rw-r--r--src/usr/targeting/common/xmltohb/simics_MURANO.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/simics_NAPLES.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/simics_VENICE.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml1
-rw-r--r--src/usr/targeting/common/xmltohb/vbu_MURANO.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/vbu_NAPLES.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/vbu_VENICE.system.xml4
9 files changed, 0 insertions, 41 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 5c85d0846..34b550ed3 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -187,8 +187,6 @@ push @systemAttr,
"DMI_EREPAIR_THRESHOLD_MNFG", $reqPol->{'dmi-erepair-threshold-mnfg'},
"MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_MBA",
$reqPol->{'safemode_mem_throttle_numerator_per_mba'},
- "MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR",
- $reqPol->{'safemode_mem_throttle_denominator'},
"MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP",
$reqPol->{'safemode_mem_throttle_numerator_per_chip'},
"MRW_THERMAL_MEMORY_POWER_LIMIT", $reqPol->{'thermal_memory_power_limit'},
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 31deb9ff3..4807dbdb1 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -10957,20 +10957,6 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <description>Machine Readable Workbook safe mode throttle value for denominator cfg_nm_m</description>
- <simpleType>
- <uint32_t></uint32_t>
- </simpleType>
- <persistency>non-volatile</persistency>
- <readable/>
- <hwpfToHbAttrMap>
- <id>ATTR_MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
-<attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<description>Machine Readable Workbook safe mode throttle value for numerator cfg_nm_n_per_chip</description>
<simpleType>
diff --git a/src/usr/targeting/common/xmltohb/simics_MURANO.system.xml b/src/usr/targeting/common/xmltohb/simics_MURANO.system.xml
index 7e88f2ea2..d1f832c4a 100644
--- a/src/usr/targeting/common/xmltohb/simics_MURANO.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_MURANO.system.xml
@@ -158,10 +158,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/simics_NAPLES.system.xml b/src/usr/targeting/common/xmltohb/simics_NAPLES.system.xml
index 6b1b2bf93..8facd237f 100644
--- a/src/usr/targeting/common/xmltohb/simics_NAPLES.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_NAPLES.system.xml
@@ -159,10 +159,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/simics_VENICE.system.xml b/src/usr/targeting/common/xmltohb/simics_VENICE.system.xml
index d20e6db99..ab81014c2 100644
--- a/src/usr/targeting/common/xmltohb/simics_VENICE.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_VENICE.system.xml
@@ -162,10 +162,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 6ec420a73..f45ef7ea4 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -215,7 +215,6 @@
<!-- End max/min config attributes -->
<attribute><id>PROC_PBIEX_ASYNC_SEL</id></attribute>
<attribute><id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_MBA</id></attribute>
- <attribute><id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id></attribute>
<attribute><id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id></attribute>
<attribute><id>MRW_THERMAL_MEMORY_POWER_LIMIT</id></attribute>
<attribute><id>PLCK_IPL_ATTR_OVERRIDES_EXIST</id></attribute>
diff --git a/src/usr/targeting/common/xmltohb/vbu_MURANO.system.xml b/src/usr/targeting/common/xmltohb/vbu_MURANO.system.xml
index c42d97233..cfa7fabcf 100644
--- a/src/usr/targeting/common/xmltohb/vbu_MURANO.system.xml
+++ b/src/usr/targeting/common/xmltohb/vbu_MURANO.system.xml
@@ -141,10 +141,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/vbu_NAPLES.system.xml b/src/usr/targeting/common/xmltohb/vbu_NAPLES.system.xml
index 732d0e7ef..c13506976 100644
--- a/src/usr/targeting/common/xmltohb/vbu_NAPLES.system.xml
+++ b/src/usr/targeting/common/xmltohb/vbu_NAPLES.system.xml
@@ -141,10 +141,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/vbu_VENICE.system.xml b/src/usr/targeting/common/xmltohb/vbu_VENICE.system.xml
index 4b9703a2c..f38711daf 100644
--- a/src/usr/targeting/common/xmltohb/vbu_VENICE.system.xml
+++ b/src/usr/targeting/common/xmltohb/vbu_VENICE.system.xml
@@ -140,10 +140,6 @@
<default>96</default>
</attribute>
<attribute>
- <id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id>
- <default>512</default>
- </attribute>
- <attribute>
<id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id>
<default>32</default>
</attribute>
OpenPOWER on IntegriCloud