From 6d6b8ced5f998e51cadb247b0c79ec5252804f7e Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Fri, 8 Nov 2019 13:49:29 -0600 Subject: [PATCH] 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M Crowell --- src/usr/isteps/istep12/call_dmi_io_run_training.C | 3 --- src/usr/isteps/istep12/call_dmi_pre_trainadv.C | 3 --- 2 files changed, 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 8c7ead3186d..17bef45da06 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 aaec7d89b60..09aa8a81f79 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