summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2018-01-26 10:36:27 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2018-01-31 21:21:22 -0500
commitf46a51570e9fb256e7a6c9e70d4e23790199d555 (patch)
treec87bf0fbdc14b7812c2c31c93e15eea84f7bccc4 /src/include
parentae1ac07ebcac5e7b650207fdda124e17bcb3be4f (diff)
downloadtalos-hostboot-f46a51570e9fb256e7a6c9e70d4e23790199d555.tar.gz
talos-hostboot-f46a51570e9fb256e7a6c9e70d4e23790199d555.zip
PRD: Power Management Recovery
Change-Id: I10b1fc4898b6a72331b27aedb8f80544e8a8c4fb RTC: 145749 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52757 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52998 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/usr/diag/prdf/common/prdf_service_codes.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/usr/diag/prdf/common/prdf_service_codes.H b/src/include/usr/diag/prdf/common/prdf_service_codes.H
index 1db5f69ec..b3d6c8e98 100755
--- a/src/include/usr/diag/prdf/common/prdf_service_codes.H
+++ b/src/include/usr/diag/prdf/common/prdf_service_codes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -67,6 +67,7 @@ enum ModuleId
PRDF_SYNC_SVC = 0x0F,
PRDF_CS_FIRDATA_READ = 0x10,
PRDF_CS_FIRDATA_WRITE = 0x11,
+ PRDF_PM_RECOVERY_FFDC = 0x12,
};
/******************************************************************************/
@@ -124,6 +125,9 @@ enum ReasonCode
PRDF_INVALID_CONFIG = PRDF_COMP_ID | 0x82,
PRDF_NULL_VALUE_RETURNED = PRDF_COMP_ID | 0x83,
+ // Extra FFDC errorlog linked to a PRD log
+ PRDF_EXTRA_FFDC = PRDF_COMP_ID | 0x90,
+
PRDF_LAST_REASONCODE = PRDF_COMP_ID | 0xFF,
};
OpenPOWER on IntegriCloud