summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_training
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2013-10-01 08:36:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-10 15:56:42 -0500
commit75c505e0c95e8412d007801bfe8a0dd192039df3 (patch)
treee01fc27254357b93469445ff2689d7124100647c /src/usr/hwpf/hwp/dram_training
parent4e69f6de00bbc2de7c73ff572963e07fb498329f (diff)
downloadtalos-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.tar.gz
talos-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.zip
Split "SPless" from mailbox for Cronus control of HB
Change-Id: Ifc44ca2f54bc61163f797b8020ffdd7bf9cc3240 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6424 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_training')
-rw-r--r--src/usr/hwpf/hwp/dram_training/dram_training.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr/hwpf/hwp/dram_training/dram_training.C b/src/usr/hwpf/hwp/dram_training/dram_training.C
index 161d0a2c0..728322596 100644
--- a/src/usr/hwpf/hwp/dram_training/dram_training.C
+++ b/src/usr/hwpf/hwp/dram_training/dram_training.C
@@ -55,6 +55,7 @@
//hb vddr support
#include <hbVddrMsg.H>
+#include <initservice/initserviceif.H>
// Run on all Centaurs/MBAs, but needs to keep this one handy in case we
// want to limit them in VPO
@@ -94,7 +95,7 @@ void* call_host_disable_vddr( void *io_pArgs )
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_host_disable_vddr entry" );
- if( MBOX::mailbox_enabled() )
+ if( !INITSERVICE::spLess() )
{
IStepError l_StepError;
@@ -139,7 +140,7 @@ void* call_host_disable_vddr( void *io_pArgs )
}
else
{
- //no mailbox running so this is a fsp less system. Right now the istep
+ //This is a fsp less system. Right now the istep
//only works when a FSP is present. May add code in the future for
//Stradale which is a FSP-less system
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,"call_host_disable_vddr"
@@ -394,7 +395,7 @@ void* call_host_enable_vddr( void *io_pArgs )
errlHndl_t l_err = NULL;
- if( MBOX::mailbox_enabled() )
+ if( !INITSERVICE::spLess() )
{
IStepError l_StepError;
@@ -438,7 +439,7 @@ void* call_host_enable_vddr( void *io_pArgs )
}
else
{
- //no mailbox running so this is a fsp less system. Right now the istep
+ //This is a fsp less system. Right now the istep
//only works when a FSP is present. May add code in the future for
//Stradale which is a FSP-less system
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,"call_host_enable_vddr"
OpenPOWER on IntegriCloud