summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errldisplay
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-02-01 09:05:39 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-03 10:01:06 -0500
commitb8da45026ffe3597634bdf01ed444b9106ee3f31 (patch)
tree55ec08eb3b9af8d77ba4ef0b5fae3414ce30deed /src/include/usr/errldisplay
parent735a843bbf49a43b79059e562ccb79982474c93c (diff)
downloadtalos-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/include/usr/errldisplay')
-rw-r--r--src/include/usr/errldisplay/errldisplay.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/usr/errldisplay/errldisplay.H b/src/include/usr/errldisplay/errldisplay.H
index 9c41af56c..4f7830be9 100644
--- a/src/include/usr/errldisplay/errldisplay.H
+++ b/src/include/usr/errldisplay/errldisplay.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -164,6 +164,11 @@ private:
* @brief Displays a "target" type error log component
*/
static void displayTarget (void *data, size_t size);
+
+ /**
+ * @brief Displays a HWPF error log user details
+ */
+ static void displayHwpf (void *data, size_t size, uint8_t i_type);
};
} // End namespace
OpenPOWER on IntegriCloud