summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio/sbe_coreStateControl.C
diff options
context:
space:
mode:
authorVitaly Marin <mvitaly@us.ibm.com>2016-08-28 15:52:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-18 13:13:11 -0400
commit83efa306d8460f901459b936c341781633c7b507 (patch)
tree86a6b613687f1cbc8e44947dbb42e41aad9084e9 /src/usr/sbeio/sbe_coreStateControl.C
parentebeb735ad3227137996822e03cf1108b549b8b69 (diff)
downloadblackbird-hostboot-83efa306d8460f901459b936c341781633c7b507.tar.gz
blackbird-hostboot-83efa306d8460f901459b936c341781633c7b507.zip
Added support for 'Put Ring from Image' command on HB for SBE
Change-Id: I4930633f87bdb61acb19e01f17a8006277f7868d RTC:132654 CMVC-Prereq: 1004971 CMVC-Prereq: 1005024 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28887 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Vitaly Marin <mvitaly@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/sbe_coreStateControl.C')
-rw-r--r--src/usr/sbeio/sbe_coreStateControl.C9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/sbeio/sbe_coreStateControl.C b/src/usr/sbeio/sbe_coreStateControl.C
index 7d18d2c1a..54f86d0a6 100644
--- a/src/usr/sbeio/sbe_coreStateControl.C
+++ b/src/usr/sbeio/sbe_coreStateControl.C
@@ -31,13 +31,16 @@
#include <trace/interface.H>
#include <errl/errlmanager.H>
#include <sbeio/sbeioif.H>
-#include "sbe_psudd.H"
+#include <sbeio/sbe_psudd.H>
extern trace_desc_t* g_trac_sbeio;
#define SBE_TRACD(printf_string,args...) \
TRACDCOMP(g_trac_sbeio,"coreStateControl: " printf_string,##args)
+#define SBE_TRACF(printf_string,args...) \
+ TRACFCOMP(g_trac_sbeio,"coreStateControl: " printf_string,##args)
+
namespace SBEIO
{
@@ -59,11 +62,11 @@ errlHndl_t startDeadmanLoop(const uint64_t i_waitTime )
psuCommand l_psuCommand(
SBE_DMCONTROL_START | SBE_DMCONTROL_RESPONSE_REQUIRED, //control flags
SBE_PSU_CLASS_CORE_STATE, //command class
- SBE_CMD_CONTROL_DEADMAN_LOOP); //comand
+ SBE_CMD_CONTROL_DEADMAN_LOOP); //command
psuResponse l_psuResponse;
// set up PSU command message
- l_psuCommand.cdl_waitTime = i_waitTime;
+ l_psuCommand.cd1_ControlDeadmanLoop_WaitTime = i_waitTime;
errl = performPsuChipOp(&l_psuCommand,
&l_psuResponse,
OpenPOWER on IntegriCloud