Skip to content

Commit

Permalink
Allow HWPs that send BOOT_CONFIG command to ocbm to run in simics
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes authored and dcrowell77 committed Nov 17, 2019
1 parent 4235f2f commit 6d6b8ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/usr/isteps/istep12/call_dmi_io_run_training.C
Expand Up @@ -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);

Expand Down Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions src/usr/isteps/istep12/call_dmi_pre_trainadv.C
Expand Up @@ -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);

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6d6b8ce

Please sign in to comment.