summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-08-05 13:45:29 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-24 18:12:47 -0400
commit45e34884fa589b6da472e02c61c4187404dc1db5 (patch)
tree3f4725d20ad5ef9cf9282ff3d5cd01013c64ad87 /src/usr/targeting
parent27002b1c76e4e90ccf14b4797f8dd023e68be892 (diff)
downloadtalos-hostboot-45e34884fa589b6da472e02c61c4187404dc1db5.tar.gz
talos-hostboot-45e34884fa589b6da472e02c61c4187404dc1db5.zip
Remove P8 leftovers from host_slave_sbe_config
Remove calls to old FREQVOLTSVC, covered by code in host_voltage_config istep now Remove references to ATTR_FORCE_SKIP_SBE_MASTER_INTR_SERVICE Add ATTR_BOOT_FREQ_MHZ to the proc chip target Change-Id: Iea30e4152226276260c4319cc74cc0a005ad4cc8 RTC: 153745 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27934 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
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