summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_mss_setup_bars_errors.xml
blob: c69b8448d2d910d1566005a3bb2a0cc2fbf1cd21 (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
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_mss_setup_bars_errors.xml $ -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- Contributors Listed Below - COPYRIGHT 2016,2018                        -->
<!-- [+] 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                                                     -->
<!-- File: p9_mss_setup_bars_errors.xml. -->
<!-- Error definitions for p9_mss_setup_bars HWP. -->

<hwpErrors>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_INVALID_MC_CHIPLETS_DETECTED</rc>
    <description>Processor contains both MCS and MI chiplets.</description>
    <ffdc>NUM_MCS</ffdc>
    <ffdc>NUM_MI</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_MULTIPLE_GROUP_ERR</rc>
    <description>An MC port is grouped multiples times.</description>
    <ffdc>PORT_ID</ffdc>
    <ffdc>COUNTER</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_MC_MEMSIZE_DISCREPENCY</rc>
    <description>The amount of memory behind an MC (MCS/MI) calculated from
                 Group Data doesn't agree with the amount of memory currently
                 reported behind the same MC.</description>
    <ffdc>TARGET</ffdc>
    <ffdc>MC_POS</ffdc>
    <ffdc>MEMSIZE_GROUP_DATA</ffdc>
    <ffdc>MEMSIZE_REPORTED</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_INVALID_PORTS_CONFIG</rc>
    <description>Invalid number in group for ports 0/1 of the MC (MCS/MI).
                 The combination can not be found in the Channel Per Group
                 table.</description>
    <ffdc>MC_TARGET</ffdc>
    <ffdc>PORT_0_PORTS_IN_GROUP</ffdc>
    <ffdc>PORT_0_GROUP</ffdc>
    <ffdc>PORT_1_PORTS_IN_GROUP</ffdc>
    <ffdc>PORT_1_GROUP</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_INVALID_GROUP_SIZE</rc>
    <description>Can't locate given Group size in the GROUP_SIZE_TABLE in order
                 to determine MCFGP/MCFGPM Group size value (bits 13:23).</description>
    <ffdc>MC_TARGET</ffdc>
    <ffdc>MC_POS</ffdc>
    <ffdc>GROUP_SIZE</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

  <hwpError>
    <rc>RC_MSS_SETUP_BARS_HOLE1_SMF_CONFLICT</rc>
    <description>The MC HOLE1 and SMF areas are both valid and will conflict
                 when setting the MCFGPA/MCFGPMA registers.</description>
    <ffdc>TARGET</ffdc>
    <ffdc>HOLE1_VALID</ffdc>
    <ffdc>SMF_VALID</ffdc>
    <callout>
        <procedure>CODE</procedure>
        <priority>HIGH</priority>
    </callout>
  </hwpError>

</hwpErrors>
OpenPOWER on IntegriCloud