forked from open-power/common-mrw-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattribute_types_hb.xml
10797 lines (10797 loc) · 369 KB
/
attribute_types_hb.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
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<attributes>
<attribute>
<description>The frequency of the processor refclock in kHz. Provided by the Machine Readable Workbook. This can be overridden to adjust the refclock frequency.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_PROC_REFCLOCK_KHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_PROC_REFCLOCK_KHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>133333</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>The frequency of the memory refclock in MHz. Provided by the Machine Readable Workbook. This is read by the set_ref_clock HWP to find out the desired frequency. This can be overridden to adjust the refclock frequency.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_MEM_REFCLOCK</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_MEM_REFCLOCK</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Maximum frequency (in MHz) that this system can run the DIMMs at. There are 5 possible values determined by the dimm configuration. For configurations which have mixed rank configurations, the lowest frequency based on ranks of either DIMM is chosen. For example if there was a 1R and a 2R DIMM installed, and 1R dual drop was a lower max freq than 2R dual drop, then the 1R max freq would be the max allowed. [0]=One rank, single drop [1]=Two rank, single drop [2]=Four rank, single drop [3]=One rank, dual drop [4]=Two rank, dual drop A value of zero would indicate an unsupported configuration. Note: Do not use this attribute to limit configurations, it is not checked during plug rules. If you have an unsupported configuration, use the value 0 as the maximum freq.</description>
<hwpfToHbAttrMap>
<id>ATTR_MAX_ALLOWED_DIMM_FREQ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MAX_ALLOWED_DIMM_FREQ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>5</array>
<uint32_t>
<default>2400,2400,2400,2400,2400</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Specify the system policy to enforce synchronous mode between memory and nest. This drives the value of ATTR_MEM_IN_SYNCH_MODE. UNDETERMINED : Run synchronously if the dimm and nest freq matches ALWAYS : Require matching frequencies and deconfigure memory that does not match the nest NEVER : Do not run synchronously, even if the frequencies match</description>
<hwpfToHbAttrMap>
<id>ATTR_REQUIRED_SYNCH_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>REQUIRED_SYNCH_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook safe mode throttle value for numerator cfg_nm_n_per_port Set to below optimum value/ rate. On a per port (MCA) basis Also used for emergency mode throttle MBA_FARB4Q_EMERGENCY_N Used to thermally protect the system in all supported environmental conditions when OCC is not functional Consumer: thermal_init, initfile</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_SAFEMODE_MEM_THROTTLED_N_COMMANDS_PER_PORT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_SAFEMODE_MEM_THROTTLED_N_COMMANDS_PER_PORT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t>
<default>32</default>
</uint16_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook Thermal Memory Power Limit Used to calculate throttles to be at or under the power limit Per DIMM basis KEY (0-19): In order DIMM_SIZE = bits 0-3, DIMM_GEN = 4-5, DIMM_TYPE = 6-7, DIMM_WIDTH = 8-10, DIMM_DENSITY = 11-13, DIMM_STACK_TYPE = 14-15, DRAM_MFGID = 16-18, DIMMS_PER_PORT = 19-20, Bits 21-32: Not used VALUE (bits 32-63) in cW: VMEM+VPP thermal power limit per DIMM = 32-63 Consumers: eff_config_thermal and bulk_pwr_throttles</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_THERMAL_MEMORY_POWER_LIMIT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_THERMAL_MEMORY_POWER_LIMIT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>10</array>
<uint64_t>
<default>0xffffe000000006a4,0,0,0,0,0,0,0,0,0</default>
</uint64_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook Power Curve Intercept for DIMM Used to get the VDDR and VDDR+VPP power curve for each DIMM Decoded and used to set ATTR_MSS_TOTAL_PWR_INTERCEPT Key Value pair KEY (0-19): In order DIMM_SIZE = bits 0-3, DIMM_GEN = 4-5, DIMM_TYPE = 6-7, DIMM_WIDTH = 8-10, DIMM_DENSITY = 11-13, DIMM_STACK_TYPE = 14-15, DRAM_MFGID = 16-18, DIMMS_PER_PORT = 19-20, Bits 21-32: Not used VALUE (bits 32-63) in cW: VMEM power curve = 32-47 VMEM+VPP power curve = 48-63 Consumers: eff_config_thermal</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_PWR_INTERCEPT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_PWR_INTERCEPT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>100</array>
<uint64_t>
<default>0xffffe00002CC03AE,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0</default>
</uint64_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook Power Curve Slope for DIMM Used to get the VDDR and VDDR+VPP power curve for each DIMM Decoded and used to set ATTR_MSS_TOTAL_PWR_INTERCEPT Key Value pair KEY (0-19): In order DIMM_SIZE = bits 0-3, DIMM_GEN = 4-5, DIMM_TYPE = 6-7, DIMM_WIDTH = 8-10, DIMM_DENSITY = 11-13, DIMM_STACK_TYPE = 14-15, DRAM_MFGID = 16-18, DIMMS_PER_PORT = 19-20, Bits 21-32: Not used VALUE (bits 32-63) in cW: VMEM power curve = 32-47 VMEM+VPP power curve = 48-63 Consumers: eff_config_thermal</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_PWR_SLOPE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_PWR_SLOPE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>100</array>
<uint64_t>
<default>0xffffe00003FD0546,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0</default>
</uint64_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook Refresh Rate Desired refresh interval used in refresh register 0, MBAREF0Q_CFG_REFRESH_INTERVAL 7.8 us (SINGLE) 3.9 us (DOUBLE) 7.02 us (SINGLE_10_PERCENT_FASTER) 3.51 us (DOUBLE_10_PERCENT_FASTER)</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_REFRESH_RATE_REQUEST</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_REFRESH_RATE_REQUEST</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook DIMM power curve percent uplift for this system at max utilization. Value should be 0 for ISDIMMs</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_DIMM_POWER_CURVE_PERCENT_UPLIFT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_DIMM_POWER_CURVE_PERCENT_UPLIFT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook DIMM power curve percent uplift for this system at idle utilization. Value should be 0 for ISDIMMs</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_DIMM_POWER_CURVE_PERCENT_UPLIFT_IDLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_DIMM_POWER_CURVE_PERCENT_UPLIFT_IDLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook for the number of M DRAM clocks. One approach to curbing DRAM power usage is by throttling traffic through a programmable N commands over M window.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_MEM_M_DRAM_CLOCKS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_MEM_M_DRAM_CLOCKS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00000200</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook value for maximum dram data bus utilization in centi percent (c%). Used to determine memory throttle values. Max databus utilization on a per port basis Default to 90%</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_MAX_DRAM_DATABUS_UTIL</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_MAX_DRAM_DATABUS_UTIL</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00002328</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Option to control MCS prefetch retry threshold, for performance optimization. This attribute controls the number of retries in the prefetch engine. Retry threshold available ranges from 16 to 30. Note: Values outside those ranges will default to 30. In MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_MCS_PREFETCH_RETRY_THRESHOLD</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_MCS_PREFETCH_RETRY_THRESHOLD</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Memory power control settings programmed during IPL Used by OCC when exiting idle power-save mode</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_POWER_CONTROL_REQUESTED</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_POWER_CONTROL_REQUESTED</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>OFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Memory power control settings for IDLE powersave mode Used by OCC when entering idle power-save mode</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_IDLE_POWER_CONTROL_REQUESTED</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_IDLE_POWER_CONTROL_REQUESTED</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>OFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook enablement of the HWP code to adjust the VMEM regulator power limit based on number of installed DIMMs.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_VMEM_REGULATOR_POWER_LIMIT_PER_DIMM_ADJ_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_VMEM_REGULATOR_POWER_LIMIT_PER_DIMM_ADJ_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook VMEM regulator power limit per CDIMM assuming a full configuration. Units in cW Used for Cumulus Consumed in mss_eff_config_thermal</description>
<hwpfToHbAttrMap>
<id>ATTR_MRW_VMEM_REGULATOR_MEMORY_POWER_LIMIT_PER_DIMM_DDR3</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MRW_VMEM_REGULATOR_MEMORY_POWER_LIMIT_PER_DIMM_DDR3</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook VMEM regulator power limit per DIMM assuming a full configuration. Units in cW Consumed in mss_eff_config_thermal</description>
<hwpfToHbAttrMap>
<id>ATTR_MRW_VMEM_REGULATOR_MEMORY_POWER_LIMIT_PER_DIMM_DDR4</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MRW_VMEM_REGULATOR_MEMORY_POWER_LIMIT_PER_DIMM_DDR4</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x000006A4</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Machine Readable Workbook value for the maximum possible number of dimms that can be installed under any of the VMEM regulators. Consumed in eff_config_thermal to calculate mem_watt_target</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_MAX_NUMBER_DIMMS_POSSIBLE_PER_VMEM_REGULATOR</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_MAX_NUMBER_DIMMS_POSSIBLE_PER_VMEM_REGULATOR</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Used for to determine whether to apply an offset to AVDD. Supplied by MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_AVDD_OFFSET_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_AVDD_OFFSET_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Used for to determine whether to apply an offset to VDD. Supplied by MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_VDD_OFFSET_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_VDD_OFFSET_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Used for to determine whether to apply an offset to VCS. Supplied by MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_VCS_OFFSET_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_VCS_OFFSET_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Used for to determine whether to apply an offset to VCS. Supplied by MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_VPP_OFFSET_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_VPP_OFFSET_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Used for to determine whether to apply an offset to VDDR. Supplied by MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_VDDR_OFFSET_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_VDDR_OFFSET_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Fine refresh mode. Sets DDR4 MRS3. ZZ uses normal mode. From JEDEC DDR4 Spec 1716.78C from 07-2016 Page 47 Table 4.9.1</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_FINE_REFRESH_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_FINE_REFRESH_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>NORMAL</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Temperature refresh range. Sets DDR4 MRS4. Should be defaulted to extended range. NORMAL for running at 85 degrees C or less, EXTENDED for 95 or less degrees C Used for calculating periodic refresh intervals JEDEC DDR4 spec 1716.78C from 07-2016 page 46 4.8.1</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_TEMP_REFRESH_RANGE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_TEMP_REFRESH_RANGE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>For resetting the phy delay values at the beginning of calling mss_draminit_training. YES means the vaules will be reset.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_RESET_DELAY_BEFORE_CAL</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_RESET_DELAY_BEFORE_CAL</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>YES</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Value of on or off. Determines if prefetching enabled or not.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_PREFETCH_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_PREFETCH_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Value of on or off. Determines if the cleaner of the L4 cache (write modified entries to memory on idle cycles) enabled or not. See chapter 7 of the Centaur Workbook.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_CLEANER_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_CLEANER_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>OFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Describes the settings for periodic calibration for all ports: Reading left to right. (DEFAULT: 0xD90C -> Byte 0(11011001), Byte 1(00001100)) For each bit: OFF = 0, ON = 1. Setting to 0 indicates to disable periodic memcal. Byte 0: 0: ZCAL 1: SYSCK_ALIGN 2: RDCENTERING 3: RDLCK_ALIGN 4: DQS_ALIGN 5: RDCLK_UPDATE 6: PER_DUTYCYCLE 7: PERCAL_PWR_DIS Byte 1: 0: PERCAL_REPEAT 1: PERCAL_REPEAT 2: PERCAL_REPEAT 3: SINGLE_BIT_MPR 4: MBA_CFG_0 5: MBA_CFG_1 6: SPARE 7: SPARE</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_PERIODIC_MEMCAL_MODE_OPTIONS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_PERIODIC_MEMCAL_MODE_OPTIONS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t>
<default>0xD90C</default>
</uint16_t>
</simpleType>
</attribute>
<attribute>
<description>Describes the settings for periodic ZQ calibration for all ports: Reading left to right. For each bit: OFF = 0, ON = 1. Setting to 0 indicates to disable periodic zqcal. Byte 0: 0: ZQCAL All others reserved for future use</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_PERIODIC_ZQCAL_MODE_OPTIONS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_PERIODIC_ZQCAL_MODE_OPTIONS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t>
<default>0x8000</default>
</uint16_t>
</simpleType>
</attribute>
<attribute>
<description>Allows user to manually turn on and off 2N Mode. AUTO indicates to use Signal Integrity generated setting (from VPD).</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_DRAM_2N_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_DRAM_2N_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>AUTO</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>List of memory frequencies supported by the current system.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_SUPPORTED_FREQ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_SUPPORTED_FREQ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>4</array>
<uint32_t>
<default>1866,2133,2400,2667</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Each MCA value is a 64-bit vector, where each byte represents an unsupported rank configuration. Each nibble in the byte represents the total count of ranks (master and slave) on each DIMM. The left-most nibble represents slot 0 and the right represents 1.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_UNSUPPORTED_RANK_CONFIG</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_UNSUPPORTED_RANK_CONFIG</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>2</array>
<uint64_t>
<default>0</default>
</uint64_t>
</simpleType>
</attribute>
<attribute>
<description>Enables DRAM Write CRC</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_DRAM_WRITE_CRC</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_DRAM_WRITE_CRC</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Used in MR4 A3 Temperature refresh mode Should be defaulted to disable</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_TEMP_REFRESH_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_TEMP_REFRESH_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>An override switch to shut off broadcast mode Enum values: YES: broadcast mode is forced off NO: broadcast mode uses the default value</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_FORCE_BCMODE_OFF</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_FORCE_BCMODE_OFF</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>A bitmap containing the plug rules for NVDIMM. 1 if a DIMM supports an NVDIMM being plugged in, 0 if it does not DIMM slot 0 is the left most bit The index to the bitmap is the position of the DIMM target As such, a bitmap of 0b10010000, would allow NVDIMM plugged into DIMM0 and DIMM3 Note: this attribute is a 64 bit number to account for 16 DIMM per processor if there is ever a 4 processor system</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_NVDIMM_PLUG_RULES</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_NVDIMM_PLUG_RULES</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint64_t>
<default>0</default>
</uint64_t>
</simpleType>
</attribute>
<attribute>
<description>Switch that allows unsupported raw card references by providing a default raw card setting.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_ALLOW_UNSUPPORTED_RCW</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_ALLOW_UNSUPPORTED_RCW</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Bitmap of DRAM widths supported by a system. A 1 indicates that the system supports a density. Enums below represent the the bit location in the attribute for a given DRAM width. Default value is 0xC -> both x4/x8 supported</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_SUPPORTED_DRAM_WIDTH</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_MRW_SUPPORTED_DRAM_WIDTH</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0xc0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>True or false whether row repair is supported MRW attribute</description>
<hwpfToHbAttrMap>
<id>ATTR_ROW_REPAIR_SUPPORTED_MRW</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>ROW_REPAIR_SUPPORTED_MRW</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>UNSUPPORTED</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>The frequency of a processor's nest mesh clock, in MHz. This is the same for all chips in the system. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_PB_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_PB_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
<writeable />
</attribute>
<attribute>
<description>The frequency of a processor's Obus mesh clocks, in MHz. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_O_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_O_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<array>4</array>
<uint32_t>
<default>1611,1611,1611,1611</default>
</uint32_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>The frequency of a processor's Abus, in MHz. This is the same for all chips in the system. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_A_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_A_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x1900</default>
</uint32_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>The frequency of a processor's Xbus mesh clocks, in MHz. This is the same for all chips in the system.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_X_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_X_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>2000</default>
</uint32_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Frequency (in MHz) to move to if the Power Management function fails. This is the same for all cores in the system. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PM_SAFE_FREQUENCY_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PM_SAFE_FREQUENCY_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Voltage (in mV) to move to if the Power Management function fails. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PM_SAFE_VOLTAGE_MV</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PM_SAFE_VOLTAGE_MV</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>The frequency of a processor's PCI-e bus in MHz. This is the same for all PCI-e busses in the system. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_PCIE_MHZ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_PCIE_MHZ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>MRW control to permit Normal (100 MHz) or Slow (94 MHz) operation of PCIE reference clock. On Nimbus DD1 HW, Slow operation is required to achieve Gen4 operation. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_DD1_SLOW_PCI_REF_CLOCK</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>DD1_SLOW_PCI_REF_CLOCK</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Processor SMP A bus width. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_A_BUS_WIDTH</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_A_BUS_WIDTH</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>4_BYTE</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Processor SMP X bus width. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_X_BUS_WIDTH</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_X_BUS_WIDTH</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>4_BYTE</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Processor SMP Fabric broadcast scope configuration. CHIP_IS_NODE = MODE1 = default CHIP_IS_GROUP = MODE2 Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_PUMP_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_PUMP_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Processor SMP topology configuration. 0 = default = 1 or 2 hop topology (PHYP image spans system) Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_CCSM_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_CCSM_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Per-link optics configuration 0 = default = SMP 1 = CAPI 2.0 2 = NV 2.0 3 = OPENCAPI Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_OPTICS_CONFIG_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>OPTICS_CONFIG_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>NV</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Processor SMP optics mode. 0 = default = Optics_is_X_bus 1 = Optics_is_A_bus Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_SMP_OPTICS_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_SMP_OPTICS_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>OPTICS_IS_X_BUS</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Processor CAPI attachement protocol mode. 0 = default = no: SMPA CAPI attachement 1 = yes: SMPA CAPI attachement Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_CAPI_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_CAPI_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>OFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Logical fabric system ID associated with this chip. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_FABRIC_SYSTEM_ID</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_FABRIC_SYSTEM_ID</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Processor epsilon table type. Used to calculate the processor nest epsilon register values. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_EPS_TABLE_TYPE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_EPS_TABLE_TYPE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Define DMI Ref clock/Swizzle for Centaur. Mapper from DMI unit id -> ROOT CNTL 6 refclk drive enable bit consumer: p9_cen_ref_clk_enable</description>
<hwpfToHbAttrMap>
<id>ATTR_DMI_REFCLOCK_SWIZZLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>DMI_REFCLOCK_SWIZZLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Used in the setting of groups. It is a bit vector. If the value BITWISE_AND 0x01 = 0x01 then groups of 1 are enabled, if the value BITWISE_AND 0x02 = 0x02, then groups of 2 are possible, if the value BITWISE_AND 0x04 = 0x04, then group of 3 are possible, if the value BITWISE_AND 0x08 = 0x08, then groups of 4 are possible, if the value BITWISE_AND 0x20 = 0x20, then groups of 6 are possible, if the value BITWISE_AND 0x80 = 0x80, then groups of 8 are possible. If no groups can formed according to this input, then an error will be thrown. Provided by the MRW</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_INTERLEAVE_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_INTERLEAVE_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0xAF</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Determines the stride covered by each granule in an interleaving group. The default stride -- 128B -- is the only value intended for production FW use. All other combinations are for experimental performance evaluation. Regardless of this attribute value, groups of size 1, 3, and 6 will be forced to 128B stride based on the logic capabilities.</description>
<hwpfToHbAttrMap>
<id>ATTR_MSS_INTERLEAVE_GRANULARITY</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MSS_INTERLEAVE_GRANULARITY</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>REQUIRED/TRUE: HW mirroring is enabled, and all channels are required to be part of a mirrored group. REQUESTED : HW mirroring is enabled. Mirroring will be configured for groups which support it, but not all channels are required to be mirrored. FALSE : HW mirroring is disabled. Provided by the MRW.</description>
<hwpfToHbAttrMap>
<id>ATTR_MRW_HW_MIRRORING_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>MRW_HW_MIRRORING_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Enable early data from Memory. This also enable cp_me from L3.</description>
<hwpfToHbAttrMap>
<id>ATTR_ENABLE_MEM_EARLY_DATA_SCOM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>ENABLE_MEM_EARLY_DATA_SCOM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>DMI inband BAR enable. Set by platform. Used by p9c_set_inband_addr.</description>
<hwpfToHbAttrMap>
<id>ATTR_OMI_INBAND_BAR_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>OMI_INBAND_BAR_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>OMI inband BAR address offset. Set by platform. One Axone bar register is set per MC channel for MMIO and another is set per MC channel for config space. The bar is shared between both sub-channels each with an OCMB. The upper bit of the bar size is used to determine which sub-channel is selected. This means that for two OCMB's their config space is contiguous and their MMIO space is contiguous. Therefore a single OCMB's MMIO and config space cannot be contiguous. However, we can still use one BAR attribute. The p9a_omi_setup_bars procedure can interleave the config space and MMIO space as shown in the table bellow. For example, both MMIO and config bar sizes are 2GB. The 2GB bit becomes the selector for the subchannel. The 4GB bit becomes the offset applied for MMIO operations. Each OCMB is assigned one base address attribute. ocmb | BAR ATTRIBUTE | Type | Base reg - end addr | size | sub-ch +-----+--------------------+------+-----------------------------------------+------+------- ocmb0 | 0x0006030200000000 | cnfg | 0x0006030200000000 - 0x000603027FFFFFFF | 2GB | 0 ocmb1 | 0x0006030280000000 | cnfg | 0x0006030280000000 - 0x00060302FFFFFFFF | 2GB | 1 ocmb0 | N/A | mmio | 0x0006030300000000 - 0x000603037FFFFFFF | 2GB | 0 ocmb1 | N/A | mmio | 0x0006030380000000 - 0x00060303FFFFFFFF | 2GB | 1 +-----+--------------------+------+-----------------------------------------+------+------- ocmb2 | 0x0006030400000000 | cnfg | 0x0006030400000000 - 0x000603047FFFFFFF | 2GB | 0 ocmb3 | 0x0006030480000000 | cnfg | 0x0006030480000000 - 0x00060304FFFFFFFF | 2GB | 1 ocmb2 | N/A | mmio | 0x0006030500000000 - 0x000603057FFFFFFF | 2GB | 0 ocmb3 | N/A | mmio | 0x0006030580000000 - 0x00060305FFFFFFFF | 2GB | 1 Used by p9a_omi_setup_bars</description>
<hwpfToHbAttrMap>
<id>ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>OMI_INBAND_BAR_BASE_ADDR_OFFSET</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint64_t />
</simpleType>
</attribute>
<attribute>
<description>Source: MRW: Downstream MSB Swap and Upstream MSB Swap Usage: TX_MSBSWAP initfile setting for DMI and X buses This attribute represents whether or not a single clock group bus such as DMI and X bus was wired by the board designer using a feature called MSB Swap where lane 0 of the TX chip wires to lane n-1 on the RX chip where 'n' is the width of the bus. A basic description of this capability is that the board designer can save layers on the board wiring by crossing the wiring between the two chips in a prescribed manner. In a non-MSB Swapped bus Lane 0 on the TX chip wires to lane 0 on the RX chip, lane 1 to lane 1 and so on. If a bus is MSB Swapped then lane 0 of the TX chip wires to lane 'n-1' of the RX chip, lane 1 to lane 'n-2', etc. Random or arbitrary wiring of TX to RX lanes on different chips is NOT ALLOWED. The Master Chip of two connected chips is defined as the chip with the smaller value of (100*Node + Pos). The Slave Chip of two connected chips is defined as the chip with the larger value of (100*Node + Pos). The Downstream direction is defined as the direction from the Master chip to the Slave chip. The Upstream direction is defined as the direction from the Slave chip to the Master chip. The Downstream TX_MSBSWAP from the MRW is a uint8 value. 0x01 means the Downstream bus is wired msb to lsb etc. and 0x00 means the bus is wired normally, msb to msb, lsb to lsb (lane0 to lane0). The Upstream TX_MSBSWAP from the MRW is a uint8 value. 0x01 means the Upstream bus is wired msb to lsb etc. and 0x00 means the bus is wired normally, msb to msb, lsb to lsb (lane0 to lane0). It is up to the platform code to set up each ATTR_EI_BUS_TX_MSBSWAP value for the correct target endpoints.</description>
<global />
<hwpfToHbAttrMap>
<id>ATTR_EI_BUS_TX_MSBSWAP</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EI_BUS_TX_MSBSWAP</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Firmware specified eRepair threshold limit of X Bus for Field usage This value must be initialized by platforms by reading the value from System Model - x_threshold_field of system_policy_table</description>
<hwpfToHbAttrMap>
<id>ATTR_X_EREPAIR_THRESHOLD_FIELD</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>X_EREPAIR_THRESHOLD_FIELD</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Firmware specified eRepair threshold limit of X Bus for MNFG usage This value must be initialized by platforms by reading the value from System Model - x_threshold_mnfg of system_policy_table</description>
<hwpfToHbAttrMap>
<id>ATTR_X_EREPAIR_THRESHOLD_MNFG</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>X_EREPAIR_THRESHOLD_MNFG</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>