summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-07 12:21:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-28 15:56:25 -0500
commit4154aa7077447bad31241e4c7405040c5c314ee9 (patch)
tree97e93dc41d3fbc793d486516b502d36b255b9f40 /src/usr/targeting/common
parent3c2d8ccc8fdbcf62e9d116166fedb3deae59f758 (diff)
downloadtalos-hostboot-4154aa7077447bad31241e4c7405040c5c314ee9.tar.gz
talos-hostboot-4154aa7077447bad31241e4c7405040c5c314ee9.zip
Add functions to back ATTR_FREQ_MCA_MHZ and ATTR_MC_PLL_BUCKET in P9A
The FREQ_MCA_MHZ is being used differently in Axone than previously in P9 systems. Now this attribute is now tied in a relationship with the MC_PLL_BUCKET and OMI_PLL_VCO attributes which is defined in the OMI_PLL_FREQ_LIST in the EKB. Hostboot will use the FREQ_OMI_MHZ, which was determined from the parsing DDIMM's VPD, to tell if we have decided that a different PLL bucket than what we booted with is more optimal. At least one scominit procedure is also looking up these values. This commit provides that functions that will allow the Hostboot platform to easily lookup these values. Change-Id: I8e8d970c682d11a73f9fd1962782b613f55bee48 RTC: 207596 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78542 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index fe2219b53..ef5fbc8d6 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1941,6 +1941,9 @@
<id>MAX_SBE_SEEPROM_SIZE</id>
</attribute>
<attribute>
+ <id>MC_PLL_BUCKET</id>
+ </attribute>
+ <attribute>
<id>MFG_TRACE_ENABLE</id>
</attribute>
<attribute>
OpenPOWER on IntegriCloud