summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/activate_powerbus/proc_build_smp/proc_build_smp_errors.xml
blob: c70c6f450a436122937b83fd1748821fe57cd7e8 (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
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/hwpf/hwp/activate_powerbus/proc_build_smp/proc_build_smp_errors.xml $ -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2012,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                                                     -->
<!-- $Id: proc_build_smp_errors.xml,v 1.4 2013/05/22 15:46:58 mjjones Exp $ -->
<!-- Error definitions for proc_build_smp -->
<hwpErrors>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_NODE_ADD_INTERNAL_ERR</rc>
    <description>Internal Error.  Error encountered adding node to SMP structure.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_DUPLICATE_FABRIC_ID_ERR</rc>
    <description>Multiple chips found with identifcal fabric node/chip ID attribute values.</description>
    <ffdc>NODE_ID</ffdc>
    <ffdc>CHIP_ID</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_INVALID_OPERATION_ERR</rc>
    <description>Unsupported SMP build operation presented.</description>
    <ffdc>OP</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_MASTER_DESIGNATION_ERR</rc>
    <description>Node or system master chip designation error.</description>
    <ffdc>OP</ffdc>
    <ffdc>MASTER_CHIP_SYS_CURR</ffdc>
    <ffdc>MASTER_CHIP_NODE_CURR</ffdc>
    <ffdc>FIRST_CHIP_IN_SYS</ffdc>
    <ffdc>FIRST_CHIP_IN_NODE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_EPSILON_RANGE_ERR</rc>
    <description>Target epsilon value exceeds maximum value supported by HW capabilities.</description>
    <ffdc>VALUE</ffdc>
    <ffdc>MAX_HW_VALUE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_EPSILON_INVALID_TABLE_ERR</rc>
    <description>Invalid epsilon table type or content detected.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_PACING_RATE_TABLE_ERR</rc>
    <description>Command rate pacing table lookup error.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_CORE_FLOOR_FREQ_RATIO_ERR</rc>
    <description>Unsupported core floor to PB frequency ratio.</description>
    <ffdc>FREQ_PB</ffdc>
    <ffdc>FREQ_CORE_FLOOR</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_CORE_FLOOR_RATIO_ERR</rc>
    <description>Unsupported core floor frequency enumerated value.</description>
    <ffdc>CORE_FLOOR_RATIO</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_INVALID_GROUP_SIZE_ERR</rc>
    <description>Invalid chips per group configuration detected.</description>
    <ffdc>SIZE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_INVALID_AGGREGATE_CONFIG_ERR</rc>
    <description>Invalid aggregate link configuration detected.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_HOTPLUG_SHADOW_ERR</rc>
    <description>Inconsistent state in hotplug (CURR) shadow copies.</description>
    <ffdc>ADDRESS0</ffdc>
    <ffdc>ADDRESS1</ffdc>
    <ffdc>DATA0</ffdc>
    <ffdc>DATA1</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_X_CMD_RATE_ERR</rc>
    <description>Target link command rate value is out of range.</description>
    <ffdc>CMD_RATE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_A_CMD_RATE_ERR</rc>
    <description>Target link command rate value is out of range.</description>
    <ffdc>CMD_RATE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_F_CMD_RATE_ERR</rc>
    <description>Target link command rate value is out of range.</description>
    <ffdc>CMD_RATE</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_ADU_STATUS_MISMATCH</rc>
    <description>Status mismatch detected on ADU operation executed for SMP configuration.</description>
    <ffdc>NUM_POLLS</ffdc>
    <ffdc>STATUS_DATA</ffdc>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_X_PARTIAL_GOOD_ERR</rc>
    <description>X bus partial good attribute state does not allow for action on target.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_A_PARTIAL_GOOD_ERR</rc>
    <description>A bus partial good attribute state does not allow for action on target.</description>
  </hwpError>
  <hwpError>
    <rc>RC_PROC_BUILD_SMP_PCIE_PARTIAL_GOOD_ERR</rc>
    <description>PCIE partial good attribute state does not allow for action on target.</description>
  </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud