diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2017-06-16 17:11:20 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-18 15:50:35 -0400 |
| commit | 54a3bfc6323e7231580da74bcd965988d3e780af (patch) | |
| tree | 78b037f38f1400ce71187a7e0bf3184bb61da9bc /src/include/usr/lpc/lpcif.H | |
| parent | 9511dde54f55257edd1c47ff709742638c21fbe8 (diff) | |
| download | blackbird-hostboot-54a3bfc6323e7231580da74bcd965988d3e780af.tar.gz blackbird-hostboot-54a3bfc6323e7231580da74bcd965988d3e780af.zip | |
Add support for LPC error detection and recovery
Change-Id: Iea9bd4425aeb798acd85484402c627fb623cae94
Also-By: Matt Ploetz <maploetz@us.ibm.com>
RTC: 133649
RTC: 134582
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45397
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/lpc/lpcif.H')
| -rw-r--r-- | src/include/usr/lpc/lpcif.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/lpc/lpcif.H b/src/include/usr/lpc/lpcif.H index db6ea9a32..336237bb6 100644 --- a/src/include/usr/lpc/lpcif.H +++ b/src/include/usr/lpc/lpcif.H @@ -41,7 +41,8 @@ enum TransType { TRANS_FW, // LPC Firmware Space TRANS_REG, // LPCHC Register space TRANS_ABS, // Address parm is absolute - TRANS_LAST //Invalid, used for looping and tests + TRANS_ERR, // LPC Register Error Space + TRANS_LAST // Invalid, used for looping and tests }; /** |

