summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2013-03-19 13:01:49 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-02 14:48:42 -0500
commitb425233225291871838aa00c63acbff314148a89 (patch)
treebffc82cbc5c3352f510c45426d237f78950451f4 /src/usr
parent3521ec3d8f4de7ccedb0e7f1c0cd1f8910010189 (diff)
downloadtalos-hostboot-b425233225291871838aa00c63acbff314148a89.tar.gz
talos-hostboot-b425233225291871838aa00c63acbff314148a89.zip
Incorrect @devdesc text on VDDR failure
Change-Id: Ifb0a878109cffe0276c73cbe3b9b527331bd832a RTC: 66861 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3637 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/hwpf/hwp/dram_training/dram_training.C14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/usr/hwpf/hwp/dram_training/dram_training.C b/src/usr/hwpf/hwp/dram_training/dram_training.C
index 3ffda2e3e..c0f9f43f0 100644
--- a/src/usr/hwpf/hwp/dram_training/dram_training.C
+++ b/src/usr/hwpf/hwp/dram_training/dram_training.C
@@ -117,9 +117,10 @@ void* call_host_disable_vddr( void *io_pArgs )
* bytes 2-3: reason code of first error
* @userdata2 bytes 0-1: total number of elogs included
* bytes 2-3: N/A
- * @devdesc call to mss_scominit has failed
- * see error log in the user details section for
- * additional details.
+ * @devdesc Failed trying to send the VDD disable message
+ * to the FSP.
+ * See error log in the user details section for
+ * additional information.
*/
l_StepError.addErrorDetails(ISTEP_DRAM_TRAINING_FAILED,
ISTEP_VDDR_DISABLE,
@@ -416,9 +417,10 @@ void* call_host_enable_vddr( void *io_pArgs )
* bytes 2-3: reason code of first error
* @userdata2 bytes 0-1: total number of elogs included
* bytes 2-3: N/A
- * @devdesc call to mss_scominit has failed
- * see error log in the user details section for
- * additional details.
+ * @devdesc Failed trying to send the VDD enable message
+ * to the FSP.
+ * See error log in the user details section for
+ * additional information.
*/
l_StepError.addErrorDetails(ISTEP_DRAM_TRAINING_FAILED,
ISTEP_VDDR_ENABLE,
OpenPOWER on IntegriCloud