summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml
blob: eeb58521a16a350d5d6e0c6289812bd2d784df25 (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
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: chips/p9/procedures/xml/error_info/p9_ram_errors.xml $        -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- EKB Project                                                            -->
<!--                                                                        -->
<!-- COPYRIGHT 2016                                                         -->
<!-- [+] International Business Machines Corp.                              -->
<!--                                                                        -->
<!--                                                                        -->
<!-- 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.                              -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!-- Error definitions for p9 ram procedures                                --> 
<hwpErrors>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_SPR_NAME_MAP_INIT_ERR</rc>
    <description>
      SPR name map is not empty while try to initialize
    </description>
    <callout>
      <procedure>CODE</procedure>
      <priority>LOW</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_SPR_INVALID_RW_MODE_ACCESS_ERR</rc>
    <description>
      Illegal SPR read/write mode access
    </description>
    <ffdc>REGNAME</ffdc>
    <ffdc>RWFLAG</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>MEDIUM</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_SPR_INVALID_NAME_ACCESS_ERR</rc>
    <description>
      Illegal SPR name access
    </description>
    <ffdc>REGNAME</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>MEDIUM</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_NOT_SETUP_ERR</rc>
    <description>
      RAM is not setup as active before doing ram or cleanup
    </description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_THREAD_INACTIVE_ERR</rc>
    <description>
      The thread to perform ramming is not active
    </description>
    <ffdc>THREAD</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_STATUS_IN_RECOVERY_ERR</rc>
    <description>
      Attempt to perform ramming during recovery
    </description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_STATUS_EXCEPTION_ERR</rc>
    <description>
      Exception or interrupt happened during ramming
    </description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_STATUS_POLL_THRESHOLD_ERR</rc>
    <description>
      Polling for ram done reached threshold
    </description>
    <callout>
      <procedure>CODE</procedure>
      <priority>HIGH</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
  <hwpError>
    <rc>RC_P9_RAM_INVALID_REG_TYPE_ACCESS_ERR</rc>
    <description>
      Illegal reg type access
    </description>
    <ffdc>REGTYPE</ffdc>
    <callout>
      <procedure>CODE</procedure>
      <priority>MEDIUM</priority>
    </callout>
  </hwpError>
  <!-- ******************************************************************** -->
</hwpErrors>

OpenPOWER on IntegriCloud