summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
blob: 4293afaf4985d57820bb6ffd5f17cc4ba4096753 (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
<!--  IBM_PROLOG_BEGIN_TAG
     This is an automatically generated prolog.
   
     $Source: src/usr/hwpf/hwp/fapiHwpErrorInfo.xml $
   
     IBM CONFIDENTIAL
   
     COPYRIGHT International Business Machines Corp. 2011
   
     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 other-
     wise divested of its trade secrets, irrespective of what has
     been deposited with the U.S. Copyright Office.
   
     Origin: 30
   
     IBM_PROLOG_END -->
<!-- XML file specifying Test HW Procedure generated errors. -->

<hwpErrors>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_ERROR_A</rc>
    <description>HWP Unit Test expected error A</description>
    <!-- Call hwpTestFfdc1 to collect FFDC from the master chip -->
    <collectFfdc>hwpTestFfdc1, MASTER_CHIP</collectFfdc>
    <!-- Add some data as FFDC -->
    <ffdc>FFDC_DATA_1</ffdc>
    <!-- Add an ecmdDataBufferBase as FFDC -->
    <ffdc>FFDC_DATA_BUF</ffdc>
    <!-- Add a Target as FFDC -->
    <ffdc>MASTER_CHIP</ffdc>
    <!-- Callout MASTER_CHIP HIGH -->
    <callout>
        <target>MASTER_CHIP</target>
        <priority>HIGH</priority>
    </callout>
    <!-- Deconfigure MASTER_CHIP -->
    <deconfigure>
        <target>MASTER_CHIP</target>
    </deconfigure>
    <!-- Create GARD record for MASTER_CHIP -->
    <gard>
        <target>MASTER_CHIP</target>
    </gard>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_ERROR_B</rc>
    <description>HWP Unit Test expected error B</description>
    <!-- Call hwpTestAnalyzeError on MASTER_CHIP to analyze the error -->
    <callFunc>hwpTestAnalyzeError, MASTER_CHIP</callFunc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_CONFIG_NO_MCS_CHIPLETS</rc>
    <description>HWP Config Unit Test found no MCS chiplets</description>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_CONFIG_PARENT_CHIP_MISMATCH</rc>
    <description>HWP Config Unit Test found a parent chip mismatch</description>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_DQ_NO_ERR_ON_BAD_PARAMS</rc>
    <description>HWP DQ Unit Test did not get an expected error</description>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_TEST_DQ_BAD_DATA</rc>
    <description>HWP DQ Unit Test got bad data</description>
    <ffdc>FFDC_DATA1</ffdc>
    <ffdc>FFDC_DATA2</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_INITFILE_INCORRECT_VER</rc>
    <description>InitFile has incorrect version</description>
    <!-- Collect local FFDC FFDC_IF_VER -->
    <ffdc>FFDC_IF_VER</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_INITFILE_ATTR_ID_OUT_OF_RANGE</rc>
    <description>InitFile's attribute id is out of range </description>
    <!-- Collect local FFDC FFDC_IF_ATTR_ID_OUT_OF_RANGE -->
    <ffdc>FFDC_IF_ATTR_ID_OUT_OF_RANGE</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_INITFILE_LIT_ID_OUT_OF_RANGE</rc>
    <description>InitFile's literal id is out of range </description>
    <!-- Collect local FFDC FFDC_IF_LIT_ID_OUT_OF_RANGE -->
    <ffdc>FFDC_IF_LIT_ID_OUT_OF_RANGE</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_INITFILE_TGT_NUM_OUT_OF_RANGE</rc>
    <description>InitFile's target number is out of range </description>
    <!-- Collect local FFDC -->
    <ffdc>FFDC_IF_TGT_NUM</ffdc>
    <ffdc>FFDC_IF_NUM_TGTS_PASSED_IN</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_HWP_EXEC_INITFILE_TEST_FAILED</rc>
    <description>HWP Exec InitFile test case failed </description>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_HWP_EXEC_INITFILE_TEST_INCORRECT_NUM_MBAS_FOUND</rc>
    <description>HWP Exec InitFile test incorrect number of MBA chiplets found</description>
    <!-- Collect local FFDC -->
        <ffdc>FFDC_IF_TEST_NUM_MBAS_FOUND</ffdc>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_HWP_EXEC_INITFILE_TEST_NO_MEMBUF_FOUND</rc>
    <description>HWP Exec Initfile test no MEMBUF chips found</description>
  </hwpError>
  <!-- *********************************************************************** -->
  <hwpError>
    <rc>RC_HWP_ATTR_UNIT_TEST_FAIL</rc>
    <description>HWP Attribute Unit Test failed</description>
  </hwpError>
  <!-- *********************************************************************** -->
</hwpErrors>
OpenPOWER on IntegriCloud