summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dimm_spd_attributes.xml
blob: 3624f53a3b7bed893afdc487f910ad89ff30a811 (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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/hwpf/hwp/dimm_spd_attributes.xml $                    -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2012,2013              -->
<!--                                                                        -->
<!-- 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 otherwise         -->
<!-- divested of its trade secrets, irrespective of what has been           -->
<!-- deposited with the U.S. Copyright Office.                              -->
<!--                                                                        -->
<!-- Origin: 30                                                             -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!-- XML file specifying DIMM SPD attributes used by HW Procedures. -->
<attributes>

<attribute>
    <id>ATTR_SPD_DRAM_DEVICE_TYPE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        DRAM Device Type.
        Located in DDR3/DDR4 SPD byte 2.
    </description>
    <valueType>uint8</valueType>
    <enum>DDR3 = 0x0b, DDR4 = 0x0c</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_TYPE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Type.
        Located in DDR3 SPD byte 3, bits 3-0.
	Note that CDIMM designation here is obsolete.  See ATTR_SPD_CUSTOM
    </description>
    <valueType>uint8</valueType>
    <enum>CDIMM = 0x00, RDIMM = 0x01, UDIMM = 0x02, LRDIMM = 0x0b</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_CUSTOM</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Type is CUSTOM
        Located in DDR3 SPD byte 3, bit 7. (Most significant bit)
	If bit 7 (reserved) is a '1' then this attribute value should be set to YES
    </description>
    <valueType>uint8</valueType>
    <enum>NO = 0x0, YES = 0x1</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_BANKS</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Number of banks.
        Located in DDR3 SPD byte 4, bits 6-4.
    </description>
    <valueType>uint8</valueType>
    <enum>B8 = 0x00, B16 = 0x01, B32 = 0x02, B64 = 0x03</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_DENSITY</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        DRAM Density.
        Located in DDR3 SPD byte 4, bits 3-0.
    </description>
    <valueType>uint8</valueType>
    <enum>
        D256MB = 0x00, D512Mb = 0x01, D1GB = 0x02, D2GB = 0x03, D4GB = 0x04,
        D8GB = 0x05, D16GB = 0x06
    </enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_ROWS</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Number of Rows.
        Located in DDR3 SPD byte 5, bits 5-3.
    </description>
    <valueType>uint8</valueType>
    <enum>R12 = 0x00, R13 = 0x01, R14 = 0x02, R15 = 0x03, R16 = 0x04</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_COLUMNS</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Number of Columns.
        Located in DDR3 SPD byte 5, bits 2-0.
    </description>
    <valueType>uint8</valueType>
    <enum>C9 = 0x00, C10 = 0x01, C11 = 0x02, C12 = 0x03</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_NOMINAL_VOLTAGE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Nominal voltage (bitmap).
        Located in DDR3 SPD byte 6, bits 2-0.
    </description>
    <valueType>uint8</valueType>
    <enum>NOTOP1_5 = 0x01, OP1_35 = 0x02, OP1_2X = 0x04</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_NUM_RANKS</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Number of ranks.
        Located in DDR3 SPD byte 7, bits 5-3.
    </description>
    <valueType>uint8</valueType>
    <enum>R1 = 0x00, R2 = 0x01, R3 = 0x02, R4 = 0x03</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_DRAM_WIDTH</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        DRAM Width.
        Located in DDR3 SPD byte 7, bits 2-0.
    </description>
    <valueType>uint8</valueType>
    <enum>W4 = 0x00, W8 = 0x01, W16 = 0x02, W32 = 0x03</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_MEMORY_BUS_WIDTH</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Memory Bus Width.
        Located in DDR3 SPD byte 8, bits 2-0.
    </description>
    <valueType>uint8</valueType>
    <enum>W8 = 0x00, W16 = 0x01, W32 = 0x02, W64 = 0x03</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FTB_DIVIDEND</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Timebase Dividend.
        Located in DDR3 SPD byte 9, bits 7-4.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FTB_DIVISOR</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Timebase Divisor.
        Located in DDR3 SPD byte 9, bits 3-0.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MTB_DIVIDEND</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Medium Timebase Dividend.
        Located in DDR3 SPD byte 10.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MTB_DIVISOR</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Medium Timebase Divisor.
        Located in DDR3 SPD byte 11.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TCKMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum cycle time (tCKmin).
        Located in DDR3 SPD byte 12.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_CAS_LATENCIES_SUPPORTED</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        CAS Latencies supported (bitmap).
        Located in DDR3 SPD byte 14 (LSB) and byte 15.
    </description>
    <valueType>uint32</valueType>
    <enum>
        CL_18 = 0x00004000,
        CL_17 = 0x00002000,
        CL_16 = 0x00001000,
        CL_15 = 0x00000800,
        CL_14 = 0x00000400,
        CL_13 = 0x00000200,
        CL_12 = 0x00000100,
        CL_11 = 0x00000080,
        CL_10 = 0x00000040,
        CL_9  = 0x00000020,
        CL_8  = 0x00000010,
        CL_7  = 0x00000008,
        CL_6  = 0x00000004,
        CL_5  = 0x00000002,
        CL_4  = 0x00000001
    </enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TAAMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum CAS Latency Time (tAAmin).
        Located in DDR3 SPD byte 16.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TWRMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Write Recovery Time (tWRmin).
        Located in DDR3 SPD byte 17.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRCDMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum RAS# to CAS# Delay Time (tRCDmin).
        Located in DDR3 SPD byte 18.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRRDMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Row Active to Row Active Delay Time (tRRDmin).
        Located in DDR3 SPD byte 19.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRPMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Row Precharge Delay Time (tRPmin).
        Located in DDR3 SPD byte 20.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRASMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Active to Precharge Delay Time (tRASmin).
        Located in DDR3 SPD byte 21, bits 3-0 and byte 22 (LSB).
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRCMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Active to Active/Refresh Delay Time (tRCmin).
        Located in DDR3 SPD byte 21, bits 7-4 and byte 23 (LSB).
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRFCMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Refresh Recovery Delay Time (tRFCmin).
        Located in DDR3 SPD byte 24 (LSB) and byte 25.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TWTRMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Internal Write to Read Command Delay Time (tWTRmin).
        Located in DDR3 SPD byte 26.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TRTPMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Internal Read to Precharge Command Delay Time (tRTPmin).
        Located in DDR3 SPD byte 27.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_TFAWMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Minimum Four Activate Window Delay Time (tFAWmin).
        Located in DDR3 SPD byte 28, bits 3-0 and byte 29 (LSB).
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_OPTIONAL_FEATURES</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        SDRAM Optional Features (bitmap).
        Located in DDR3 SPD byte 30.
    </description>
    <valueType>uint8</valueType>
    <enum>DLL_OFF = 0x80, RZQ7 = 0x02, RZQ6 = 0x01</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_THERMAL_AND_REFRESH_OPTIONS</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        SDRAM Thermal and Refresh Options (bitmap).
        Located in DDR3 SPD byte 31.
    </description>
    <valueType>uint8</valueType>
    <enum>PASR = 0x80, ODTS = 0x08, ASR = 0x05, ETRR = 0x02, ETR = 0x01</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_THERMAL_SENSOR</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Thermal Sensor.
        Located in DDR3 SPD byte 32.
    </description>
    <valueType>uint8</valueType>
    <enum>PRESENT = 0x80, ACCURACY_MASK = 0x7F</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_DEVICE_TYPE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        SDRAM Device Type.
        Located in DDR3 SPD byte 33, bit 7.
    </description>
    <valueType>uint8</valueType>
    <enum>STANDARD_MONOLITHIC = 0x00, NON_STANDARD = 0x80</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_DEVICE_TYPE_SIGNAL_LOADING</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        SDRAM Device Type Signal Loading for stacked DRAMs.
        Located in DDR3 SPD byte 33, bits 1-0.
    </description>
    <valueType>uint8</valueType>
    <enum>NOT_SPECIFIED = 0x00, MULTI_LOAD_STACK = 0x01, SINGLE_LOAD_STACK = 0x02</enum>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_SDRAM_DIE_COUNT</id> 
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        SDRAM Device Type Die Count.
        Located in DDR3 SPD byte 33, bits 6-4.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FINE_OFFSET_TCKMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Offset for SDRAM Minimum Cycle Time (tCKmin).
        Located in DDR3 SPD byte 34.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>


<attribute>
    <id>ATTR_SPD_FINE_OFFSET_TAAMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Offset for Minimum CAS Latency Time (tAAmin).
        Located in DDR3 SPD byte 35.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FINE_OFFSET_TRCDMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Offset for Minimum RAS# to CAS# Delay Time (tRCDmin).
        Located in DDR3 SPD byte 36.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FINE_OFFSET_TRPMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Offset for Minimum Row Precharge Delay Time (tRPmin).
        Located in DDR3 SPD byte 37.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_FINE_OFFSET_TRCMIN</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Fine Offset for Minimum Active to Active/Refresh Delay Time (tRCmin).
        Located in DDR3 SPD byte 38.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_NUM_OF_REGISTERS_USED_ON_RDIMM</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Number of Registers used on RDIMM.
        Located in DDR3 SPD byte 63 bits 1-0.
    </description> 
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_SPECIFIC_SECTION</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Specific Section.
        Located in DDR3 SPD bytes 60d - 116d.
    </description>
    <valueType>uint8</valueType>
    <array>57</array>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_ID_MODULE_MANUFACTURERS_JEDEC_ID_CODE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module ID: Module Manufacturer's JEDEC ID Code.
        Located in DDR3 SPD bytes 117 (LSB) to 118.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_ID_MODULE_MANUFACTURING_LOCATION</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module ID: Module Manufacturing Location.
        Located in DDR3 SPD byte 119.
    </description>
    <valueType>uint8</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_ID_MODULE_MANUFACTURING_DATE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module ID: Module Manufacturing Date.
        Located in DDR3 SPD bytes 120 (BCD year) to byte 121 (BCD week) (LSB).
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_ID_MODULE_SERIAL_NUMBER</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module ID: Module Serial Number.
        Located in DDR3 SPD bytes 122 (LSB) to 125.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_CYCLICAL_REDUNDANCY_CODE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Cyclical Redundancy Code.
        Located in DDR3 SPD bytes 126 (LSB) to 127.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_PART_NUMBER</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Part Number.
        Located in DDR3 SPD bytes 128 - 145.
    </description>
    <valueType>uint8</valueType>
    <array>18</array>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_MODULE_REVISION_CODE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Module Revision Code.
        Located in DDR3 SPD bytes 146 (LSB) to 147.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_DRAM_MANUFACTURER_JEDEC_ID_CODE</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        DRAM Manufacturer JEDEC ID Code.
        Located in DDR3 SPD bytes 148 (LSB) to 149.
    </description>
    <valueType>uint32</valueType>
    <platInit/>
</attribute>

<attribute>
    <id>ATTR_SPD_BAD_DQ_DATA</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        Bad DQ pin data stored in DIMM SPD. This data is in a special format.
        This must only be called by a firmware HWP that knows how to decode the data.       
        HWP/PLAT firmware that needs to get/set the Bad DQ Bitmap from a Centaur
        DQ point of view must call the dimmBadDqBitmapAccessHwp HWP.
    </description>
    <valueType>uint8</valueType>
    <array>80</array>
    <platInit/>
    <writeable/>
</attribute>

<attribute>
    <id>ATTR_VPD_DRAM_ADDRESS_MIRRORING</id>
    <targetType>TARGET_TYPE_DIMM</targetType>
    <description>
        The C-DIMM ranks that have address mirroring.
        This data is in the Record:VSPD, Keyword:AM field in C-DIMM VPD.
        This attribute is only valid for C-DIMMs, an error should be returned if queried from IS-DIMMs.
        Note: Muliple ranks can be mirrored.
    </description>
    <valueType>uint8</valueType>
    <enum>
        RANK0_MIRRORED = 0x08,
        RANK1_MIRRORED = 0x04,
        RANK2_MIRRORED = 0x02,
        RANK3_MIRRORED = 0x01
    </enum>
    <platInit/>
</attribute>

</attributes>
OpenPOWER on IntegriCloud