summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C')
-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