diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-07-31 14:19:29 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-09-08 09:43:28 -0500 |
commit | 863f07b5d3f107bd9637912f9034b32d6a52a1f8 (patch) | |
tree | d8a85a91388b42588ecd129dc70f07b786ac40ff /src/usr/hwpf | |
parent | 82430140479f754d176808a5274d8e88fd0c5696 (diff) | |
download | blackbird-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.tar.gz blackbird-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.zip |
Tools for delivering SRC descriptions to PUBs
Change-Id: I1e909145a28c4cce750baee5d79f8f1672235ba9
RTC: 106255
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12841
Tested-by: Jenkins Server
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r-- | src/usr/hwpf/plat/fapiPlatSystemConfig.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatSystemConfig.C b/src/usr/hwpf/plat/fapiPlatSystemConfig.C index 22f03e98f..0ba70b916 100644 --- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C +++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C @@ -97,6 +97,7 @@ fapi::ReturnCode fapiGetOtherSideOfMemChannel( * @userdata2 MCS HUID * @devdesc fapiGetOtherSideOfMemChannel could not find exactly * one target on the other side of the correct state + * @custdesc A problem occurrred during the IPL of the system. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -136,6 +137,7 @@ fapi::ReturnCode fapiGetOtherSideOfMemChannel( * @userdata2 Membuf HUID * @devdesc fapiGetOtherSideOfMemChannel could not find exactly * one target on the other side of the correct state + * @custdesc A problem occurrred during the IPL of the system. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -168,6 +170,8 @@ fapi::ReturnCode fapiGetOtherSideOfMemChannel( * @userdata2 Unsupported Target HUID * @devdesc fapiGetOtherSideOfMemChannel request for unsupported * or invalid target type + * @custdesc A problem occurrred during the IPL of the system: Request + * for unsupported or invalid target type. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -199,6 +203,8 @@ fapi::ReturnCode fapiGetOtherSideOfMemChannel( * @userdata2 Other Target HUID * @devdesc fapiGetOtherSideOfMemChannel target not present or * functional as requested + * @custdesc A problem occurred during the IPL of the system: + * Requested target not present or not functional. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -252,6 +258,7 @@ fapi::ReturnCode fapiGetChildChiplets( * @userdata1 Type of input target * @userdata2 Input Target HUID * @devdesc fapiGetChildChiplets request for non-chip + * @custdesc A problem occurred during the IPL of the system. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -305,6 +312,8 @@ fapi::ReturnCode fapiGetChildChiplets( * @userdata2 Input Chip Target HUID * @devdesc fapiGetChildChiplets request for unsupported * or invalid chiplet type + * @custdesc A problem occurred during the IPL of the system: + * Request for an unsupported or invalid chiplet type. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -481,6 +490,7 @@ fapi::ReturnCode fapiGetParentChip( * @userdata1 Type of input target * @userdata2 Input Target HUID * @devdesc fapiGetParentChip request for non-chiplet + * @custdesc A problem occurred during the IPL of the system. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( @@ -528,6 +538,7 @@ fapi::ReturnCode fapiGetParentChip( * @reasoncode fapi::RC_NO_SINGLE_PARENT * @userdata1 Input Chiplet Target HUID * @devdesc fapiGetParentChip did not find one parent + * @custdesc A problem occurred during the IPL of the system. */ const bool hbSwError = true; errlHndl_t l_pError = new ERRORLOG::ErrlEntry( |