summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authorShawn McCarney <shawnmm@us.ibm.com>2017-05-15 09:11:32 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-06-28 10:05:28 -0400
commit2f3dd9e14af82d8c7bcc0f154d6fc06fa96d279a (patch)
treeb74dddf3ee05db9af97a0e75c0027404421f9926 /src/occ_405/occ_service_codes.h
parent8a97adf89847fa21d4ed3117d2a4150baf527bfe (diff)
downloadtalos-occ-2f3dd9e14af82d8c7bcc0f154d6fc06fa96d279a.tar.gz
talos-occ-2f3dd9e14af82d8c7bcc0f154d6fc06fa96d279a.zip
OCC: Non-GPU Sensors to main memory: Phase 3
A subset of OCC sensors are now copied to main memory. Includes sensors using both the full and counter sensor readings structures. Also made the following changes to the sensor system: * Added timestamp field to sensor_t Change-Id: Ibd3044a1be09160c2d6bdb06ac3c291f874f714b RTC: 153674 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42016 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index 417aa2d..a39d31a 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -127,13 +127,16 @@ enum occReasonCode
GPE_REQUEST_TASK_NOT_IDLE = 0xD7,
GPE_REQUEST_RC_FAILURE = 0xD8,
- WOF_VFRT_REQ_FAILURE = 0xD8,
- WOF_DISABLED_RC = 0xD9,
- WOF_VFRT_ALIGNMENT_ERROR = 0xDA,
- INVALID_MAGIC_NUMBER = 0xDB,
- DIVIDE_BY_ZERO_ERROR = 0xDC,
- INVALID_FREQUENCY = 0xDD,
- WOF_RE_ENABLED = 0xDE,
+ WOF_VFRT_REQ_FAILURE = 0xD9,
+ WOF_DISABLED_RC = 0xDA,
+ WOF_VFRT_ALIGNMENT_ERROR = 0xDB,
+ INVALID_MAGIC_NUMBER = 0xDC,
+ DIVIDE_BY_ZERO_ERROR = 0xDD,
+ INVALID_FREQUENCY = 0xDE,
+ WOF_RE_ENABLED = 0xDF,
+
+ /// Error copying sensors to main memory
+ SENSOR_MAIN_MEM_ERROR = 0xE0,
/// Success!
OCC_SUCCESS_REASON_CODE = 0xFF,
OpenPOWER on IntegriCloud