forked from open-power/common-mrw-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattribute_types_hb.xml
11842 lines (11842 loc) · 405 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 minimum number of valid ECs that is required to be used when customizing an SBE image. The customization will fail if it cannot create an image with at least this many ECs.</description>
<hwpfToHbAttrMap>
<id>ATTR_SBE_IMAGE_MINIMUM_VALID_ECS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SBE_IMAGE_MINIMUM_VALID_ECS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>2</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Step size (binary in microvolts) to take upon external VRM voltage transitions. The value set here must take into account where internal VRMs are enabled or not as, when they are enabled, the step size must account for the tracking (eg PFET strength recalculation) for the step. Firmware provides a default value of 50mV if this attribute is zero. Consumer: p9_pstate_parameter_block -> p9_setup_evid Pstate Parameter Block (PSPB) for PGPE Provided by the Machine Readable Workbook after system characterization.</description>
<hwpfToHbAttrMap>
<id>ATTR_EXTERNAL_VRM_STEPSIZE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EXTERNAL_VRM_STEPSIZE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Delay (binary in nanoseconds) from the time the VRM receives the write voltage command until the voltage actually moves. This value is used for both increasing and decreasing transitions as part of the overall voltage transition time calculation. Firmware provides a default value of 8000ns (eg 8us)) if this attribute is zero. Note: the smallest possible delay is limited to 1ns. Consumer: p9_pstate_parameter_block -> Pstate Parameter Block (PSPB) for PGPE Provided by the Machine Readable Workbook after system characterization.</description>
<hwpfToHbAttrMap>
<id>ATTR_EXTERNAL_VRM_TRANSITION_START_NS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EXTERNAL_VRM_TRANSITION_START_NS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Transition rate (binary in microVolts per microsecond) of the VRM for an increasing voltage transition. This is used as part of the overall voltage transition time calculation Firmware provides a default value of 10000 uV/us (eg 10mV/us) if this attribute is zero. Note: the fastest possible rate is limited to 1uV/us. Consumer: p9_pstate_parameter_block -> Pstate Parameter Block (PSPB) for PGPE Provided by the Machine Readable Workbook after system characterization.</description>
<hwpfToHbAttrMap>
<id>ATTR_EXTERNAL_VRM_TRANSITION_RATE_INC_UV_PER_US</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EXTERNAL_VRM_TRANSITION_RATE_INC_UV_PER_US</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Transition rate (binary in microVolts per microsecond) of the VRM for an decreasing voltage transition. This is used as part of the overall voltage transition time calculation Firmware provides a default value of 10000 uV/us (eg 10mV/us) if this attribute is zero. Note: the fastest possible rate is limited to 1uV/us. Consumer: p9_pstate_parameter_block -> Pstate Parameter Block (PSPB) for PGPE Provided by the Machine Readable Workbook after system characterization.</description>
<hwpfToHbAttrMap>
<id>ATTR_EXTERNAL_VRM_TRANSITION_RATE_DEC_UV_PER_US</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EXTERNAL_VRM_TRANSITION_RATE_DEC_UV_PER_US</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>Time (binary in nanoseconds) to allow the voltage rail to stabilize before considering the transition to be fully complete. This value is used for both increasing and decreasing transitions as part of the overall voltage transition time calculation. Firmware provides a default value of 5000ns (5us) if this attribute is zero. Note: the smallest delay is limited to 1ns. Consumer: p9_pstate_parameter_block -> Pstate Parameter Block (PSPB) for PGPE Provided by the Machine Readable Workbook after system characterization.</description>
<hwpfToHbAttrMap>
<id>ATTR_EXTERNAL_VRM_TRANSITION_STABILIZATION_TIME_NS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>EXTERNAL_VRM_TRANSITION_STABILIZATION_TIME_NS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>0x00</default>
</uint32_t>
</simpleType>
</attribute>
<attribute>
<description>AVSBus Clock Frequency (binary in KHz) Consumer: p9_ocb_init.C Overridden by the Machine Readable Workbook. If default of 0 is read, HWP will set AVSBus frequency to 1MHz.</description>
<hwpfToHbAttrMap>
<id>ATTR_AVSBUS_FREQUENCY</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>AVSBUS_FREQUENCY</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus (0 or 1) which has the core VDD rail VRM Producer: Machine Readable Workbook Consumers: p9_set_evid; p9_set_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE *MOST* systems use Bus 0 for VDD. If this is not the case, the value must be appropriately set by the platform (eg MRWB or equivalent)</description>
<hwpfToHbAttrMap>
<id>ATTR_VDD_AVSBUS_BUSNUM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VDD_AVSBUS_BUSNUM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus (0 or 1) which has the chip VDN rail VRM Producer: Machine Readable Workbook Consumers: p9_set_evid; p9_set_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE *MOST* systems use Bus 1 for VDD. If this is not the case, the value must be appropriately set by the platform (eg MRWB or equivalent)</description>
<hwpfToHbAttrMap>
<id>ATTR_VDN_AVSBUS_BUSNUM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VDN_AVSBUS_BUSNUM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus (0 or 1) which has the chip VCS rail VRM Producer: Machine Readable Workbook Consumers: p9_set_evid; p9_set_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE For systems where VCS is not connected via AVSBus, set to 0xFF.</description>
<hwpfToHbAttrMap>
<id>ATTR_VCS_AVSBUS_BUSNUM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VCS_AVSBUS_BUSNUM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0xFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus rail selector number (0 - 15) for the VDD VRM on the bus defined by ATTR_AVSBUS_VDD_BUSNUM. Producer: Machine Readable Workbook Consumers: p9_set_evid; p9_set_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE *MOST* systems use Rail 0 for VDD for the bus on which they are connected. If this is not the case, the value must be appropriately set by the platform (eg MRWB or equivalent)</description>
<hwpfToHbAttrMap>
<id>ATTR_VDD_AVSBUS_RAIL</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VDD_AVSBUS_RAIL</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus rail selector number (0 - 15) for the VDN VRM on the bus defined by ATTR_AVSBUS_VDN_BUSNUM. Producer: Machine Readable Workbook Consumers: p9_set_avsbus_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE *MOST* systems use Rail 0 for VDN for the bus on which they are connected. If this is not the case, the value must be appropriately set by the platform (eg MRWB or equivalent)</description>
<hwpfToHbAttrMap>
<id>ATTR_VDN_AVSBUS_RAIL</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VDN_AVSBUS_RAIL</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the AVSBus rail selector number (0 - 15) for the VCS VRM on the bus defined by ATTR_AVSBUS_VCS_BUSNUM. Producer: Machine Readable Workbook Consumers: p9_set_avsbus_voltage (tool); p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE</description>
<hwpfToHbAttrMap>
<id>ATTR_VCS_AVSBUS_RAIL</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VCS_AVSBUS_RAIL</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0xFF</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Defines the I2C bus number (0 - 15) that has the VCS VRM. Producer: Machine Readable Workbook Consumers: p9_set_evid; p9_set_voltage (tool)</description>
<hwpfToHbAttrMap>
<id>ATTR_VCS_I2C_BUSNUM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VCS_I2C_BUSNUM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>SPIPSS Clock Frequency (binary in KHz) Valid range: 500KHz to 2500KHz Consumer: p9_pss_init Overridden by the Machine Readable Workbook. If default of 0 is read, HWP will set SPIPSS frequency to 10MHz.</description>
<hwpfToHbAttrMap>
<id>ATTR_SPIPSS_FREQUENCY</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SPIPSS_FREQUENCY</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Defines which of the PSS chip selects (0 or 1) that the APSS is connected Provided by the Machine Readable Workbook. Consumer: p9_pm_pss_init</description>
<hwpfToHbAttrMap>
<id>ATTR_PM_APSS_CHIP_SELECT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PM_APSS_CHIP_SELECT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary microOhms) of the load line from a processor VDD VRM to the Processor Module pins. This value is applied to each processor instance. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_LOADLINE_VDD_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_LOADLINE_VDD_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary in microOhms) of the VDD distribution loss sense point to the circuit. This value is applied to each processor instance. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_DISTLOSS_VDD_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_DISTLOSS_VDD_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Offset voltage (binary in microvolts) to apply to the VDD VRM distribution to the processor module. This value is applied to each processor instance. Note: no loadline may be present in the system; thus, a value of 0 is legal. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_VRM_VOFFSET_VDD_UV</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_VRM_VOFFSET_VDD_UV</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary microOhms) of the load line from a processor VDN VRM to the Processor Module pins. This value is applied to each processor instance. Note: no loadline may be present in the system; thus, a value of 0 is legal. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_LOADLINE_VDN_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_LOADLINE_VDN_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary in microOhms) of the VDN distribution loss sense point to the circuit. This value is applied to each processor instance. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_DISTLOSS_VDN_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_DISTLOSS_VDN_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Offset voltage (binary in microvolts) to apply to the VDN VRM distribution to the processor module. This value is applied to each processor instance. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_VRM_VOFFSET_VDN_UV</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_VRM_VOFFSET_VDN_UV</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary microOhms) of the load line from a processor VCS VRM to the Processor Module pins. This value is applied to each processor instance. Note: no loadline may be present in the system; thus, a value of 0 is legal. Producer: Machine Readable Workbook (per the power subsystem design) Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_LOADLINE_VCS_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_LOADLINE_VCS_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Impedance (binary in microOhms) of the VCS distribution loss sense point to the circuit. This value is applied to each processor instance. Producer: Machine Readable Workbook (via the power subsystem design per system) Consumer: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_R_DISTLOSS_VCS_UOHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_R_DISTLOSS_VCS_UOHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Offset voltage (binary in microvolts) to apply to the VCS VRM distribution to the processor module. This value is applied to each processor instance. Producer: Machine Readable Workbook (via the power subsystem design per system) Consumer: FSP</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_VRM_VOFFSET_VCS_UV</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_VRM_VOFFSET_VCS_UV</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Control CME response to execution of PowerPC STOP instruction if OFF, treat STOP4 as STOP4 if ON, treat STOP4 as STOP2 Producer: Work-around tools Consumer: p9_hcode_image_build.C Platform default: OFF</description>
<hwpfToHbAttrMap>
<id>ATTR_STOP4_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>STOP4_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Control CME response to execution of PowerPC STOP instruction if OFF, treat STOP8 as STOP8 if ON, treat STOP8 as STOP4 Producer: Work-around tools Consumer: p9_hcode_image_build.C Platform default: OFF</description>
<hwpfToHbAttrMap>
<id>ATTR_STOP8_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>STOP8_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Control CME response to execution of PowerPC STOP instruction if OFF, treat STOP11 as STOP11 if ON, treat STOP11 as STOP8 Producer: Work-around tools Consumer: p9_hcode_image_build.C Platform default: OFF</description>
<hwpfToHbAttrMap>
<id>ATTR_STOP11_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>STOP11_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Disables Work Load Optimized Frequency (WOF) algorithms to modify frequency based on active core count and other inputs. OFF: Will enable WOF given all validity check pass. If validity checks fail, WOF will be disabled for the present IPL. ON: Will disable WOF OFF_SKIP_DD: Same as OFF but skips any validity checking of the chip design level (lab use only). Producer: Override Consumers: p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE/OCC</description>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_WOF_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYSTEM_WOF_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Disables IVRM enablement in the system Producer: MRW Consumers: p9_build_pstate_datablock -> Pstate Parameter Block (PSPB) for PGPE/OCC CME Quad Pstate Region (CQPR) for CM Quad Manager</description>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_IVRM_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYSTEM_IVRM_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>If wof_enabled, defines the Frequency Ratio calculation performed. (THIS IS NOT SUPPORTED IN P9 GA1!).</description>
<hwpfToHbAttrMap>
<id>ATTR_WOF_ENABLE_FRATIO</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOF_ENABLE_FRATIO</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>If wof_enabled, defines the Voltage Ratio calculation performed. THIS IS NOT SUPPORTED AT PRESENT. GA1 SUPPORT IS TBD).</description>
<hwpfToHbAttrMap>
<id>ATTR_WOF_ENABLE_VRATIO</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOF_ENABLE_VRATIO</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>If wof_enabled AND ATTR_WOF_ENABLE_VRATIO = CALCULATED, this attribute selects the Vratio calculation type. ACTIVE_CORES: Vratio is the number of active cores to the number of good cores FULL: Vratio is Vaverage to Vclip(Fclip) where Vclip(Fclip) is the normal interpolated regulator voltage (including load line uplife @ RDP current) derated with presently measured Idd current (from the AVSBus) and the loadline.</description>
<hwpfToHbAttrMap>
<id>ATTR_WOF_VRATIO_SELECT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOF_VRATIO_SELECT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>If WOV undervolting and/or WOF overvolting is enabled, then this overrides default period at which the undervolting and/or overvolting is run. If 0, then will interally default to 2(~250us), and is also the minimum value</description>
<hwpfToHbAttrMap>
<id>ATTR_WOV_SAMPLE_125US</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOV_SAMPLE_125US</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>If WOV undervolting and/or WOF overvolting is enabled, then this is used to used as a check for maximum frequency loss. If frequency in tenths of percentage is below this value, then an error is logged and WOV is disabled.</description>
<hwpfToHbAttrMap>
<id>ATTR_WOV_MAX_DROOP_10THPCT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOV_MAX_DROOP_10THPCT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Minimum voltage(floor) that regulator voltage is set to whether undervolting or not. If 0, the Psafe computed voltage uplifted by the loadline*PowerSave RDP current is used. This implies that no undervolting can happen at Psafe, and very little undervolting slightly above Psafe frequency (slightly lower Pstate). Otherwise, setting this parameter higher than the (default) Psafe voltage effectively changes the Pstate table, raising any Pstate voltage to this value.</description>
<hwpfToHbAttrMap>
<id>ATTR_WOV_UNDERV_VMIN_MV</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOV_UNDERV_VMIN_MV</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t />
</simpleType>
</attribute>
<attribute>
<description>Defines the algorithm used to set the voltage to quit undervolting. If 0, then value specified by ATTR_WOV_UNDERV_VMIN_MV attribute is used. UNDERV_VMIN(default): Stops undervolting below the value specified by ATTR_WOV_UNDERV_VMIN_MV. UNDERV_LIMIT: Learns the value of the undervolting limit based on part VPD TURBO: Stops undervolting below the TURBO VPD voltage. NOMINAL: Stops undervolting below the NOMINIAL VPD voltage.</description>
<hwpfToHbAttrMap>
<id>ATTR_WOV_UNDERV_LIMIT_ALGORITHM</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>WOV_UNDERV_LIMIT_ALGORITHM</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Receive PBAX Groupid. Value that indicates this PBA's PBAX Group affinity. This is matched to pbax_groupid of the PMISC Address phase. Provided by the Machine Readable Workbook. Platform default: Nimbus systems = 0</description>
<global />
<hwpfToHbAttrMap>
<id>ATTR_PBAX_GROUPID</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PBAX_GROUPID</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Receive PBAX Chipid. Value that indicates this PBA's PBAX Chipid within the PBAX node. Is matched to pbax_chipid of the Address phase if pbax_type=unicast. Provided by the Machine Readable Workbook. Platform default: Nimbus systems - set so value in ATTR_FABRIC_GROUP_ID</description>
<hwpfToHbAttrMap>
<id>ATTR_PBAX_CHIPID</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PBAX_CHIPID</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>if set to 1, FAPI_ERR records are suppressed from being produced by p9_dump_stop_info.</description>
<hwpfToHbAttrMap>
<id>ATTR_DUMP_STOP_INFO_SUPPRESS_ERROR_TRACE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>DUMP_STOP_INFO_SUPPRESS_ERROR_TRACE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>if set to 1, p9_dump_stop_info output will be written to error logs</description>
<hwpfToHbAttrMap>
<id>ATTR_DUMP_STOP_INFO_ENABLE_ERRORLOG</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>DUMP_STOP_INFO_ENABLE_ERRORLOG</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Disables the enablement of Voltage Droop Monitors (VDM) in the system. Producer: MRW Consumers: p9_pstate_parameter_block to clear flag for CME QuadManager Hcode reaction</description>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_VDM_DISABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYSTEM_VDM_DISABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Controls the enablement of Voltage Droop Monitors (VDM) to throttle the core upon an extreme droop event. Producer: Machine Readable Workbook Consumers: p9_hcode_image_build to set flag for CME QuadManager Hcode reaction</description>
<hwpfToHbAttrMap>
<id>ATTR_VDM_EXTREME_THOTTLE_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>VDM_EXTREME_THOTTLE_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Indicates the response of the DPLL frequency upon VDM events if ATTR_SYSTEM_VDM_DISABLE is not ON. NONE -> DPLL Mode 2 DROOP_PROTECT -> DPLL Mode 3 DROOP_PROTECT_OVERVOLT -> DPLL Mode 3.5 DYNAMIC -> DPLL Mode 4 DYNAMIC_PROTECT -> DPLL Mode 5 Producer: MRWB.</description>
<hwpfToHbAttrMap>
<id>ATTR_DPLL_VDM_RESPONSE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>DPLL_VDM_RESPONSE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Override time (in nanoseconds) to wait after the iVRM indicates "done" in the event extra time is required. A zero value will have the hardcoded default to be used. Producer: MRWB. Consumer: p9_pstate_parameter_block -> CME pstate parameter block PGPE pstate parameter block</description>
<hwpfToHbAttrMap>
<id>ATTR_IVRM_STABILIZATION_DELAY_NS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IVRM_STABILIZATION_DELAY_NS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t />
</simpleType>
</attribute>
<attribute>
<description>TODO RTC 157943 -- Placeholder description This overrides the RDP to TDP Scaling Factor IQ VPD field that is used for Workload Optimized Frequency (WOF) voltage uplifting. Consumers: p9_pstate_parameter_block</description>
<hwpfToHbAttrMap>
<id>ATTR_TDP_RDP_CURRENT_FACTOR</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>TDP_RDP_CURRENT_FACTOR</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t />
</simpleType>
</attribute>
<attribute>
<description>Minimum delay (in nanoseconds) between clock grid management transition steps Producer: MRWB from clock team Consumers: p9_build_pstate_datablock -> CME Quad Pstate Region (CQPR) for CM Quad Manager Platform default: 0</description>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_RESCLK_STEP_DELAY</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYSTEM_RESCLK_STEP_DELAY</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint16_t />
</simpleType>
</attribute>
<attribute>
<description>Debug modes supported for CME/SGPE Scan layout in HOMER.</description>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_RING_DBG_MODE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYSTEM_RING_DBG_MODE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Time between invocations of the 24x7 performance collection function on GPE1. The time (in milliseconds) is derived as 2^PERF_24x7_INVOCATION_TIME_MS with 0 indicating the function is OFF. Consumer: p9_hcode_image_build.c -> SGPE Header field Provided by the Machine Readable Workbook to tune the collection. Platform default: 1</description>
<hwpfToHbAttrMap>
<id>ATTR_PERF_24x7_INVOCATION_TIME_MS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PERF_24x7_INVOCATION_TIME_MS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Enables the PGPE Hcode to physically perform frequency and voltage operations based on constructed parameters (eg #V VPD, system parameters, biases, WPF VFRTs. etc). If OFF, the PGPE provides an immedicate good response to all Pstate/WOF IPC operations from the OCC for firmware integration testing purposes. Consumer: p9_hcode_image_build.c -> PGPE Header field Platform default: ON</description>
<hwpfToHbAttrMap>
<id>ATTR_PGPE_HCODE_FUNCTION_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PGPE_HCODE_FUNCTION_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x1</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Enables pstate parameter block code to use the static #W data Consumer: p9_pstate_parameter_block.C -> Platform default: OFF</description>
<hwpfToHbAttrMap>
<id>ATTR_POUND_W_STATIC_DATA_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>POUND_W_STATIC_DATA_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Time between invocations of auxiliary function on GPE1. The time (in milliseconds) is derived as 2^ATTR_AUX_FUNC_INVOCATION_TIME_MS with 0 indicating the function is OFF. Consumer: p9_hcode_image_build.c -> SGPE Header field Provided by the Machine Readable Workbook to tune the collection. Platform default: 1</description>
<hwpfToHbAttrMap>
<id>ATTR_AUX_FUNC_INVOCATION_TIME_MS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>AUX_FUNC_INVOCATION_TIME_MS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x01</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Enables pstate parameter block code to use the static system vfrt data Consumer: p9_pstate_parameter_block.C -> Platform default: OFF</description>
<hwpfToHbAttrMap>
<id>ATTR_SYS_VFRT_STATIC_DATA_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>SYS_VFRT_STATIC_DATA_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>SYSTEM Attribute Nest leakage percentage used to calculate the Core leakage. Will eventually be read into OCC Pstate Parameter Block so the OCC can see it for it's calculations. Valid Values: 0% thru 100% Producer: Machine Readable Workbook Consumer: OCC Firmware</description>
<hwpfToHbAttrMap>
<id>ATTR_NEST_LEAKAGE_PERCENT</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>NEST_LEAKAGE_PERCENT</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x3C</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>The powerbus frequency that should be used to locate a valid #V bucket in the processor Module VPD if the actual ATTR_FREQ_PB_MHZ value isn't present.</description>
<hwpfToHbAttrMap>
<id>ATTR_FREQ_PB_MHZ_POUNDV_FALLBACK</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>FREQ_PB_MHZ_POUNDV_FALLBACK</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint32_t>
<default>NO_FALLBACK</default>
</uint32_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Switch to enable or disable 24x7 IMA. Based on the attribute value, a field of QPMR header of HOMER is populated while building HOMER. Based on the value in that field 24x7 code, which runs on GPE1, either starts or stops Nest IMA. Producer: Initialized by Hostboot firmware based on platform support Consumers: Read by p9_hcode_image_build.C</description>
<hwpfToHbAttrMap>
<id>ATTR_NEST_24x7_PERF_ACCUM_ENABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>NEST_24x7_PERF_ACCUM_ENABLE</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>TRUE</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Bitstring that describes the enabled OBUS Bricks on this processor. The first brick is position bit0, etc Producer: Initialized by Hostboot firmware based on platform support Consumers: Read by p9_check_proc_config.C</description>
<hwpfToHbAttrMap>
<id>ATTR_ENABLED_OBUS_BRICKS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>ENABLED_OBUS_BRICKS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint64_t />
</simpleType>
</attribute>
<attribute>
<description>Indicate if manufacturing tests should be taken pre / post linktraining.</description>
<hwpfToHbAttrMap>
<id>ATTR_IO_X_MFG_CHK</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IO_X_MFG_CHK</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Minimum eye width to allow passing through manufacturing.</description>
<hwpfToHbAttrMap>
<id>ATTR_IO_X_MFG_MIN_EYE_WIDTH</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IO_X_MFG_MIN_EYE_WIDTH</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Value to select amount of margin to be applied.</description>
<hwpfToHbAttrMap>
<id>ATTR_IO_XBUS_TX_MARGIN_RATIO</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IO_XBUS_TX_MARGIN_RATIO</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t />
</simpleType>
</attribute>
<attribute>
<description>Value to select amount of tx ffe precusor to apply.</description>
<hwpfToHbAttrMap>
<id>ATTR_IO_XBUS_TX_FFE_PRECURSOR</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IO_XBUS_TX_FFE_PRECURSOR</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>6</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Alternate settings for short Xbus channels bit 0 -- Disable RX LTE bit 1 -- Disable AC BOOST bit 2 -- Low Gain/Peaking Init Settings bit 3 -- Lower VGA Gain Target -10%</description>
<hwpfToHbAttrMap>
<id>ATTR_IO_XBUS_CHAN_EQ</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>IO_XBUS_CHAN_EQ</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_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>Configures position of where to set bit for mmio addr bar. (Bit position = dialvalue + 43)</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_DSTLCFG_MMIO_ADDRBIT_POS</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_DSTLCFG_MMIO_ADDRBIT_POS</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x00</default>
</uint8_t>
</simpleType>
</attribute>
<attribute>
<description>Enable proc downstream transmit template 1. Should be enabled by default.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_ENABLE_DL_TMPL_1</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_ENABLE_DL_TMPL_1</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>ENABLED</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Enable proc downstream transmit template 4. Should be enabled by default.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_ENABLE_DL_TMPL_4</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_ENABLE_DL_TMPL_4</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>ENABLED</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Enable proc downstream transmit template 7. Should be disabled by default.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_ENABLE_DL_TMPL_7</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_ENABLE_DL_TMPL_7</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>DISABLED</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Enable proc downstream transmit template A. Should be disabled by default.</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_ENABLE_DL_TMPL_A</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_ENABLE_DL_TMPL_A</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>DISABLED</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Downstream Template 0 pacing</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_TMPL_0_PACING</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_TMPL_0_PACING</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0xF</default>
</uint8_t>
</simpleType>
<writeable />
</attribute>
<attribute>
<description>Downstream Template 1 pacing</description>
<hwpfToHbAttrMap>
<id>ATTR_PROC_TMPL_1_PACING</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
<id>PROC_TMPL_1_PACING</id>
<persistency>non-volatile</persistency>
<readable />
<simpleType>
<uint8_t>
<default>0x0</default>
</uint8_t>
</simpleType>