diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2019-12-10 13:37:30 -0600 |
|---|---|---|
| committer | William G Hoffa <wghoffa@us.ibm.com> | 2020-01-07 13:22:21 -0600 |
| commit | 91f6cf7412ed2fc0a5c0ec50245c44bf3ee5219c (patch) | |
| tree | 9cf11ec84dbd532f5f8c574a70a55dbed2e65b91 /src/usr/errldisplay | |
| parent | 4198ffbc2ae5404b05baff55be8e6f39578389cc (diff) | |
| download | blackbird-hostboot-91f6cf7412ed2fc0a5c0ec50245c44bf3ee5219c.tar.gz blackbird-hostboot-91f6cf7412ed2fc0a5c0ec50245c44bf3ee5219c.zip | |
Enhancements to default console output
Added the following pieces of extra information to the default
console output:
-- Attribute Overrides --
3.49165|**Found 24 attribute overrides in Tank FAPI(1)
3.49169|- PEC:n0:p0:c0
3.49171| ATTR 0EB604DF [1] = 00
3.49174| ATTR 085F1C7E [1] = 00
3.49177| ATTR 048A8902 [1] = 01
3.49180| ATTR 04D8DF8D [2] = 0000
3.49182|- PEC:n0:p0:c1
3.49185| ATTR 0EB604DF [1] = 00
3.49188| ATTR 085F1C7E [1] = 00
3.49191| ATTR 048A8902 [1] = 03
-- New part detection --
4.97449|Detected new part : 00030002 (Physical:/Sys0/Node0/DIMM2)
-- Applying GARD records --
8.78767|HWAS|Applying GARD record for HUID=0x000E0000 (Physical:/Sys0/Node0/Pr
oc0/XBUS0) due to 0x90000135
8.78912|HWAS|Deconfig HUID 0x000E0000, Physical:/Sys0/Node0/Proc0/XBUS0
Change-Id: Ic2ae04515453dbb49e359abff952c87c83e23b72
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/88388
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/errldisplay')
| -rw-r--r-- | src/usr/errldisplay/errldisplay.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/errldisplay/errldisplay.C b/src/usr/errldisplay/errldisplay.C index 66c876162..3f04618cd 100644 --- a/src/usr/errldisplay/errldisplay.C +++ b/src/usr/errldisplay/errldisplay.C @@ -67,6 +67,7 @@ #include <targeting/common/targetservice.H> #include <targeting/common/iterators/targetiterator.H> #include <targeting/common/target.H> +#include <arch/ppc.H> #ifdef CONFIG_CONSOLE_OUTPUT_FFDCDISPLAY //Generated hearder files for HWP parsing @@ -339,7 +340,6 @@ case HWAS::_type: CONSOLE::displayf(NULL, " Bus Type : %s", #_t case HWAS::HW_CALLOUT: CONSOLE::displayf(NULL, " Callout type : Hardware Callout"); - CONSOLE::displayf(NULL, " CPU id : %d", callout->cpuid); displayGard = true; l_gard = callout->gardErrorType; @@ -676,9 +676,9 @@ void ErrLogDisplay::msgDisplay (const errlHndl_t &i_err, CONSOLE::displayf(NULL, "================================================"); - CONSOLE::displayf(NULL, "Error reported by %s (0x%04X) PLID 0x%08X", + CONSOLE::displayf(NULL, "Error reported by %s (0x%04X) EID 0x%08X", findComponentName( i_committerComp ), - i_committerComp, i_err->plid() ); + i_committerComp, i_err->eid() ); //PRD doesn't follow the rest of the HB conventions // Handle them special |

