From e40ab09295b5fea8d3fc250433476437bdeb0d8e Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Mon, 13 Mar 2017 12:00:29 -0500 Subject: 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 Reviewed-by: Christian R. Geddes Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/usr/sbeio/sbeioreasoncodes.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/usr') 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 -- cgit v1.2.3