diff options
author | Chris Cain <cjcain@us.ibm.com> | 2015-02-24 16:13:42 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-28 05:53:20 -0600 |
commit | f3d348bde5bd0fbd9a707fd1635bcb3a90d9210d (patch) | |
tree | 52961091c8a645eb99e3adc1d88d59d6687dc162 /src/usr/htmgt/htmgt_utility.C | |
parent | 29581aca6a1ed02d3374e5688e5f32fcb6f104bc (diff) | |
download | blackbird-hostboot-f3d348bde5bd0fbd9a707fd1635bcb3a90d9210d.tar.gz blackbird-hostboot-f3d348bde5bd0fbd9a707fd1635bcb3a90d9210d.zip |
Support for OCC error reporting
Change-Id: If8cce2f960b28cda2f039f68e9527df92f9233f2
RTC: 121729
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15971
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_utility.C')
-rw-r--r-- | src/usr/htmgt/htmgt_utility.C | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/htmgt/htmgt_utility.C b/src/usr/htmgt/htmgt_utility.C index 5cb689121..8125a7567 100644 --- a/src/usr/htmgt/htmgt_utility.C +++ b/src/usr/htmgt/htmgt_utility.C @@ -54,7 +54,7 @@ namespace HTMGT " %08X, sev: 0x%02X, fw:%c", i_modid, i_rc, i_data1, i_data2, i_data3, i_data4, i_sev, i_addFwCallout?'y':'n'); - // TODO RTC 109224 - RAS review what logs need fw callout + // TODO RTC 124739 - RAS review what logs need fw callout if (NULL == io_err) { @@ -70,7 +70,7 @@ namespace HTMGT } else { - // TODO RTC 109224: + // TODO RTC 124739 // - collectTrace will not filter dup traces and no way to clear // - no way to add secondary SRC to elog io_err->collectTrace("HTMGT"); @@ -90,7 +90,7 @@ namespace HTMGT } - // TODO RTC 109224 - refactor/optimize trace strings + // TODO RTC 124739 - refactor/optimize trace strings // Internal utility to convert OCC command type to a string const char *command_string(const uint8_t i_cmd) @@ -114,7 +114,7 @@ namespace HTMGT const uint8_t l_total = sizeof(L_cmd_string) / sizeof(struct string_data_t); - // TODO RTC 109224 + // TODO RTC 124739 uint8_t l_idx = 0; for (l_idx=0; l_idx<l_total; l_idx++) { |