summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/scratch_attributes.xml
blob: 0337a7263efd67568ad4edb5492d2d803d790dc5 (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!--  IBM_PROLOG_BEGIN_TAG
     This is an automatically generated prolog.
   
     $Source: src/usr/hwpf/hwp/fapiHwpAttributeInfo.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 HWPF attributes.
    These are scratch attributes that can be used by PLAT FW for  unit test.
    They can also be used temporarily by a HWP while waiting for an official
    attribute to be supported.
-->

<attributes>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT8_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint8_t attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint8</valueType>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT8_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint8_t attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint8</valueType>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT32_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint32_t attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint32</valueType>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT32_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint32_t attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint32</valueType>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT64_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint64_t attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint64</valueType>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT64_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint64_t attribute
        Can be used by HWPs for testing.
    </description>
    <valueType>uint64</valueType>
    <enum>VAL_A = 0, VAL_B = 5, VAL_C = 0xffffffffffffffff</enum>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT8_ARRAY_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint8_t[32] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint8</valueType>
    <array>32</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT8_ARRAY_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint8_t[2][3][4] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint8</valueType>
    <array>2 3 4</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT32_ARRAY_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint32_t[8] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint32</valueType>
    <array>8</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT32_ARRAY_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint32_t[2][3] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint32</valueType>
    <array>2,3</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT64_ARRAY_1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint64_t[4] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint64</valueType>
    <array>4</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_SCRATCH_UINT64_ARRAY_2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Scratch uint64_t[2][2] attribute.
        Can be used by HWPs for testing.
    </description>
    <valueType>uint64</valueType>
    <array> 2, 2 </array>
    <enum>VAL_A = 0x0123456789abcdef, VAL_B = 0, VAL_C = 0xffffffffffffffff</enum>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_DUMMY_SCRATCH_PLAT_INIT_UINT8</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>
        Dummy platInit uint8[1][3][5] attribute used for testing.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
    <writeable/>
    <array>1, 3, 5</array>
  </attribute>
</attributes>
OpenPOWER on IntegriCloud