summaryrefslogtreecommitdiffstats
path: root/src/gpe_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpe_err.h')
-rw-r--r--src/gpe_err.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/gpe_err.h b/src/gpe_err.h
index be1f757..29c58ca 100644
--- a/src/gpe_err.h
+++ b/src/gpe_err.h
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/apss_structs.h $ */
+/* $Source: gpe_err.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
@@ -30,15 +30,18 @@
#define _GPE_ERR_H
// List of general gpe Return Codes
-#define GPE_RC_SUCCESS 0x00 // Success: No Errors
-#define GPE_RC_SPI_TIMEOUT 0x01 // Timeout on previous SPI transaction
-#define GPE_RC_SCOM_GET_FAILED 0x02 // Error on a SCOM read
-#define GPE_RC_SCOM_PUT_FAILED 0x03 // Error on a SCOM write
-#define GPE_RC_INVALID_REG 0x04 // Invalid SCOM Register used
-#define GPE_RC_IPC_SEND_FAILED 0x05 // Failed to send an IPC message
+#define GPE_RC_SUCCESS 0x00 // Success: No Errors
+#define GPE_RC_SPI_TIMEOUT 0x01 // Timeout on previous SPI transaction
+#define GPE_RC_SCOM_GET_FAILED 0x02 // Error on a SCOM read
+#define GPE_RC_SCOM_PUT_FAILED 0x03 // Error on a SCOM write
+#define GPE_RC_INVALID_REG 0x04 // Invalid SCOM Register used
+#define GPE_RC_IPC_SEND_FAILED 0x05 // Failed to send an IPC message
// APSS Specific gpe return Codes
-#define GPE_RC_INVALID_APSS_MODE 0x40 // OCC requested undefined APSS mode
+#define GPE_RC_INVALID_APSS_MODE 0x40 // OCC requested undefined APSS mode
+// Core Data Errors
+#define GPE_RC_GET_CORE_DATA_FAILED 0x60 // Failed to collect core data
+
#endif //_GPE_ERR_H
OpenPOWER on IntegriCloud