diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2012-03-21 15:58:32 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-28 14:21:43 -0500 |
commit | 26314374050a4466e378f827a6ab05d2c34a28d9 (patch) | |
tree | d1d687a79d635f5d414792c79560edf2bb9a895b /src/usr/errl/errlmanager.C | |
parent | 548d17a3c263373ce3d8ecbd948cb2a0e56bdb9f (diff) | |
download | blackbird-hostboot-26314374050a4466e378f827a6ab05d2c34a28d9.tar.gz blackbird-hostboot-26314374050a4466e378f827a6ab05d2c34a28d9.zip |
Make MURANO config work in Simics
This is work for Task 38048
-Updated bbuild to an 810 build with the latest Simics support
-Pulled support for Salerno from build tools
-Changed DEFAULT_MACHINE to MURANO
-Updated testcases to follow error logging guidelines
-Fixed up some FSI error handling bugs
-Disabled FSI loopback on VENICE (fix with Task 39187)
-Disabled a few testcases (see Impediment 39188)
Verified both MURANO and VENICE configurations
Change-Id: Ie7761f49c9e653489c8c4dad261b1c8852fa7548
RTC: 35596
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/791
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/errlmanager.C')
-rw-r--r-- | src/usr/errl/errlmanager.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C index 48bc22325..45a1fd3ca 100644 --- a/src/usr/errl/errlmanager.C +++ b/src/usr/errl/errlmanager.C @@ -129,6 +129,7 @@ void ErrlManager::commitErrLog(errlHndl_t& io_err, compId_t i_committerComp ) break; } + TRACFCOMP(g_trac_errl, "commitErrLog() called by %.4X for plid=0x%X, Reasoncode=%.4X", i_committerComp, io_err->plid(), io_err->reasonCode() ); // lock sem mutex_lock(&iv_mutex); |