summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/poreve_errors.xml
blob: 303e66194adfaaa8e50159ca4e6637da2e58c61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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