summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpExecInitFile.C
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-11-07 11:53:10 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-11-16 11:49:13 -0600
commit1e3a888edab060be5b016aff86a5d547b5be6643 (patch)
tree58c80102de769ab705ba0cfd85ee5efd7ec48fa2 /src/usr/hwpf/hwp/fapiHwpExecInitFile.C
parentb5e455d063830a51f8282b5c0e857d14dedbaad3 (diff)
downloadtalos-hostboot-1e3a888edab060be5b016aff86a5d547b5be6643.tar.gz
talos-hostboot-1e3a888edab060be5b016aff86a5d547b5be6643.zip
RTC4319: Shutdown if IStep fails
- add macro to report error to testHWP.C - new TASKARGS macros (prepare for join change) - istep dispatcher, extinitsvc and initsvc now call shutdown() - pass error codes to parent task - fix errorlog tags, see RTC3840 - added ErrlUserDetails module, mostly for debug - review fixes Change-Id: Ib5009f1bf0f7657d4da5bd6d1ecf64e6113b3383 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/486 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/fapiHwpExecInitFile.C')
-rw-r--r--src/usr/hwpf/hwp/fapiHwpExecInitFile.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/fapiHwpExecInitFile.C b/src/usr/hwpf/hwp/fapiHwpExecInitFile.C
index 418ab484f..7df1dbed3 100644
--- a/src/usr/hwpf/hwp/fapiHwpExecInitFile.C
+++ b/src/usr/hwpf/hwp/fapiHwpExecInitFile.C
@@ -342,7 +342,7 @@ fapi::ReturnCode hwpExecInitFile(const fapi::Target & i_Target,
// Unload the initfile
l_tmpRc = fapiUnloadInitFile(i_file, l_ifAddr, l_ifSize);
-
+
// return code from executeScoms takes precedence
if (l_rc.ok())
{
@@ -1244,7 +1244,7 @@ fapi::ReturnCode writeScom(const ifData_t & i_ifData, const uint32_t i_scomNum,
{
//Perform a PutScomUnderMask operation on the target
- #ifdef HWPEXECINITFILE_DEBUG
+ #ifdef HWPEXECINITFILE_DEBUG
l_rc = fapiGetScom(l_target, l_addr, l_scomData);
FAPI_DBG("hwpExecInitFile: writeScom: Data read 0x%.16llX",
l_scomData.getDoubleWord(0));
OpenPOWER on IntegriCloud