summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
blob: 9e655ee15707677ad61734511d50d373be8f88a7 (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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml $ -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- Contributors Listed Below - COPYRIGHT 2018,2019                        -->
<!-- [+] 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 memory_attributes.xml -->
<!-- @brief Attribute xml for memory attributes -->
<!-- -->
<!-- *HWP HWP Owner: Andre Marin <aamarin@us.ibm.com> -->
<!-- *HWP HWP Backup: Stephen Glancy <sglancy@us.ibm.com> -->
<!-- *HWP Team: Memory -->
<!-- *HWP Level: 2 -->
<!-- *HWP Consumed by: FSP:HB -->
<!-- -->


<attributes>
    <attribute>
        <id>ATTR_MSS_OCMB_ENTERPRISE_MODE</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
            Indicates whether the OCMB can support enterprise mode or
            if it has been fused to only support non-enterprise mode.
            Note: needs to be setup by the get ECID functionality
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <enum>
            NON_ENTERPRISE = 0,
            ENTERPRISE = 1
        </enum>
        <writeable/>
        <mssAccessorName>ocmb_enterprise_mode</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_ENTERPRISE_POLICY</id>
        <targetType>TARGET_TYPE_SYSTEM</targetType>
        <description>
            Indicates whether the OCMB is allowed to run in enterprise
            mode, commodity mode, or either.

            ALLOW_ENTERPRISE = Most permissive, uses whatever is installed in
               the way it is intended to be used.
            REQUIRE_ENTERPRISE = Throws an error for any commodity dimms that
               are installed.
            FORCE_NONENTERPRISE = Throws an error for any enterprise dimms that
               are installed.
        </description>
        <valueType>uint8</valueType>
        <enum>
            ALLOW_ENTERPRISE = 0,
            FORCE_ENTERPRISE = 1,
            FORCE_COMMODITY  = 2
        </enum>
        <platInit/>
        <default>ALLOW_ENTERPRISE</default>
        <mssAccessorName>ocmb_enterprise_policy</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_NONENTERPRISE_MODE_OVERRIDE</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
            An override to allow an enterprise capable DIMM to be run in non-enterprise mode.
            Defaults to NO_OVERRIDE
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <enum>
            NO_OVERRIDE = 0,
            OVERRIDE_NON_ENTERPRISE = 1
        </enum>
        <writeable/>
        <mssAccessorName>ocmb_nonenterprise_mode_override</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_HALF_DIMM_MODE</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
            Indicates whether the OCMB should be run in half DIMM mode or not
            Note: needs to be setup by the get ECID functionality
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <enum>
            FULL_DIMM = 0,
            HALF_DIMM = 1
        </enum>
        <writeable/>
        <mssAccessorName>ocmb_half_dimm_mode</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_HALF_DIMM_MODE_OVERRIDE</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
            An override that allows the user to control full or half DIMM mode
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <enum>
            NO_OVERRIDE = 0,
            OVERRIDE_FULL_DIMM = 1,
            OVERRIDE_HALF_DIMM = 2
        </enum>
        <writeable/>
        <mssAccessorName>ocmb_half_dimm_mode_override</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_MEM_MVPD_FWMS</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
          Mark store records from OCMB VPD. The array dimension is [port][mark].
          Explorer only has one port so only [0][mark] is used in explorer.
        </description>
        <initToZero></initToZero>
        <valueType>uint32</valueType>
        <writeable/>
        <array> 8 </array>
        <mssAccessorName>mvpd_fwms</mssAccessorName>
    </attribute>

    <!-- user_input_msdg attribute overrides start -->
    <attribute>
        <id>ATTR_MEM_EXP_INIT_VREF_DQ</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
           Initial VrefDQ setting before training
        </description>
        <valueType>uint8</valueType>
        <initToZero></initToZero>
        <writeable/>
        <array>2 4</array>
        <mssAccessorName>exp_init_vref_dq</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_INIT_PHY_VREF</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
           Initial DQ Vref setting of PHY before training
        </description>
        <valueType>uint8</valueType>
        <initToZero></initToZero>
        <writeable/>
        <array>2 4</array>
        <mssAccessorName>exp_init_phy_vref</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_RCD_DIC</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
           CA and CS signal Driver Characteristics from F0RC03, F0RC04, F0RC05
        </description>
        <valueType>uint16</valueType>
        <initToZero></initToZero>
        <writeable/>
        <mssAccessorName>exp_rcd_dic</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_RCD_VOLTAGE_CTRL</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
           RCD operating voltage VDD and VrefCA control from F0RC0B and F0RC1x
        </description>
        <valueType>uint16</valueType>
        <initToZero></initToZero>
        <writeable/>
        <mssAccessorName>exp_rcd_voltage_ctrl</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_DRAM_ADDRESS_MIRRORING</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
            Ranks that have address mirroring.
            This data is derived from SPD or VPD.
            Note: This is a bit-wise map and muliple ranks can be mirrored.
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <array>2</array>
        <writeable/>
        <mssAccessorName>exp_dram_address_mirroring</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_RCD_SLEW_RATE</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
            RCD slew rate control from F1RC02,F1RC03,F1RC04,F1RC05
        </description>
        <initToZero></initToZero>
        <valueType>uint16</valueType>
        <writeable/>
        <mssAccessorName>exp_rcd_slew_rate</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_SPD_CL_SUPPORTED</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
            Cas Latency Supported by DRAM
        </description>
        <initToZero></initToZero>
        <valueType>uint32</valueType>
        <writeable/>
        <mssAccessorName>exp_spd_cl_supported</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_SPD_TAA_MIN</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
          Minimum Cas Latency Time (tAAmin) in Picosecond (Byte 24)
        </description>
        <initToZero></initToZero>
        <valueType>uint16</valueType>
        <writeable/>
        <mssUnits>ps</mssUnits>
        <mssAccessorName>exp_spd_taa_min</mssAccessorName>
    </attribute>

  <attribute>
      <id>ATTR_MSS_EXP_REORDER_QUEUE_SETTING</id>
      <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
      <description>
          Contains the settings for write/read reorder queue
      </description>
      <default>REORDER</default>
      <initToZero></initToZero>
      <writeable/>
      <enum>REORDER = 0, FIFO = 1</enum>
      <valueType>uint8</valueType>
      <writeable/>
      <mssAccessorName>exp_reorder_queue_setting</mssAccessorName>
  </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_FIRMWARE_EMULATION_MODE</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
            Enable Special mode for Emulation Support
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <mssUnits>bool</mssUnits>
        <enum>NORMAL = 0, EMULATION = 1</enum>
        <writeable/>
        <mssAccessorName>exp_firmware_emulation_mode</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_EXP_STRUCT_MMIO_ENDIAN_CTRL</id>
        <targetType>TARGET_TYPE_SYSTEM</targetType>
        <description>
          Controls whether or not transaction bytes are
          swapped before and after mmio accesses to
          the buffer.
        </description>
        <valueType>uint8</valueType>
        <initToZero></initToZero>
        <enum>
            SWAP = 0,
            NO_SWAP = 1
        </enum>
        <platInit/>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_EXP_STRUCT_ENDIAN</id>
        <targetType>TARGET_TYPE_SYSTEM</targetType>
        <description>
          Controls whether the structure fields written
          and read to and from the buffer are big
          or little endian.
        </description>
        <valueType>uint8</valueType>
        <initToZero></initToZero>
        <enum>
            BIG_ENDIAN = 0,
            LITTLE_ENDIAN = 1
        </enum>
        <platInit/>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_EXP_STRUCT_MMIO_WORD_SWAP</id>
        <targetType>TARGET_TYPE_SYSTEM</targetType>
        <description>
          Controls whether or not the first and second half of MMIO
          transactions are swapped before and after mmio accesses to
          the buffer.
        </description>
        <valueType>uint8</valueType>
        <enum>
            SWAP = 0,
            NO_SWAP = 1
        </enum>
        <platInit/>
        <default>NO_SWAP</default>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL</id>
        <targetType>TARGET_TYPE_SYSTEM</targetType>
        <description>
          Controls whether OMI CFG reg accesses
          are considered big or little endian.
        </description>
        <valueType>uint8</valueType>
        <enum>
            LITTLE_ENDIAN = 0,
            BIG_ENDIAN = 1
        </enum>
        <platInit/>
        <default>LITTLE_ENDIAN</default>
    </attribute>

    <attribute>
        <id>ATTR_MSS_OCMB_ECID</id>
        <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
        <description>
            ECID of the chip as determined by the IPL getecid procedure.
        </description>
        <initToZero></initToZero>
        <valueType>uint16</valueType>
        <array>14</array>
        <writeable/>
        <mssAccessorName>ocmb_ecid</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EXP_DFIMRL_CLK</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
            timing parameter for the DFIMRL clock
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <writeable/>
        <mssAccessorName>exp_dfimrl_clk</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EFF_ATXDLY_A</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
          ARRAY[ADDRESS INDEX]
          ATxDly_A/B[0]: ODT[1],ODT[0],CS_N[0],CS_N[1]
          ATxDly_A/B[1]: ADDR[13],ADDR[5],BG[0],CKE[1]
          ATxDly_A/B[2]: ADDR[17],ADDR[7],BA[0],ADDR[16]
          ATxDly_A/B[3]: ADDR[8],BG[1],CID[1],CID[0]
          ATxDly_A/B[4]: ADDR[1],ADDR[9],ADDR[2],CAPARITY
          ATxDly_A/B[5]: ADDR[12],ADDR[3],ADDR[4],ADDR[0]
          ATxDly_A/B[6]: CKE[0],ADDR[15],ACT_N,ADDR[10]
          ATxDly_A/B[7]: ADDR[11],ADDR[6],BA[1],ADDR[14]
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <writeable/>
        <array>8</array>
        <mssAccessorName>exp_atxdly_a</mssAccessorName>
    </attribute>

    <attribute>
        <id>ATTR_MEM_EFF_ATXDLY_B</id>
        <targetType>TARGET_TYPE_MEM_PORT</targetType>
        <description>
          ARRAY[ADDRESS INDEX]
          ATxDly_A/B[0]: ODT[1],ODT[0],CS_N[0],CS_N[1]
          ATxDly_A/B[1]: ADDR[13],ADDR[5],BG[0],CKE[1]
          ATxDly_A/B[2]: ADDR[17],ADDR[7],BA[0],ADDR[16]
          ATxDly_A/B[3]: ADDR[8],BG[1],CID[1],CID[0]
          ATxDly_A/B[4]: ADDR[1],ADDR[9],ADDR[2],CAPARITY
          ATxDly_A/B[5]: ADDR[12],ADDR[3],ADDR[4],ADDR[0]
          ATxDly_A/B[6]: CKE[0],ADDR[15],ACT_N,ADDR[10]
          ATxDly_A/B[7]: ADDR[11],ADDR[6],BA[1],ADDR[14]
        </description>
        <initToZero></initToZero>
        <valueType>uint8</valueType>
        <writeable/>
        <array>8</array>
        <mssAccessorName>exp_atxdly_b</mssAccessorName>
    </attribute>

</attributes>
OpenPOWER on IntegriCloud