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/makefile | |
| parent | 735a843bbf49a43b79059e562ccb79982474c93c (diff) | |
| download | blackbird-hostboot-b8da45026ffe3597634bdf01ed444b9106ee3f31.tar.gz blackbird-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/makefile')
| -rw-r--r-- | src/usr/errldisplay/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/errldisplay/makefile b/src/usr/errldisplay/makefile index 7c70f2bb5..c4561087d 100644 --- a/src/usr/errldisplay/makefile +++ b/src/usr/errldisplay/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2014 +# Contributors Listed Below - COPYRIGHT 2013,2017 # [+] Google Inc. # [+] International Business Machines Corp. # @@ -35,3 +35,6 @@ include ${ROOTPATH}/config.mk # To find errldisplaydata.C - it is generated # by ../errl/parser/genErrlParsers.pl vpath %.C ${GENDIR} + +#To find hbfwErrDisplayPlatHwpErr add extra include paths +EXTRAINCDIR += ${GENDIR}/plugins |

