diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-03-06 14:31:57 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-03-20 14:47:01 -0500 |
| commit | 6c6ededed27870f024c4e46fecfcdd2b477d30ee (patch) | |
| tree | b33320cf16a12f30e5158733ff5ce92a7a7fe01d /src/include/usr/xscom | |
| parent | c753ba81874b631e12d42ea70dafb7ffa9a2b253 (diff) | |
| download | talos-hostboot-6c6ededed27870f024c4e46fecfcdd2b477d30ee.tar.gz talos-hostboot-6c6ededed27870f024c4e46fecfcdd2b477d30ee.zip | |
HBRT fapi wakeup support
RTC: 98665
Change-Id: Ib9e9f8f3656989975cc08a29304ba7faa25c59e4
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9364
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/xscom')
| -rw-r--r-- | src/include/usr/xscom/xscomreasoncodes.H | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H index c3af7a186..5f6593da7 100644 --- a/src/include/usr/xscom/xscomreasoncodes.H +++ b/src/include/usr/xscom/xscomreasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -39,7 +39,6 @@ namespace XSCOM XSCOM_DO_OP = 0x07, XSCOM_RT_DO_OP = 0x08, XSCOM_RT_SANITY_CHECK = 0x09, - XSCOM_RT_GET_TARGET = 0x0A, }; enum xscomReasonCode @@ -51,8 +50,6 @@ namespace XSCOM XSCOM_MMIO_UNMAP_ERR = XSCOM_COMP_ID | 0x05, XSCOM_RUNTIME_ERR = XSCOM_COMP_ID | 0x06, XSCOM_RUNTIME_INTERFACE_ERR = XSCOM_COMP_ID | 0x07, - XSCOM_RT_NO_MCS_TARGET = XSCOM_COMP_ID | 0x08, - XSCOM_RT_NO_PROC_TARGET = XSCOM_COMP_ID | 0x09, }; }; |

