diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2017-02-01 09:05:39 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-03 10:01:06 -0500 |
| commit | b8da45026ffe3597634bdf01ed444b9106ee3f31 (patch) | |
| tree | 55ec08eb3b9af8d77ba4ef0b5fae3414ce30deed /src/usr/errldisplay/HBconfig | |
| parent | 735a843bbf49a43b79059e562ccb79982474c93c (diff) | |
| download | talos-hostboot-b8da45026ffe3597634bdf01ed444b9106ee3f31.tar.gz talos-hostboot-b8da45026ffe3597634bdf01ed444b9106ee3f31.zip | |
Improve error output on console
-Reformat the basic output to be more condensed
-Fixed parsing of entity path
-Added CONSOLE_OUTPUT_FFDCDISPLAY to emit all HWP FFDC
Change-Id: I62f5c9f208be8d6f23428baa21d52866588d117c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35733
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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/errldisplay/HBconfig')
| -rw-r--r-- | src/usr/errldisplay/HBconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/errldisplay/HBconfig b/src/usr/errldisplay/HBconfig index 914764177..60a8786ca 100644 --- a/src/usr/errldisplay/HBconfig +++ b/src/usr/errldisplay/HBconfig @@ -4,3 +4,11 @@ config CONSOLE_OUTPUT_ERRORDISPLAY help This is used to display errlogs in a human readable form Error Display will only work when the Console is configured + +config CONSOLE_OUTPUT_FFDCDISPLAY + default n + depends on CONSOLE_OUTPUT_ERRORDISPLAY + help + This is used to display verbose HWP error information to the + console in a a human readable form. Note it adds ~0.25 MB + to the extended image size |

