diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-07-31 15:43:51 -0500 |
|---|---|---|
| committer | Daniel M Crowell <dcrowell@us.ibm.com> | 2019-08-09 11:21:36 -0500 |
| commit | a7892148b7dcd0d0a332e09835189f7a9d4f913b (patch) | |
| tree | 5a6910fb53d4ba47b97777890fb052fc53d1f817 /src/include/usr/isteps | |
| parent | aade92abb5dbf828533986c7d3745452a4447059 (diff) | |
| download | talos-hostboot-a7892148b7dcd0d0a332e09835189f7a9d4f913b.tar.gz talos-hostboot-a7892148b7dcd0d0a332e09835189f7a9d4f913b.zip | |
Only compare a proc's omi freq if it has functional OCMB children
There are checks we do during the memory intialization where we check
to make sure that both processors have the same frequence set for
their OMI traffic. If a processor has no OCMB targets then its
OMI frequence will not get set so we should ignore those processors
for this comparison.
Change-Id: Id00f01756b431695e92a15872ebe00fd18306c4f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81462
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps')
| -rw-r--r-- | src/include/usr/isteps/istep_reasoncodes.H | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H index 2199d75c8..468ac5d9a 100644 --- a/src/include/usr/isteps/istep_reasoncodes.H +++ b/src/include/usr/isteps/istep_reasoncodes.H @@ -68,8 +68,7 @@ namespace ISTEP MOD_MSS_SCRUB = 0x25, MOD_CALL_UPDATE_UCD_FLASH = 0x26, MOD_LOAD_HCODE = 0x27, - MOD_GET_OMI_FREQ = 0x28, - MOD_DISCOVER_TARGETS = 0x29, + MOD_DISCOVER_TARGETS = 0x28, }; /** @@ -144,8 +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, - RC_CANNOT_BOOT_WITH_MISMATCHED_BARS = ISTEP_COMP_ID | 0x52, + RC_CANNOT_BOOT_WITH_MISMATCHED_BARS = ISTEP_COMP_ID | 0x51, }; }; |

