summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/plat/fapiPlatSystemConfig.C11
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(
OpenPOWER on IntegriCloud