diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-05-15 15:06:22 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-16 10:31:37 -0500 |
| commit | 569ae22b11966a12db9fdde9dd60aad7b153ab23 (patch) | |
| tree | 814e40d3409f8f190ff808951c3f9463fc5da63b /src/include/usr/hwpf | |
| parent | e2091f8414a45aac21e98898b43d6120b52a1237 (diff) | |
| download | blackbird-hostboot-569ae22b11966a12db9fdde9dd60aad7b153ab23.tar.gz blackbird-hostboot-569ae22b11966a12db9fdde9dd60aad7b153ab23.zip | |
Fix VDDR Error Logs
Add a component ID to the VDDR error logs
RTC: 62849
Change-Id: I295ab0559783c92f4fa06d2136414fb63f24f7df
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4529
Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/hwpf_reasoncodes.H | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H index 7c6e14093..818157f43 100644 --- a/src/include/usr/hwpf/hwpf_reasoncodes.H +++ b/src/include/usr/hwpf/hwpf_reasoncodes.H @@ -57,6 +57,9 @@ namespace fapi MOD_FAPI_GET_OTHER_SIDE_OF_MEM_CHANNEL = 0x12, MOD_MBVPD_ACCESS = 0x13, MOD_OCC_LOAD_START_ALL_OCCS = 0x14, + MOD_VDDR_PROC_MSG = 0x15, + MOD_VDDR_PROC_VDDR_MSG = 0x16, + MOD_VDDR_SEND_MSG = 0x17, }; /** @@ -94,6 +97,12 @@ namespace fapi // OCC Errors RC_MMIO_UNMAP_ERR = HWPF_COMP_ID | 0x24, + + // VDDR Errors + RC_VDDR_EMPTY_MSG = HWPF_COMP_ID | 0x25, + RC_VDDR_ERROR_MSG = HWPF_COMP_ID | 0x26, + RC_VDDR_POWR_ERR = HWPF_COMP_ID | 0x27, + RC_INCORRECT_MSG_TYPE = HWPF_COMP_ID | 0x28, }; /** |

