summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps
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/include/usr/isteps
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/include/usr/isteps')
-rw-r--r--src/include/usr/isteps/istep_reasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H
index 5bd5fbf94..36c1e8e39 100644
--- a/src/include/usr/isteps/istep_reasoncodes.H
+++ b/src/include/usr/isteps/istep_reasoncodes.H
@@ -68,6 +68,7 @@ namespace ISTEP
MOD_MSS_SCRUB = 0x25,
MOD_CALL_UPDATE_UCD_FLASH = 0x26,
MOD_LOAD_HCODE = 0x27,
+ MOD_GET_OMI_FREQ = 0x28,
};
/**
@@ -142,6 +143,7 @@ namespace ISTEP
RC_SLAVE_CORE_WAKEUP_ERROR = ISTEP_COMP_ID | 0x4E,
RC_UCD_IMG_NOT_IN_CONTAINER = ISTEP_COMP_ID | 0x4F,
RC_MM_UNMAP_FAILED = ISTEP_COMP_ID | 0x50,
+ RC_OMI_FREQ_MISMATCH = ISTEP_COMP_ID | 0x51,
};
};
OpenPOWER on IntegriCloud