summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/build_winkle_images
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-05-12 17:25:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 18:09:24 -0500
commitfe8c155f03999796fc2bff4da29e835113c3bf6a (patch)
tree330544091b2f612750d3e0e1a0b6d7624d5113c8 /src/usr/hwpf/hwp/build_winkle_images
parent2d37406c25d8aa6b66815e8b334a21bc5f9b0c6f (diff)
downloadtalos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.tar.gz
talos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.zip
Add customer error descriptions to error log headers.
Change-Id: Ibb2f1219b6f2ff27e9b09fea4d36c2616fb7ddf9 RTC: 110397 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11079 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/build_winkle_images')
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
index a6b7fd610..609cc7f08 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
+++ b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
@@ -136,6 +136,8 @@ errlHndl_t loadPoreImage( char *& o_rporeAddr,
* @userdata2 Size of WINK PNOR partition
* @devdesc Image from PNOR WINK partition invalid, too small,
* or too big
+ * @custdesc A problem occurred during the IPL
+ * of the system.
*/
l_errl =
new ERRORLOG::ErrlEntry( ERRORLOG::ERRL_SEV_UNRECOVERABLE,
@@ -334,6 +336,8 @@ errlHndl_t applyPoreGenCpuRegs( TARGETING::Target *i_procChipTarg,
*
* @devdesc p8_pore_gen_xxx returned an error when
* attempting to change a reg value in the PORE image.
+ * @custdesc A problem occurred during the IPL
+ * of the system.
*/
l_errl = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
ISTEP::ISTEP_BUILD_WINKLE_IMAGES,
@@ -621,6 +625,8 @@ void* call_host_build_winkle( void *io_pArgs )
* @userdata1 Return Code
* @userdata2 Unmap address
* @devdesc mm_block_unmap() returns error
+ * @custdesc A problem occurred during the IPL
+ * of the system.
*/
l_errl =
new ERRORLOG::ErrlEntry(
@@ -743,6 +749,8 @@ void* call_proc_set_pore_bar( void *io_pArgs )
* @userdata1 Return Code
* @userdata2 Unmap address
* @devdesc mm_block_unmap() returns error
+ * @custdesc A problem occurred during the IPL
+ * of the system.
*/
l_errl =
new ERRORLOG::ErrlEntry(
OpenPOWER on IntegriCloud