summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-11 09:27:34 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-07-17 14:55:07 -0500
commite7f8781ee64c8758890e58967cc13532c3c477a8 (patch)
tree009dcd06c4c34df7e2c12fbf37be0678200f2942 /src/usr/targeting/common
parent2619526afc04e9fe58c680ba67b93bd2d916283a (diff)
downloadtalos-hostboot-e7f8781ee64c8758890e58967cc13532c3c477a8.tar.gz
talos-hostboot-e7f8781ee64c8758890e58967cc13532c3c477a8.zip
Force sbe update loop if a change in OMI freq is detected
After we parse the SPD to determine correct frequency settings we need to check if the optimal settings found differ from the original settings we booted with. This commit adds a check for OMI frequency changes in addition to the existing nest frequency and mc sync mode checks. Change-Id: Icaf64eda225df3aab82a033866663e3103cef55f RTC: 207596 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78739 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/simics_AXONE.system.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
index d47924115..342507e90 100644
--- a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
@@ -201,7 +201,7 @@
</attribute>
<attribute>
<id>ASYNC_NEST_FREQ_MHZ</id>
- <default>0xFFFF</default>
+ <default>2000</default>
</attribute>
<attribute>
<id>HB_SETTINGS</id>
@@ -637,6 +637,10 @@
<id>VPD_REC_NUM</id>
<default>0</default>
</attribute>
+ <attribute>
+ <id>FREQ_OMI_MHZ</id>
+ <default>25600</default>
+ </attribute>
</targetInstance>
<!-- ===================================================================== -->
OpenPOWER on IntegriCloud