summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-11-08 13:49:29 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-11-17 15:07:19 -0600
commit6d6b8ced5f998e51cadb247b0c79ec5252804f7e (patch)
treeb967f0f23659020f016aade5aca7169e1c38ce59 /src
parent4235f2f225c5405cf08136dd87c542067edeee22 (diff)
downloadtalos-hostboot-6d6b8ced5f998e51cadb247b0c79ec5252804f7e.tar.gz
talos-hostboot-6d6b8ced5f998e51cadb247b0c79ec5252804f7e.zip
Allow HWPs that send BOOT_CONFIG command to ocbm to run in simics
Previously simics was not responding correctly to this command but the latest simics versions have updates so they will give us what we expect. Change-Id: I1c009b834eb0081e3b806414d48409e23b6280ef Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86871 Tested-by: Jenkins Server <pfd-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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep12/call_dmi_io_run_training.C3
-rw-r--r--src/usr/isteps/istep12/call_dmi_pre_trainadv.C3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/isteps/istep12/call_dmi_io_run_training.C b/src/usr/isteps/istep12/call_dmi_io_run_training.C
index 8c7ead318..17bef45da 100644
--- a/src/usr/isteps/istep12/call_dmi_io_run_training.C
+++ b/src/usr/isteps/istep12/call_dmi_io_run_training.C
@@ -111,8 +111,6 @@ void* call_dmi_io_run_training (void *io_pArgs)
#ifdef CONFIG_AXONE
- if( ! Util::isSimicsRunning() )
- {
TARGETING::TargetHandleList l_ocmbTargetList;
getAllChips(l_ocmbTargetList, TYPE_OCMB_CHIP);
@@ -196,7 +194,6 @@ void* call_dmi_io_run_training (void *io_pArgs)
"SUCCESS : p9a_omi_train HWP on 0x%.08X", TARGETING::get_huid(l_omi_target));
}
}
- }
#endif
diff --git a/src/usr/isteps/istep12/call_dmi_pre_trainadv.C b/src/usr/isteps/istep12/call_dmi_pre_trainadv.C
index aaec7d89b..09aa8a81f 100644
--- a/src/usr/isteps/istep12/call_dmi_pre_trainadv.C
+++ b/src/usr/isteps/istep12/call_dmi_pre_trainadv.C
@@ -131,8 +131,6 @@ void* call_dmi_pre_trainadv (void *io_pArgs)
#ifdef CONFIG_AXONE
- if( ! Util::isSimicsRunning() )
- {
TARGETING::TargetHandleList l_ocmbTargetList;
getAllChips(l_ocmbTargetList, TYPE_OCMB_CHIP);
@@ -206,7 +204,6 @@ void* call_dmi_pre_trainadv (void *io_pArgs)
"SUCCESS : p9a_omi_setup HWP on 0x%.08X", TARGETING::get_huid(l_omi_target));
}
}
- }
#endif
OpenPOWER on IntegriCloud