summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_slw_build_errors.xml
blob: 8dff7aa56c35372ea35b241079899d7ec6850957 (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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_slw_build_errors.xml $ -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- Contributors Listed Below - COPYRIGHT 2012,2014                        -->
<!-- [+] International Business Machines Corp.                              -->
<!--                                                                        -->
<!--                                                                        -->
<!-- Licensed under the Apache License, Version 2.0 (the "License");        -->
<!-- you may not use this file except in compliance with the License.       -->
<!-- You may obtain a copy of the License at                                -->
<!--                                                                        -->
<!--     http://www.apache.org/licenses/LICENSE-2.0                         -->
<!--                                                                        -->
<!-- Unless required by applicable law or agreed to in writing, software    -->
<!-- distributed under the License is distributed on an "AS IS" BASIS,      -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        -->
<!-- implied. See the License for the specific language governing           -->
<!-- permissions and limitations under the License.                         -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!-- $Id: p8_slw_build_errors.xml,v 1.10 2014/07/03 19:53:58 jmcgill Exp $   -->
<!-- Error definitions for proc_slw_build procedure -->
<hwpErrors>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_INPUT_IMAGE_SIZE_MESS</rc>
    <description>Supplied max image size is too small or image too large.</description>
    <ffdc>DATA_IMG_SIZE_INP</ffdc>
    <ffdc>DATA_IMG_SIZE_MAX</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_IMG_PTR_ERROR</rc>
    <description>Supplied image ptrs are the same. This is not allowed.</description>
    <ffdc>DATA_BUF1_PTR</ffdc>
    <ffdc>DATA_BUF2_PTR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_BUF_PTR_ERROR</rc>
    <description>Supplied buffer(s) is invalid. Either it (they) does not exist or they are the same. This is not allowed.</description>
    <ffdc>DATA_BUF1_PTR</ffdc>
    <ffdc>DATA_BUF2_PTR</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_BUF_SIZE_NOT_FIXED</rc>
    <description>Supplied buffer size(s) differs from agreed upon fixed ring buffer size.</description>
    <ffdc>DATA_BUF1_SIZE</ffdc>
    <ffdc>DATA_BUF2_SIZE</ffdc>
    <ffdc>DATA_BUF_SIZE_FIXED</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_IMAGE_SIZE_NOT_FIXED</rc>
    <description>Supplied max output image size differs from agreed upon fixed SLW image size.</description>
    <ffdc>DATA_IMG_SIZE_MAX</ffdc>
    <ffdc>DATA_IMG_SIZE_FIXED</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_IMAGE_SIZE_MISMATCH</rc>
    <description>Supplied image size differs from size in image header.</description>
    <ffdc>DATA_IMG_SIZE_INP</ffdc>
    <ffdc>DATA_IMG_SIZE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_MS_IMAGE_SIZE_MISMATCH</rc>
    <description>Supplied image size differs from size in mainstore image header.</description>
    <ffdc>DATA_IMG_SIZE_INP</ffdc>
    <ffdc>DATA_IMG_SIZE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_RING_BLOCK_TOO_LARGE</rc>
    <description>Ring block is too large.</description>
    <ffdc>DATA_RING_BLOCK_SIZEOFTHIS</ffdc>
    <ffdc>DATA_SIZE_OF_BUF1</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_RING_BLOCK_ALIGN_ERROR</rc>
    <description>Problem with WF ring block alignment.</description>
    <ffdc>DATA_RING_BLOCK_ENTRYOFFSET</ffdc>
    <ffdc>DATA_RING_BLOCK_SIZEOFTHIS</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_IMGBUILD_ERROR</rc>
    <description>Local IMGBUILD_xyz error from non-FAPI routine. Check rc code in p8_delta_scan_rw.h.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_MAX_IMAGE_SIZE_EXCEEDED</rc>
    <description>Estimated image size exceeds max allowed size.</description>
    <ffdc>DATA_IMG_SIZE_OLD</ffdc>
    <ffdc>DATA_IMG_SIZE_EST</ffdc>
    <ffdc>DATA_IMG_SIZE_MAX</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_INTERNAL_IMAGE_ERR</rc>
    <description>Unable to obtain either image size or to validate image.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_MS_INTERNAL_IMAGE_ERR</rc>
    <description>Unable to obtain either image size or to validate image in mainstore.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_DELETE_IMAGE_SECTION_ERROR</rc>
    <description>Error associated with deleting an image section.</description>
    <ffdc>SBE_XIP_SECTION</ffdc>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_RING_RETRIEVAL_ERROR</rc>
    <description>Error associated with retrieving RS4 ring from image.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_RS4_DECOMPRESSION_ERROR</rc>
    <description>RS4 decompression failed.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_L3_FUNC_OVERLAY_ERROR</rc>
    <description>Existing ring has 1-bits in overlay locations.</description>
    <ffdc>DATA_FAIL_BYTE_NO</ffdc>
    <ffdc>DATA_EXISTING_RING_BYTE</ffdc>
    <ffdc>DATA_OVERLAY_RING_BYTE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_L2_FARY_OVERLAY_ERROR</rc>
    <description>Existing ring has 1-bits in overlay locations.</description>
    <ffdc>DATA_FAIL_BYTE_NO</ffdc>
    <ffdc>DATA_EXISTING_RING_BYTE</ffdc>
    <ffdc>DATA_OVERLAY_RING_BYTE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_SLEEP_PROCESSING_ERROR</rc>
    <description>Unsupported chip type/EC combination found in sleep procesing code.</description>
    <ffdc>CT</ffdc>
    <ffdc>EC</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_WF_CREATION_ERROR</rc>
    <description>Wiggle-flip programming failed.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_IMAGE_UPDATE_ERROR</rc>
    <description>Error associated with updating mainstore image.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_APPEND_SLW_SECTION_ERROR</rc>
    <description>Error associated with adding empty SLW section for ramming table.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_CREATE_FIXED_IMAGE_ERROR</rc>
    <description>Error associated with creating and initializing fixed image and fixed .slw and .ffdc sections.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_KEYWORD_NOT_FOUND_ERROR</rc>
    <description>A keyword in the XIP image was not found.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_UNKNOWN_XIP_ERROR</rc>
    <description>Unknown XIP error, except it's not an _ITEM_NOT_FOUND error.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_UNKNOWN_ERROR</rc>
    <description>Unknown error. (Shouldn't be in this code section.)</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_BAD_CODE_OR_PARM</rc>
    <description>Shouldn't be in this code section or invalid parm.</description>
    <ffdc>MODE_BUILD</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_SLWB_MEMORY_ERROR</rc>
    <description>Memory allocation error.</description>
    <ffdc>RC_LOCAL</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud