diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-03-13 15:02:33 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-14 12:40:46 -0400 |
| commit | d379388635df2705525dc1664f33ade86665874d (patch) | |
| tree | 89096a868cf3704f34e94e0b5ec86e78561bcaf5 /src/include/usr | |
| parent | a51371c0acfb4b3bb04d3a6058d9664abb696dde (diff) | |
| download | blackbird-hostboot-d379388635df2705525dc1664f33ade86665874d.tar.gz blackbird-hostboot-d379388635df2705525dc1664f33ade86665874d.zip | |
SBE message passing interface - process SBE message write response
Add prossessing to check the response that was written to the SBE
Communication buffer for the processed Pass-through command.
Change-Id: I2a898af8209159a28bcde172d6d85c99feaf82ad
RTC: 170762
Depends-on: I220a864a072bcc60cc873cde243a28cc899e2722
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37871
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/sbeio/sbeioreasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioreasoncodes.H b/src/include/usr/sbeio/sbeioreasoncodes.H index 2a25fb8d0..4064ce594 100644 --- a/src/include/usr/sbeio/sbeioreasoncodes.H +++ b/src/include/usr/sbeio/sbeioreasoncodes.H @@ -93,6 +93,7 @@ enum sbeioReasonCode 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_RSP_FIELD_ALTERED = SBEIO_COMP_ID | 0x37, SBEIO_RT_NO_SBE_COMM_BUFFER = SBEIO_COMP_ID | 0x38, // Remove once we collect the FFDC ourselves - @todo-RTC:144313 |

