summaryrefslogtreecommitdiffstats
path: root/src/build
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/build
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/build')
-rw-r--r--src/build/configs/simics_axone.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build/configs/simics_axone.config b/src/build/configs/simics_axone.config
index 5e4e3fe4b..0b26f13bd 100644
--- a/src/build/configs/simics_axone.config
+++ b/src/build/configs/simics_axone.config
@@ -44,3 +44,6 @@ set AXONE
# Enable Console
set CONSOLE
unset CONSOLE_OUTPUT_ERRORDISPLAY
+
+# OMIs were introduced in Axone and will be in P10 also
+set SUPPORT_OMI \ No newline at end of file
OpenPOWER on IntegriCloud