From 569ae22b11966a12db9fdde9dd60aad7b153ab23 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Wed, 15 May 2013 15:06:22 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/hwpf_reasoncodes.H | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/usr/hwpf') 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, }; /** -- cgit v1.2.3