summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/poreve_errors.xml
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-01-11 10:21:08 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-19 14:36:14 -0600
commit63a1ec42cc6b0a3e63112535e07c24e68d798397 (patch)
treed6e0860503f2b3db38841a08a9b1c49a7f3cc7b0 /src/usr/hwpf/hwp/poreve_errors.xml
parent3ed7c1ad8495c569e0d53fc69105b24c1d3b035b (diff)
downloadtalos-hostboot-63a1ec42cc6b0a3e63112535e07c24e68d798397.tar.gz
talos-hostboot-63a1ec42cc6b0a3e63112535e07c24e68d798397.zip
Allow VSBE to access 0x1007 via faked SCOM reg 0x50007
Change-Id: I7d942bd15e5add2c0fc0adeda6209d9eba45a3aa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2920 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/poreve_errors.xml')
-rw-r--r--src/usr/hwpf/hwp/poreve_errors.xml136
1 files changed, 136 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/poreve_errors.xml b/src/usr/hwpf/hwp/poreve_errors.xml
new file mode 100644
index 000000000..303e66194
--- /dev/null
+++ b/src/usr/hwpf/hwp/poreve_errors.xml
@@ -0,0 +1,136 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/usr/hwpf/hwp/poreve_errors.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- COPYRIGHT International Business Machines Corp. 2013 -->
+<!-- -->
+<!-- p1 -->
+<!-- -->
+<!-- Object Code Only (OCO) source materials -->
+<!-- Licensed Internal Code Source Materials -->
+<!-- IBM HostBoot Licensed Internal Code -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- Origin: 30 -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<!-- Errors from the POREVE -->
+<hwpErrors>
+ <!-- ******************************************************************** -->
+ <!-- ** Errors from pore.C -->
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_NO_PIB_MODEL</rc>
+ <description>
+ Signalled by Pore::pibMaster(). This will never happen; The PoreVe has
+ not configured a PIB bus.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_NO_OCI_MODEL</rc>
+ <description>
+ Signalled by Pore::ociMaster(). This will never happen; The PoreVe has
+ not configured an OCI bus.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_PORE_OPERATION_ERROR</rc>
+ <description>
+ Signalled by Pore::operation(). An error occurred during an attempted
+ register access of the PORE model.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_PORE_NOT_MAPPED_ON_BUS</rc>
+ <description>
+ Signalled by Bus::operation(). No bus slave claimed the transaction,
+ i.e., an attempted access of an unmapped address.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_BUS_SLAVE_PERMISSION_DENIED</rc>
+ <description>
+ Signalled by Bus::operation(). The access mode was not permitted by the
+ slave permissions. See the FAPI_ERR() log for details.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_HOOKMANAGER_INCONSISTENCY</rc>
+ <description>
+ Signalled by HookManager::runHooks(). An inconsistency in the HookManager
+ data structures was detected. See the FAPI_ERR() log for details.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_PIB2CFAM_ERROR</rc>
+ <description>
+ Signalled by Pib2Cfam::operation(). An error occurred during an access of
+ the virtual Pib2Cfam unit - either a read/write access error or an
+ attempted access of a non-modeled register.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_FASTI2C_ERROR</rc>
+ <description>
+ Signalled by FastI2cController::operation(). An error occurred during an
+ access of a FastI2cController. To see the FAPI_ERR() log you may need to
+ recompile the PoreVe with -DDEBUG_FASTI2C=1.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_LPC_ERROR</rc>
+ <description>
+ Signalled by LpcController::operation(). An error occurred during an
+ access of a LpcController. To see the FAPI_ERR() log you may need to
+ recompile the PoreVe with -DDEBUG_FASTI2C=1.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_PIBMEM_CONTROL_ERROR</rc>
+ <description>
+ Signalled by Pibmem::operation(). An error occurred during an access of a
+ PIBMEM control register. See the FAPI_ERR() log for details.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_PIB_MEMORY_ACCESS_ERROR</rc>
+ <description>
+ Signalled by PibMemory::operation(). An error occurred during an access
+ of a PibMemory. See the FAPI_ERR() log for details as well as the Model
+ Error state of the PoreVe.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_OCI_MEMORY_ACCESS_ERROR</rc>
+ <description>
+ Signalled by OciMemory::operation(). An error occurred during an access
+ of an OciMemory. See the FAPI_ERR() log for details as well as the Model
+ Error state of the PoreVe.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_POREVE_OCI_SLAVE_ERROR</rc>
+ <description>
+ Signalled by OciSlave access methods. An error occurred during an access
+ of an Oci Slave.
+ </description>
+ </hwpError>
+</hwpErrors>
OpenPOWER on IntegriCloud