summaryrefslogtreecommitdiffstats
path: root/src/common/gpe_err.h
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2017-03-22 10:30:48 -0500
committerWael El-Essawy <welessa@us.ibm.com>2017-05-10 13:53:16 -0400
commitcf2258322bb72a2cd868f8eaef25e9a665077f4f (patch)
treef7a9b13ef36943246377ff623ed917fa4fd08ada /src/common/gpe_err.h
parentff3b5a1c08389bf766de21adcd033e3c7b86af87 (diff)
downloadtalos-occ-cf2258322bb72a2cd868f8eaef25e9a665077f4f.tar.gz
talos-occ-cf2258322bb72a2cd868f8eaef25e9a665077f4f.zip
Memory Power Control when entering and exiting IPS (Idle Power Save)
memory power control settings for IPS/default modes - as defined by memory config data packet version 0x21 - are applied to memory power control registers of all configured ports whenever the OCC enters/exits IPS, respectively. Change-Id: I56514bb8cbab80c6d4877edc74db96f3b011e523 RTC: 165546 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38294 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/common/gpe_err.h')
-rw-r--r--src/common/gpe_err.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/gpe_err.h b/src/common/gpe_err.h
index c759993..c4e9371 100644
--- a/src/common/gpe_err.h
+++ b/src/common/gpe_err.h
@@ -40,6 +40,9 @@
#define GPE_RC_INVALID_STATE 0x07 // Invalid state for requested operation
#define GPE_RC_NOT_COMPLETE 0x08 // Last operation did not complete
+// Memory Power Control Error
+#define GPE_RC_INVALID_MEM_PWR_CTL 0x20 // Invalid value for the memory power control command
+
// APSS Specific gpe return Codes
#define GPE_RC_INVALID_APSS_MODE 0x40 // OCC requested undefined APSS mode
@@ -47,4 +50,5 @@
#define GPE_RC_GET_CORE_DATA_FAILED 0x60 // Failed to collect core data
#define GPE_RC_GET_NEST_DTS_FAILED 0x61 // Failed to collect nest DTS temperatures
+
#endif //_GPE_ERR_H
OpenPOWER on IntegriCloud