summaryrefslogtreecommitdiffstats
path: root/src/usr/pore/fapiporeve/fapiPoreVe_errors.xml
blob: 6b306cb08cdf3714978c592dd2662475a3214633 (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/pore/fapiporeve/fapiPoreVe_errors.xml $               -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2012,2014              -->
<!--                                                                        -->
<!-- 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                                                     -->
<!-- $Id: fapiPoreVe_errors.xml,v 1.5 2014/03/31 15:20:30 thi Exp $ -->
<!-- Error definitions for fapiPoreVe procedure -->
<hwpErrors>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_FAPIPOREVE_FAILED_TO_CREATE_POREVE</rc>
    <description>Creation of the poreve object failed</description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_FAILED_TO_OPEN_STATE_FILE_FOR_READING</rc>
    <description>Failed to open the state file for reading</description>
    <!-- Not a HB error, no call out needed -->
    <!--ffdc>FILENAME</ffdc-->
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_FAILED_TO_INSTALL_STATE</rc>
    <description>Got a model error installing the state</description>
    <ffdc>ERROR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_FAILED_TO_LOAD_HOOKS</rc>
    <description>Error loading the hooks file</description>
    <!-- Not a HB error, no call out needed -->
    <!--ffdc>ERROR_STRING</ffdc-->
    <!--ffdc>FILENAME</ffdc-->
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_UNKNOWN_ARG_TYPE</rc>
    <description>Found an unknown arg type</description>
    <ffdc>TYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ERROR_DETACHING_SLAVE</rc>
    <description>Model error detaching a pib slave</description>
    <ffdc>ERROR</ffdc>
    <ffdc>TYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ENTRY_POINT_NOT_FOUND</rc>
    <description>Didn't find the entry point in the hooks file</description>
    <!-- ffdc>POINT</ffdc -->
    <ffdc>ERROR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_INVALID_ENTRY_POINT_TYPE</rc>
    <description>Entry point is an invalid type</description>
    <ffdc>TYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ERROR_SETTING_PC</rc>
    <description>Error setting the program counter</description>
    <ffdc>ADDRESS</ffdc>
    <ffdc>ERROR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_BREAKPOINT_NOT_FOUND</rc>
    <description>Unable to find the breakpoint in the hooks file</description>
    <!--ffdc>POINT</ffdc-->
    <!-- Not a HB error, no call out needed -->
    <ffdc>ERROR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_INVALID_BREAK_POINT_TYPE</rc>
    <description>Break point is an invalid type</description>
    <ffdc>TYPE</ffdc>
    <!-- Not a HB error, no call out needed -->
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ERROR_SETTING_BREAKPOINT</rc>
    <description>Error setting the break point</description>
    <ffdc>ADDRESS</ffdc>
    <ffdc>ERROR</ffdc>
    <!-- Not a HB error, no call out needed -->
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ERROR_SETTING_MRR</rc>
    <description>Unable to set the MRR</description>
    <ffdc>MRR</ffdc>
    <ffdc>ERROR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_HALTED_WITH_ERROR</rc>
    <description>The SBE halted witohut setting the haltcode to success</description>
    <ffdc>ERROR</ffdc>
    <ffdc>TARGET</ffdc>
    <callout>
      <target>TARGET</target>
      <priority>HIGH</priority>
    </callout>
    <callout>
      <procedure>CODE</procedure>
      <priority>MEDIUM</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_PIB_ERROR_READING_SBEVITAL</rc>
    <description>Got a PIB error trying to read the SBE vital register for the halt code
        For centaur, the PIB operation being checked here is executed virtually only
        (the SBE Vital register doesn't exist in HW on Centaur,
    </description>
    <ffdc>ERROR</ffdc>
    <ffdc>TARGET</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_MODEL_ERROR_GETTING_HALT_CODE</rc>
    <description>Got a model error trying to read the SBE vital register for the halt code</description>
    <ffdc>ERROR</ffdc>
    <ffdc>TARGET</ffdc>
    <callout>
      <target>TARGET</target>
      <priority>HIGH</priority>
    </callout>
    <callout>
      <procedure>CODE</procedure>
      <priority>MEDIUM</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ARCHITECTED_ERROR</rc>
    <description>SBE stopped due to an architected error</description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_MODELING_ERROR</rc>
    <description>SBE stopped due to a modeling error</description>
    <callout>
      <target>TARGET</target>
      <priority>HIGH</priority>
    </callout>
    <callout>
      <procedure>CODE</procedure>
      <priority>LOW</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_UNKNOWN_STATUS_ERROR</rc>
    <description>SBE stopped with unknown status bits set</description>
    <ffdc>STATUS</ffdc>
    <callout>
      <target>TARGET</target>
      <priority>HIGH</priority>
    </callout>
    <callout>
      <procedure>CODE</procedure>
      <priority>LOW</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_FAILED_TO_OPEN_STATE_FILE_FOR_WRITING</rc>
    <description>Failed to open the state file for writing</description>
    <!-- Not a HB error, no call out needed -->
    <!--ffdc>FILENAME</ffdc-->
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <hwpError>
    <rc>RC_FAPIPOREVE_ERROR_EXTRACTING_STATE</rc>
    <description>Model error extracting state</description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud