summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl7
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml4
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
3 files changed, 9 insertions, 3 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 29d565265..b0c65fa66 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -23,7 +23,6 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-# Author: Van Lee vanlee@us.ibm.com
#
# Usage:
#
@@ -3635,6 +3634,12 @@ sub generate_proc
print " <!-- End PM_ attributes -->\n";
}
+ # Pull the value from the system policy we grabbed earlier
+ print " <attribute>\n";
+ print " <id>BOOT_FREQ_MHZ</id>\n";
+ print " <default>$reqPol->{'boot-frequency'}->{content}</default>\n";
+ print " </attribute>\n";
+
my $nXpY = "n" . $node . "p" . $proc;
foreach my $attr (keys %procLoadline)
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 66495791a..fa4032224 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -6607,7 +6607,7 @@ DEPRECATED!!!!
<attribute>
<id>BOOT_FREQ_MHZ</id>
<description>
- Boot frequency in MHZ. Default is 50% of nominal.
+ EQ Boot frequency in MHZ.
</description>
<simpleType>
<uint32_t>
@@ -14792,7 +14792,7 @@ Measured in GB</description>
</attribute>
<attribute>
- <id>PROC_BOOT_VOLTAGE_VID</id>
+ <id>PROC_BOOT_VOLTAGE_VID</id><!-- deprecated -->
<description>
Proc Boot Voltage
</description>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 511f1f25a..b401a4296 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1120,6 +1120,7 @@
<!-- End processor characteristics for HDAT -->
<attribute><id>LPC_BASE_ADDR</id></attribute>
+ <attribute><id>BOOT_FREQ_MHZ</id></attribute>
</targetType>
OpenPOWER on IntegriCloud