summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/prdfMain_common.C
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2014-06-27 11:38:12 +0530
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-14 13:30:44 -0500
commitcdc76c00e35d6b4347c294ea965dc6e11f876194 (patch)
tree197c39fd5ac603a6adf778265f2e32bef2edfcce /src/usr/diag/prdf/common/prdfMain_common.C
parent901e9fde6a348d289f80445012a337632dd48652 (diff)
downloadtalos-hostboot-cdc76c00e35d6b4347c294ea965dc6e11f876194.tar.gz
talos-hostboot-cdc76c00e35d6b4347c294ea965dc6e11f876194.zip
PRD: Linking PRD error logs
Change-Id: Id6183fe1f70cc05a5fc51f74db429e807697023e RTC: 98240 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11069 Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12161 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/prdfMain_common.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/prdfMain_common.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/prdfMain_common.C b/src/usr/diag/prdf/common/prdfMain_common.C
index 0a46fbd6a..f55d47fef 100755
--- a/src/usr/diag/prdf/common/prdfMain_common.C
+++ b/src/usr/diag/prdf/common/prdfMain_common.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2002,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -241,6 +243,9 @@ errlHndl_t main( ATTENTION_VALUE_TYPE i_attentionType,
serviceData.SetFlooding();
}
+ // Create Initial error log
+ serviceGenerator.createInitialErrl( i_attentionType );
+
int32_t analyzeRc = systemPtr->Analyze(sdc, i_attentionType);
// flush Cache to free up the memory
RegDataCache::getCachedRegisters().flush();
OpenPOWER on IntegriCloud