summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/bus_training/erepair_errors.xml
blob: 0f5b08be1b355ec5d27a10d9b19fda20135f8e52 (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
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/hwpf/hwp/bus_training/erepair_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                                                     -->
<hwpErrors>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_ACCESSOR_HWP_INVALID_TARGET_TYPE</rc>
    <description>
        Invalid input parameter: Valid target types are - XBUS, ABUS, MCS
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_ACCESSOR_HWP_MEMORY_ALLOC_FAIL</rc>
    <description>
        Failed to allocate run time memory from the heap
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_RESTORE_INVALID_TARGET_PAIR</rc>
    <description>
        Invalid input parameter: Valid target pairs are: XBus-XBus, ABus-ABus,
        MCS-MEMBUF
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_RESTORE_FIELD_VPD_NOT_CLEAR</rc>
    <description>
        Field VPD needs to be clear during Manufacturing Mode eRepair restore
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_RESTORE_CHARM_THRESHOLD_EXCEED</rc>
    <description>
        The threshold limit for eRepair has been crossed during CHARM operation
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_RESTORE_SPARE_LANES_IN_VPD</rc>
    <description>
        There are spare lanes in the VPD. Spare lanes cannot be restored.
    </description>
    <ffdc>FFDC_TARGET</ffdc>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_RESTORE_INVALID_TARGET</rc>
    <description>
        Invalid input parameter: Invalid target type
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_THRESHOLD_EXCEED</rc>
    <description>
        The threshold limit for eRepair has been crossed
    </description>
    <ffdc>FFDC_TX_NUM_LANES</ffdc>
    <ffdc>FFDC_RX_NUM_LANES</ffdc>
    <ffdc>FFDC_THRESHOLD</ffdc>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_MVPD_FULL</rc>
    <description>
        eRepair data limit in the Processor Module VPD has been reached
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_EREPAIR_MBVPD_FULL</rc>
    <description>
        eRepair data limit in the Memory Buffer FRU VPD has been reached
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_ACCESSOR_HWP_INVALID_MEM_VPD_SIZE</rc>
    <description>
        Invalid Memory VPD size has been returned by platform
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
  <hwpError>
    <rc>RC_ACCESSOR_HWP_INVALID_FABRIC_VPD_SIZE</rc>
    <description>
        Invalid Fabric VPD size has been returned by platform
    </description>
  </hwpError>
  <!-- ********************************************************************* -->
</hwpErrors>
OpenPOWER on IntegriCloud