summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio/sbeioreasoncodes.H
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-03-13 12:00:29 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-10 14:47:39 -0400
commite40ab09295b5fea8d3fc250433476437bdeb0d8e (patch)
treee8dbd0c3ac7da9d5f654032739df05e709f839ec /src/include/usr/sbeio/sbeioreasoncodes.H
parent55b2bbc15289496db3c2315ac6d4f5f697095fca (diff)
downloadtalos-hostboot-e40ab09295b5fea8d3fc250433476437bdeb0d8e.tar.gz
talos-hostboot-e40ab09295b5fea8d3fc250433476437bdeb0d8e.zip
SBE message passing interface - process SBE message read command
Add prossessing to read the Pass-through command from the SBE Communication buffer. Change-Id: I14723347fbd362566d16a04438e1efd661969e8e RTC: 170760 Depends-on: I220a864a072bcc60cc873cde243a28cc899e2722 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37854 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbeio/sbeioreasoncodes.H')
-rw-r--r--src/include/usr/sbeio/sbeioreasoncodes.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioreasoncodes.H b/src/include/usr/sbeio/sbeioreasoncodes.H
index 83c3ec00e..2a25fb8d0 100644
--- a/src/include/usr/sbeio/sbeioreasoncodes.H
+++ b/src/include/usr/sbeio/sbeioreasoncodes.H
@@ -89,6 +89,10 @@ enum sbeioReasonCode
SBEIO_RT_INVALID_COMMAND = SBEIO_COMP_ID | 0x30,
SBEIO_RT_FUNCTION_NOT_SET = SBEIO_COMP_ID | 0x31,
SBEIO_RT_RSP_DATA_TOO_LARGE = SBEIO_COMP_ID | 0x32,
+ SBEIO_RT_INVALID_VERSION = SBEIO_COMP_ID | 0x33,
+ SBEIO_RT_MSG_SIZE_TOO_LARGE = SBEIO_COMP_ID | 0x34,
+ SBEIO_RT_DATA_OFFSET_TOO_SMALL = SBEIO_COMP_ID | 0x35,
+ SBEIO_RT_DATA_TOO_LARGE = SBEIO_COMP_ID | 0x36,
SBEIO_RT_NO_SBE_COMM_BUFFER = SBEIO_COMP_ID | 0x38,
// Remove once we collect the FFDC ourselves - @todo-RTC:144313
OpenPOWER on IntegriCloud