forked from open-power/common-mrw-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
attribute_types_fsp.xml
784 lines (720 loc) · 20.3 KB
/
attribute_types_fsp.xml
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
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
<!-- attribute defining the required system policy for a fsp based system -->
<attributes>
<attribute>
<id>FAN_NUMBER</id>
<description>A unique number assigned to a fan within a particular MTM</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAN_CONTROLLER_TYPE</id>
<description>The component as defined in the MRW that controls the fan</description>
<simpleType>
<string>
<default>DPSS</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>LOCATION_ENFORCED</id>
<description>Location enforced</description>
<simpleType>
<string>
<default>0</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAN_ID</id>
<description>ID used to retrieve information from the Fan Controller Type</description>
<simpleType>
<string>
<default>TACHA0</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>DRAWER</id>
<description>Number of the drawer or enclosure where this fan is located</description>
<simpleType>
<string>
<default>0</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAN_TYPE_SELECT</id>
<description>0 = If only one type of physical fan is used</description>
<simpleType>
<string>
<default>0</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>RPM_FACTOR</id>
<description>Factor applied to the fan speed returned by the controller to calculate the true fan speed</description>
<simpleType>
<string>
<default>2700000</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MIN_FAN_PWM</id>
<description>Minimum PWM value for the fan</description>
<simpleType>
<string>
<default>51</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MAX_FAN_PWM</id>
<description>Maximum PWM value for the fan</description>
<simpleType>
<string>
<default>255</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MIN_FAN_RPM</id>
<description>Minimum RPM value for the fan</description>
<simpleType>
<string>
<default>2880</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MAX_FAN_RPM</id>
<description>Maximum RPM value for the fan</description>
<simpleType>
<string>
<default>10700</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>COOLING_ZONE</id>
<description>A unique number assigned to a cooling zone within a given MTM</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAILS_BEFORE_CALLOUT</id>
<description>Used to indicate the number of fan failures before calling out the error</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAILS_BEFORE_PARTNER_HIGH_SPEED</id>
<description>Number of fan fails/missing before setting partner fan to high speed</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAILS_BEFORE_ENABLE_RPM_CAP_FOR_OTHERS</id>
<description>Number of fails before setting all remaining good fans to the defined RPM cap</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAILS_BEFORE_HIGH_SPEED</id>
<description>Number of fan fails before checking Zone Management table to set appropriate zones to high speed</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FAILS_BEFORE_SHUTDOWN</id>
<description>Number of fan fails/missing before shutting down the system</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>DELAY_ENV_WINDOW</id>
<description>Time to wait before requesting orderly shutdown upon the number of Fails Before Shutdown is reached</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>DELAY_SHUTDOWN</id>
<description>Time to wait before requesting orderly shutdown upon the number of Fails Before Shutdown is reached</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>DELAY_HARD_SHUTDOWN</id>
<description>Time to wait after requesting shutdown before initiating a FSP shutdown</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>RPM_DROP_INTERVAL</id>
<description>Number of seconds to wait before dropping fan speeds</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>RPM_DROP</id>
<description>Amount to drop each fan speed by within this zone at the given interval</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>RPM_INCREASE_INTERVAL</id>
<description>Number of seconds to wait before increasing fan speeds</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>RPM_INCREASE</id>
<description>Amount to increase each fan speed by within this zone at the given interval</description>
<simpleType>
<string>
<default>1</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>IM_ID</id>
<description>Used to indicate a certain target is valid only for a certain IM ID</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>IM_VALUE</id>
<description>Used to indicate the IM keyword value</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>PART_NUMBER</id>
<description>Used to indicate the part number information</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<enumerationType>
<id>SYS_POLICY_NAME</id>
<description>An enumeration of all system policies</description>
<enumerator>
<name>all_mcs_in_interleaving_groups</name>
<value>0</value>
</enumerator>
<enumerator>
<name>mss_interleave_enables</name>
<value>1</value>
</enumerator>
<enumerator>
<name>power-def-filenames</name>
<value>2</value>
</enumerator>
<enumerator>
<name>powr-vrm-xml-filenames</name>
<value>3</value>
</enumerator>
<default></default>
</enumerationType>
<attribute>
<id>SYS_POLICY_NAME</id>
<description>The name of the system policy</description>
<simpleType>
<enumeration>
<id>SYS_POLICY_NAME</id>
</enumeration>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
<writeable/>
</attribute>
<attribute>
<id>SYS_POLICY_VALUE</id>
<description>The value of the system policy</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<enumerationType>
<id>CARD_USE</id>
<description>An enumeration of all possible places where a card can be used</description>
<enumerator>
<name>FIELD</name>
<value>0</value>
</enumerator>
<enumerator>
<name>LAB_ONLY</name>
<value>1</value>
</enumerator>
<default>FIELD</default>
</enumerationType>
<attribute>
<id>CARD_USE</id>
<description>Where is the card used? field/lab-only</description>
<simpleType>
<enumeration>
<id>CARD_USE</id>
</enumeration>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<enumerationType>
<id>RU_TYPE</id>
<description>An enumeration of all possible places where a card can be replaced</description>
<enumerator>
<name>FRU</name>
<value>0</value>
</enumerator>
<enumerator>
<name>CRU</name>
<value>1</value>
</enumerator>
<enumerator>
<name>MRU</name>
<value>2</value>
</enumerator>
<enumerator>
<name>NA</name>
<value>3</value>
</enumerator>
<default>FRU</default>
</enumerationType>
<attribute>
<id>RU_TYPE</id>
<description>Where can the card replaced? field/client/manufacturing</description>
<simpleType>
<enumeration>
<id>RU_TYPE</id>
</enumeration>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<enumerationType>
<id>SUPPORTED_MTMS</id>
<description>An enumeration of all possible MTMs supporting a given CCIN</description>
<enumerator>
<name>9040-MR9</name>
<value>0</value>
</enumerator>
<enumerator>
<name>ALL</name>
<value>1</value>
</enumerator>
<default>ALL</default>
</enumerationType>
<attribute>
<id>SUPPORTED_MTMS</id>
<description>MTMs where this CCIN will be supported. A comma separated list of MTMs</description>
<simpleType>
<enumeration>
<id>SUPPORTED_MTMS</id>
</enumeration>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>CORES</id>
<description>The number of cores - for modules only</description>
<simpleType>
<uint8_t/>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FREQUENCY</id>
<description>The core frequency - for modules only</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MTM_NAME</id>
<description>System MTM</description>
<simpleType>
<string></string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>REDUNDANT_FSPS</id>
<description>1 = System has redundant FSPs or 0 = System does not have redundant FSPs</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
<hwpfToHbAttrMap>
<id>ATTR_REDUNDANT_FSP</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
</attribute>
<attribute>
<id>AVERAGE_IPL_TIME</id>
<description>The average amount of time it may take for this enclosure to IPL in minutes</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>LED_STRATEGY</id>
<description>The LED service strategy</description>
<group>SYS_POLICIES</group>
<simpleType>
<string>
<default>lightpath</default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>power-def-filenames</id>
<description>Names of the system power management def files</description>
<group>SYS_POLICIES</group>
<simpleType>
<string>
<default></default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>powr-vrm-xml-filenames</id>
<description>Name of the powr VRM xml file</description>
<group>SYS_POLICIES</group>
<simpleType>
<string>
<default></default>
</string>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>LED_ON_DEFAULT_GPIO_VALUE</id>
<description>
The LED on-value for the GPIO-controlled LEDs in the platform:
1 means "VLED will set the GPIO pin value to '1' causing the LED to turn on."
0 means "VLED will set the GPIO pin value to '0' causing the LED to turn on."
</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t><default></default></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MRW_MEM_MIRRORING_ALLOWED</id>
<description>Is memory mirroring allowed on this platform? 0 - No and 1 - Yes</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t><default></default></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MRW_MEM_MIRRORING_ENABLE_DEFAULT</id>
<description>By default, is memory mirroring enabled on this platform? 0 - No and 1 - Yes</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t><default></default></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>MRW_MEM_POWER_CONTROL_USAGE</id>
<description>Determines if any power controls should be used by memory on this platform. This is a system-wide policy setting that is used when configuring the memory. Note that individual DIMMs will also know if they are capable of doing any of this so the eventual answer is combination of the requested value specified here and the capable value from the VPD</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
<hwpfToHbAttrMap>
<id>ATTR_MRW_MEM_POWER_CONTROL_USAGE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
</attribute>
<attribute>
<id>OCC_LOAD_TIMEOUT</id>
<description>The maximum amount of time it should take for all OCCs in the system to be loaded and started in seconds</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>OCC_RESET_TIMEOUT</id>
<description>The maximum amount of time it should take for all OCCs to be reset in seconds</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>FREQ_PB_HFT</id>
<description>The frequency of a processor's PB chiplet in MHz</description>
<group>SYS_POLICIES</group>
<simpleType><uint32_t></uint32_t></simpleType>
<persistency>non-volatile</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_PB_HFT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
</attribute>
<attribute>
<id>FREQ_X_HFT</id>
<description>The frequency of a processor's X bus in MHz</description>
<group>SYS_POLICIES</group>
<simpleType><uint32_t></uint32_t></simpleType>
<persistency>non-volatile</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_X_HFT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
</attribute>
<attribute>
<id>FREQ_NEST_HFT</id>
<description>The frequency of a processor's Nest chiplet in MHz</description>
<group>SYS_POLICIES</group>
<simpleType><uint32_t></uint32_t></simpleType>
<persistency>non-volatile</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_X_HFT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
</attribute>
<attribute>
<id>PCIE_DEFAULT_HDDW_SLOT_COUNT</id>
<description>The default HDDW slot count</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>PCIE_MIN_HDDW_SLOT_COUNT</id>
<description>The minimum HDDW slot count</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>PCIE_MAX_HDDW_SLOT_COUNT</id>
<description>The maximum HDDW slot count</description>
<group>SYS_POLICIES</group>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<attribute>
<id>APPLY_PCIE_WORKAROUND</id>
<description>
Should the PCIE workaround fix be applied on this platform?
If "yes", use the pcie-workaround-perst-control-table element to determine
the device and pin to use.
</description>
<simpleType>
<uint8_t></uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
</attribute>
<!-- Types of Location code -->
<!-- RELATIVE : Location code attached to parent card location code -->
<!-- ABSOLUTE : Location code attached to system location code (Ufcs) -->
<!-- ASSEMBLY : Location code is shared with another card(s) location code -->
<enumerationType>
<id>LOCATION_CODE_TYPE</id>
<description>Type of Location code</description>
<enumerator>
<name>RELATIVE</name>
<value>0</value>
</enumerator>
<enumerator>
<name>ABSOLUTE</name>
<value>1</value>
</enumerator>
<enumerator>
<name>ASSEMBLY</name>
<value>2</value>
</enumerator>
<default>RELATIVE</default>
</enumerationType>
<!-- attribute defining the type of the Location code -->
<attribute>
<id>LOCATION_CODE_TYPE</id>
<description>Type of the Location code</description>
<simpleType>
<enumeration>
<id>LOCATION_CODE_TYPE</id>
</enumeration>
</simpleType>
<persistency>volatile-zeroed</persistency>
<readable />
<writeable/>
<fspOnly/>
</attribute>
<!-- attribute defining the required system mtms for a fsp based system -->
<attribute>
<id>SYSTEM_MTM</id>
<description>Describes a list of Machine Type Model</description>
<simpleType>
<string>
<default>NULL</default>
<sizeInclNull>9</sizeInclNull>
</string>
</simpleType>
<persistency>volatile-zeroed</persistency>
<readable/>
<writeable/>
<fspOnly/>
</attribute>
<!-- attribute defining the required system CCINs for a fsp based system -->
<attribute>
<id>CCIN</id>
<description>Defines CCINs</description>
<simpleType>
<string>
<default>NULL</default>
<sizeInclNull>4</sizeInclNull>
</string>
</simpleType>
<persistency>volatile-zeroed</persistency>
<readable/>
<writeable/>
<fspOnly/>
</attribute>
</attributes>