Spec: EPYC zn2
[csit.git] / docs / lab / testbeds_sm_zn2_hw_bios_cfg.md
1 # SuperMicro Cascadelake Servers - HW and BIOS Configuration
2
3 1. [Linux lscpu](#linux-lscpu)
4 1. [Linux dmidecode](#dmidecode)
5 1. [Linux dmidecode pci](#linux-dmidecode-pci)
6 1. [Linux dmidecode memory](#linux-dmidecode-memory)
7 1. [EPYC zn2 Server BIOS Configuration](#epyc-zn2-server-bios-configuration)
8    1. [Boot Feature](#boot-feature)
9    1. [CPU Configuration](#cpu-configuration)
10       1. [Advanced Power Management Configuration](#advanced-power-management-configuration)
11          1. [CPU P State Control](#cpu-p-state-control)
12          1. [Hardware PM State Control](#hardware-pm-state-control)
13          1. [CPU C State Control](#cpu-c-state-control)
14          1. [Package C State Control](#package-c-state-control)
15          1. [CPU T State Control](#cpu-t-state-control)
16       1. [Chipset Configuration](#chipset-configuration)
17          1. [North Bridge](#north-bridge)
18          1. [UPI Configuration](#upi-configuration)
19          1. [Memory Configuration](#memory-configuration)
20          1. [IIO Configuration](#iio-configuration)
21          1. [CPU1 Configuration](#cpu1-configuration)
22          1. [CPU2 Configuration](#cpu2-configuration)
23       1. [South Bridge](#south-bridge)
24    1. [PCIe/PCI/PnP Configuration](#pciepcipnp-configuration)
25    1. [ACPI Settings](#acpi-settings)
26 1. [EPYC zn2 Server Firmware Inventory](#epyc-zn2-server-firmware-inventory)
27
28 ## Linux lscpu
29
30 ```
31 $ lscpu
32 Architecture:        x86_64
33 CPU op-mode(s):      32-bit, 64-bit
34 Byte Order:          Little Endian
35 CPU(s):              64
36 On-line CPU(s) list: 0-63
37 Thread(s) per core:  2
38 Core(s) per socket:  32
39 Socket(s):           1
40 NUMA node(s):        2
41 Vendor ID:           AuthenticAMD
42 CPU family:          23
43 Model:               49
44 Model name:          AMD EPYC 7532 32-Core Processor
45 Stepping:            0
46 CPU MHz:             1981.470
47 CPU max MHz:         2400.0000
48 CPU min MHz:         1500.0000
49 BogoMIPS:            4800.05
50 Virtualization:      AMD-V
51 L1d cache:           32K
52 L1i cache:           32K
53 L2 cache:            512K
54 L3 cache:            16384K
55 NUMA node0 CPU(s):   0-15,32-47
56 NUMA node1 CPU(s):   16-31,48-63
57 Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca
58 ```
59
60 ```
61 $ lscpu
62 Architecture:        x86_64
63 CPU op-mode(s):      32-bit, 64-bit
64 Byte Order:          Little Endian
65 CPU(s):              64
66 On-line CPU(s) list: 0-63
67 Thread(s) per core:  2
68 Core(s) per socket:  32
69 Socket(s):           1
70 NUMA node(s):        1
71 Vendor ID:           AuthenticAMD
72 CPU family:          23
73 Model:               49
74 Model name:          AMD EPYC 7532 32-Core Processor
75 Stepping:            0
76 CPU MHz:             3171.321
77 CPU max MHz:         2400.0000
78 CPU min MHz:         1500.0000
79 BogoMIPS:            4800.09
80 Virtualization:      AMD-V
81 L1d cache:           32K
82 L1i cache:           32K
83 L2 cache:            512K
84 L3 cache:            16384K
85 NUMA node0 CPU(s):   0-63
86 Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca
87 ```
88
89 ## Linux dmidecode
90
91 ```
92   $ dmidecode -t slot
93   Handle 0x0026, DMI type 7, 27 bytes
94   Cache Information
95           Socket Designation: L1 Cache
96           Configuration: Enabled, Not Socketed, Level 1
97           Operational Mode: Write Back
98           Location: Internal
99           Installed Size: 2048 kB
100           Maximum Size: 2048 kB
101           Supported SRAM Types:
102                   Pipeline Burst
103           Installed SRAM Type: Pipeline Burst
104           Speed: 1 ns
105           Error Correction Type: Multi-bit ECC
106           System Type: Unified
107           Associativity: 8-way Set-associative
108
109   Handle 0x0027, DMI type 7, 27 bytes
110   Cache Information
111           Socket Designation: L2 Cache
112           Configuration: Enabled, Not Socketed, Level 2
113           Operational Mode: Write Back
114           Location: Internal
115           Installed Size: 16384 kB
116           Maximum Size: 16384 kB
117           Supported SRAM Types:
118                   Pipeline Burst
119           Installed SRAM Type: Pipeline Burst
120           Speed: 1 ns
121           Error Correction Type: Multi-bit ECC
122           System Type: Unified
123           Associativity: 8-way Set-associative
124
125   Handle 0x0028, DMI type 7, 27 bytes
126   Cache Information
127           Socket Designation: L3 Cache
128           Configuration: Enabled, Not Socketed, Level 3
129           Operational Mode: Write Back
130           Location: Internal
131           Installed Size: 262144 kB
132           Maximum Size: 262144 kB
133           Supported SRAM Types:
134                   Pipeline Burst
135           Installed SRAM Type: Pipeline Burst
136           Speed: 1 ns
137           Error Correction Type: Multi-bit ECC
138           System Type: Unified
139           Associativity: 16-way Set-associative
140
141   Handle 0x0029, DMI type 4, 48 bytes
142   Processor Information
143           Socket Designation: CPU
144           Type: Central Processor
145           Family: Zen
146           Manufacturer: Advanced Micro Devices, Inc.
147           ID: 10 0F 83 00 FF FB 8B 17
148           Signature: Family 23, Model 49, Stepping 0
149           Flags:
150                   FPU (Floating-point unit on-chip)
151                   VME (Virtual mode extension)
152                   DE (Debugging extension)
153                   PSE (Page size extension)
154                   TSC (Time stamp counter)
155                   MSR (Model specific registers)
156                   PAE (Physical address extension)
157                   MCE (Machine check exception)
158                   CX8 (CMPXCHG8 instruction supported)
159                   APIC (On-chip APIC hardware supported)
160                   SEP (Fast system call)
161                   MTRR (Memory type range registers)
162                   PGE (Page global enable)
163                   MCA (Machine check architecture)
164                   CMOV (Conditional move instruction supported)
165                   PAT (Page attribute table)
166                   PSE-36 (36-bit page size extension)
167                   CLFSH (CLFLUSH instruction supported)
168                   MMX (MMX technology supported)
169                   FXSR (FXSAVE and FXSTOR instructions supported)
170                   SSE (Streaming SIMD extensions)
171                   SSE2 (Streaming SIMD extensions 2)
172                   HTT (Multi-threading)
173           Version: AMD EPYC 7532 32-Core Processor
174           Voltage: 1.1 V
175           External Clock: 100 MHz
176           Max Speed: 3300 MHz
177           Current Speed: 2400 MHz
178           Status: Populated, Enabled
179           Upgrade: Socket SP3
180           L1 Cache Handle: 0x0026
181           L2 Cache Handle: 0x0027
182           L3 Cache Handle: 0x0028
183           Serial Number: Unknown
184           Asset Tag: Unknown
185           Part Number: Unknown
186           Core Count: 32
187           Core Enabled: 32
188           Thread Count: 64
189           Characteristics:
190                   64-bit capable
191                   Multi-Core
192                   Hardware Thread
193                   Execute Protection
194                   Enhanced Virtualization
195                   Power/Performance Control
196 ```
197
198 ## Linux dmidecode pci
199
200 ```
201   $ dmidecode -t slot
202   Getting SMBIOS data from sysfs.
203   SMBIOS 3.2.0 present.
204   # SMBIOS implementations newer than version 3.1.1 are not
205   # fully supported by this version of dmidecode.
206
207   Handle 0x000A, DMI type 9, 17 bytes
208   System Slot Information
209           Designation: M.2-HC1 CPU PCI-E 4.0 X4/X2
210           Type: x4 PCI Express 3 x4
211           Current Usage: Available
212           Length: Short
213           ID: 1
214           Characteristics:
215                   3.3 V is provided
216                   Opening is shared
217                   PME signal is supported
218           Bus Address: 0000:ff:00.0
219
220   Handle 0x000B, DMI type 9, 17 bytes
221   System Slot Information
222           Designation: M.2-HC2 CPU PCI-E 4.0 X2
223           Type: x2 PCI Express 3 x2
224           Current Usage: Available
225           Length: Short
226           ID: 2
227           Characteristics:
228                   3.3 V is provided
229                   Opening is shared
230                   PME signal is supported
231           Bus Address: 0000:ff:00.0
232
233   Handle 0x0042, DMI type 9, 17 bytes
234   System Slot Information
235           Designation: RSC-W-66G4 SLOT1 PCI-E 4.0 X16
236           Type: x16 PCI Express 3 x16
237           Current Usage: In Use
238           Length: Long
239           ID: 1
240           Characteristics:
241                   3.3 V is provided
242                   PME signal is supported
243           Bus Address: 0000:41:00.0
244
245   Handle 0x0043, DMI type 9, 17 bytes
246   System Slot Information
247           Designation: RSC-W-66G4 SLOT2 PCI-E 4.0 X16
248           Type: x16 PCI Express 3 x16
249           Current Usage: In Use
250           Length: Long
251           ID: 2
252           Characteristics:
253                   3.3 V is provided
254                   PME signal is supported
255           Bus Address: 0000:81:00.0
256
257   Handle 0x0045, DMI type 9, 17 bytes
258   System Slot Information
259           Designation: RSC-WR-6 SLOT1 PCI-E 4.0 X16
260           Type: x16 PCI Express 3 x16
261           Current Usage: In Use
262           Length: Long
263           ID: 1
264           Characteristics:
265                   3.3 V is provided
266                   PME signal is supported
267           Bus Address: 0000:01:00.0
268
269 ```
270
271 ## Linux dmidecode memory
272
273 ```
274   $ dmidecode -t memory
275   # dmidecode 3.1
276   Getting SMBIOS data from sysfs.
277   SMBIOS 3.2.0 present.
278   # SMBIOS implementations newer than version 3.1.1 are not
279   # fully supported by this version of dmidecode.
280
281   Handle 0x0023, DMI type 16, 23 bytes
282   Physical Memory Array
283           Location: System Board Or Motherboard
284           Use: System Memory
285           Error Correction Type: Multi-bit ECC
286           Maximum Capacity: 2 TB
287           Error Information Handle: 0x0022
288           Number Of Devices: 8
289
290   Handle 0x002B, DMI type 17, 84 bytes
291   Memory Device
292           Array Handle: 0x0023
293           Error Information Handle: 0x002A
294           Total Width: 72 bits
295           Data Width: 64 bits
296           Size: 32 GB
297           Form Factor: DIMM
298           Set: None
299           Locator: DIMMA1
300           Bank Locator: P0_Node0_Channel0_Dimm0
301           Type: DDR4
302           Type Detail: Synchronous Registered (Buffered)
303           Speed: 3200 MT/s
304           Manufacturer: SK Hynix
305           Serial Number: 431E9216
306           Asset Tag: P1-DIMMA1_AssetTag (date:19/00)
307           Part Number: HMA84GR7CJR4N-XN
308           Rank: 2
309           Configured Clock Speed: 3200 MT/s
310           Minimum Voltage: 1.2 V
311           Maximum Voltage: 1.2 V
312           Configured Voltage: 1.2 V
313
314   Handle 0x002E, DMI type 17, 84 bytes
315   Memory Device
316           Array Handle: 0x0023
317           Error Information Handle: 0x002D
318           Total Width: 72 bits
319           Data Width: 64 bits
320           Size: 32 GB
321           Form Factor: DIMM
322           Set: None
323           Locator: DIMMB1
324           Bank Locator: P0_Node0_Channel1_Dimm0
325           Type: DDR4
326           Type Detail: Synchronous Registered (Buffered)
327           Speed: 3200 MT/s
328           Manufacturer: SK Hynix
329           Serial Number: 431E91D2
330           Asset Tag: P1-DIMMB1_AssetTag (date:19/00)
331           Part Number: HMA84GR7CJR4N-XN
332           Rank: 2
333           Configured Clock Speed: 3200 MT/s
334           Minimum Voltage: 1.2 V
335           Maximum Voltage: 1.2 V
336           Configured Voltage: 1.2 V
337
338   Handle 0x0031, DMI type 17, 84 bytes
339   Memory Device
340           Array Handle: 0x0023
341           Error Information Handle: 0x0030
342           Total Width: 72 bits
343           Data Width: 64 bits
344           Size: 32 GB
345           Form Factor: DIMM
346           Set: None
347           Locator: DIMMC1
348           Bank Locator: P0_Node0_Channel2_Dimm0
349           Type: DDR4
350           Type Detail: Synchronous Registered (Buffered)
351           Speed: 3200 MT/s
352           Manufacturer: SK Hynix
353           Serial Number: 431E918A
354           Asset Tag: P1-DIMMC1_AssetTag (date:19/00)
355           Part Number: HMA84GR7CJR4N-XN
356           Rank: 2
357           Configured Clock Speed: 3200 MT/s
358           Minimum Voltage: 1.2 V
359           Maximum Voltage: 1.2 V
360           Configured Voltage: 1.2 V
361
362   Handle 0x0034, DMI type 17, 84 bytes
363   Memory Device
364           Array Handle: 0x0023
365           Error Information Handle: 0x0033
366           Total Width: 72 bits
367           Data Width: 64 bits
368           Size: 32 GB
369           Form Factor: DIMM
370           Set: None
371           Locator: DIMMD1
372           Bank Locator: P0_Node0_Channel3_Dimm0
373           Type: DDR4
374           Type Detail: Synchronous Registered (Buffered)
375           Speed: 3200 MT/s
376           Manufacturer: SK Hynix
377           Serial Number: 431E9187
378           Asset Tag: P1-DIMMD1_AssetTag (date:19/00)
379           Part Number: HMA84GR7CJR4N-XN
380           Rank: 2
381           Configured Clock Speed: 3200 MT/s
382           Minimum Voltage: 1.2 V
383           Maximum Voltage: 1.2 V
384           Configured Voltage: 1.2 V
385
386   Handle 0x0037, DMI type 17, 84 bytes
387   Memory Device
388           Array Handle: 0x0023
389           Error Information Handle: 0x0036
390           Total Width: 72 bits
391           Data Width: 64 bits
392           Size: 32 GB
393           Form Factor: DIMM
394           Set: None
395           Locator: DIMME1
396           Bank Locator: P0_Node0_Channel4_Dimm0
397           Type: DDR4
398           Type Detail: Synchronous Registered (Buffered)
399           Speed: 3200 MT/s
400           Manufacturer: SK Hynix
401           Serial Number: 431E9178
402           Asset Tag: P1-DIMME1_AssetTag (date:19/00)
403           Part Number: HMA84GR7CJR4N-XN
404           Rank: 2
405           Configured Clock Speed: 3200 MT/s
406           Minimum Voltage: 1.2 V
407           Maximum Voltage: 1.2 V
408           Configured Voltage: 1.2 V
409
410   Handle 0x003A, DMI type 17, 84 bytes
411   Memory Device
412           Array Handle: 0x0023
413           Error Information Handle: 0x0039
414           Total Width: 72 bits
415           Data Width: 64 bits
416           Size: 32 GB
417           Form Factor: DIMM
418           Set: None
419           Locator: DIMMF1
420           Bank Locator: P0_Node0_Channel5_Dimm0
421           Type: DDR4
422           Type Detail: Synchronous Registered (Buffered)
423           Speed: 3200 MT/s
424           Manufacturer: SK Hynix
425           Serial Number: 431E9206
426           Asset Tag: P1-DIMMF1_AssetTag (date:19/00)
427           Part Number: HMA84GR7CJR4N-XN
428           Rank: 2
429           Configured Clock Speed: 3200 MT/s
430           Minimum Voltage: 1.2 V
431           Maximum Voltage: 1.2 V
432           Configured Voltage: 1.2 V
433
434   Handle 0x003D, DMI type 17, 84 bytes
435   Memory Device
436           Array Handle: 0x0023
437           Error Information Handle: 0x003C
438           Total Width: 72 bits
439           Data Width: 64 bits
440           Size: 32 GB
441           Form Factor: DIMM
442           Set: None
443           Locator: DIMMG1
444           Bank Locator: P0_Node0_Channel6_Dimm0
445           Type: DDR4
446           Type Detail: Synchronous Registered (Buffered)
447           Speed: 3200 MT/s
448           Manufacturer: SK Hynix
449           Serial Number: 431E9207
450           Asset Tag: P1-DIMMG1_AssetTag (date:19/00)
451           Part Number: HMA84GR7CJR4N-XN
452           Rank: 2
453           Configured Clock Speed: 3200 MT/s
454           Minimum Voltage: 1.2 V
455           Maximum Voltage: 1.2 V
456           Configured Voltage: 1.2 V
457
458   Handle 0x0040, DMI type 17, 84 bytes
459   Memory Device
460           Array Handle: 0x0023
461           Error Information Handle: 0x003F
462           Total Width: 72 bits
463           Data Width: 64 bits
464           Size: 32 GB
465           Form Factor: DIMM
466           Set: None
467           Locator: DIMMH1
468           Bank Locator: P0_Node0_Channel7_Dimm0
469           Type: DDR4
470           Type Detail: Synchronous Registered (Buffered)
471           Speed: 3200 MT/s
472           Manufacturer: SK Hynix
473           Serial Number: 431E9209
474           Asset Tag: P1-DIMMH1_AssetTag (date:19/00)
475           Part Number: HMA84GR7CJR4N-XN
476           Rank: 2
477           Configured Clock Speed: 3200 MT/s
478           Minimum Voltage: 1.2 V
479           Maximum Voltage: 1.2 V
480           Configured Voltage: 1.2 V
481 ```
482
483 ## EPYC zn2 Server BIOS Configuration - TG
484
485 ### Boot Feature
486
487 ```
488   |  Quiet Boot                                [Enabled]               |Boot option                  |
489   |                                                                    |                             |
490   |  Option ROM Messages                       [Force BIOS]            |                             |
491   |  Bootup NumLock State                      [On]                    |                             |
492   |  Wait For "F1" If Error                    [Enabled]               |                             |
493   |  INT19 Trap Response                       [Immediate]             |                             |
494   |  Re-try Boot                               [Disabled]              |                             |
495   |                                                                    |                             |
496   |  Power Configuration                                               |                             |
497   |  Watch Dog Function                        [Disabled]              |                             |
498   |  Restore on AC Power Loss                  [Last State]            |                             |
499   |  Power Button Function                     [Instant Off]           |                             |
500 ```
501
502 ### CPU Configuration
503
504 ```
505   |  ACPI Settings                                                    ^|                             |
506   |  --------------------------------------------------               *|                             |
507   |  PCI AER Support                           [Disabled]             *|                             |
508   |  High Precision Event Timer                [Disabled]             *|                             |
509   |  NUMA Nodes Per Socket                     [NPS2]                 *|                             |
510   |  ACPI SRAT L3 Cache As NUMA Domain         [Auto]                 *|                             |
511   |                                                                   *|                             |
512   |  CPU Configuration                                                ^|                             |
513   |  --------------------------------------------------               *|                             |
514   |  SMT Control                               [Auto]                 *|                             |
515   |  Core Performance Boost                    [Auto]                 *|                             |
516   |  Global C-state control                    [Disabled]             *|                             |
517   |  Local APIC Mode                           [Auto]                 *|                             |
518   |  CCD Control                               [Auto]                 *|                             |
519   |  Core Control                              [Auto]                 *|                             |
520   |  Core Control                              [Auto]                 *|                             |
521   |  L1 Stream HW Prefetcher                   [Enabled]              *|                             |
522   |  L2 Stream HW Prefetcher                   [Enabled]              *|                             |
523   |  SVM Mode                                  [Enabled]              *|                             |
524   |  SMEE                                      [Disabled]             *|                             |
525   |                                                                   *|                             |
526   |> CPU1 Information                                                 *|                             |
527   |                                                                   *|                             |
528   |  NB Configuration                                                 ^|                             |
529   |  --------------------------------------------------               *|                             |
530   |  Determinism Control                       [Manual]               *|                             |
531   |  Determinism Slider                        [Performance]          *|                             |
532   |  cTDP Control                              [Disabled]             *|                             |
533   |  IOMMU                                     [Disabled]             *|                             |
534   |  ACS Enable                                [Auto]                 *|                             |
535   |  Package Power Limit Control               [Auto]                 *|                             |
536   |  APBDIS                                    [1]                    *|                             |
537   |  Fixed SOC Pstate                          [P0]                   *|                             |
538   |  DF Cstates                                [Enabled]              *|                             |
539   |  Preferred IO                              [Manual]               *|                             |
540   |  Preferred IO Bus                          [##]                   *|                             |
541   |                                                                   *|                             |
542   |                                                                   *|-----------------------------|
543   |                                                                   *|><: Select Screen            |
544   |                                                                   *|^v: Select Item              |
545   |                                                                   *|Enter: Select                |
546   |                                                                   +|+/-: Change Opt.             |
547   |                                                                   +|F1: General Help             |
548   |                                                                   +|F2: Previous Values          |
549   |                                                                   +|F3: Optimized Defaults       |
550   |                                                                   v|F4: Save & Exit              |
551   |                                                                    |                             |
552 ```
553
554
555 ## EPYC zn2 Server BIOS Configuration - DUT
556
557 ### Boot Feature
558
559 ```
560   |  Quiet Boot                                [Enabled]               |Boot option                  |
561   |                                                                    |                             |
562   |  Option ROM Messages                       [Force BIOS]            |                             |
563   |  Bootup NumLock State                      [On]                    |                             |
564   |  Wait For "F1" If Error                    [Enabled]               |                             |
565   |  INT19 Trap Response                       [Immediate]             |                             |
566   |  Re-try Boot                               [Disabled]              |                             |
567   |                                                                    |                             |
568   |  Power Configuration                                               |                             |
569   |  Watch Dog Function                        [Disabled]              |                             |
570   |  Restore on AC Power Loss                  [Last State]            |                             |
571   |  Power Button Function                     [Instant Off]           |                             |
572 ```
573
574 ### CPU Configuration
575
576 ```
577   |  ACPI Settings                                                    ^|                             |
578   |  --------------------------------------------------               *|                             |
579   |  PCI AER Support                           [Disabled]             *|                             |
580   |  High Precision Event Timer                [Disabled]             *|                             |
581   |  NUMA Nodes Per Socket                     [NPS2]                 *|                             |
582   |  ACPI SRAT L3 Cache As NUMA Domain         [Auto]                 *|                             |
583   |                                                                   *|                             |
584   |  CPU Configuration                                                ^|                             |
585   |  --------------------------------------------------               *|                             |
586   |  SMT Control                               [Auto]                 *|                             |
587   |  Core Performance Boost                    [Auto]                 *|                             |
588   |  Global C-state control                    [Disabled]             *|                             |
589   |  Local APIC Mode                           [Auto]                 *|                             |
590   |  CCD Control                               [Auto]                 *|                             |
591   |  Core Control                              [Auto]                 *|                             |
592   |  Core Control                              [Auto]                 *|                             |
593   |  L1 Stream HW Prefetcher                   [Enabled]              *|                             |
594   |  L2 Stream HW Prefetcher                   [Enabled]              *|                             |
595   |  SVM Mode                                  [Enabled]              *|                             |
596   |  SMEE                                      [Disabled]             *|                             |
597   |                                                                   *|                             |
598   |> CPU1 Information                                                 *|                             |
599   |                                                                   *|                             |
600   |  NB Configuration                                                 ^|                             |
601   |  --------------------------------------------------               *|                             |
602   |  Determinism Control                       [Manual]               *|                             |
603   |  Determinism Slider                        [Performance]          *|                             |
604   |  cTDP Control                              [Disabled]             *|                             |
605   |  IOMMU                                     [Disabled]             *|                             |
606   |  ACS Enable                                [Auto]                 *|                             |
607   |  Package Power Limit Control               [Auto]                 *|                             |
608   |  APBDIS                                    [1]                    *|                             |
609   |  Fixed SOC Pstate                          [P0]                   *|                             |
610   |  DF Cstates                                [Enabled]              *|                             |
611   |  Preferred IO                              [Manual]               *|                             |
612   |  Preferred IO Bus                          [##]                   *|                             |
613   |                                                                   *|                             |
614   |                                                                   *|-----------------------------|
615   |                                                                   *|><: Select Screen            |
616   |                                                                   *|^v: Select Item              |
617   |                                                                   *|Enter: Select                |
618   |                                                                   +|+/-: Change Opt.             |
619   |                                                                   +|F1: General Help             |
620   |                                                                   +|F2: Previous Values          |
621   |                                                                   +|F3: Optimized Defaults       |
622   |                                                                   v|F4: Save & Exit              |
623   |                                                                    |                             |
624 ```
625
626
627 ## EPYC zn2 Server Firmware Inventory
628
629 ```
630 Host.           IPMI IP.      BMC.       BIOS.             CPLD.      CPU Microcode.  PCI Bus.  X710 Firmware.             XXV710 Firmware.           i40e.      MLX5 Firmware.  mlx5_core
631 s60-t210-sut1.  10.30.55.24.  03.10.04.  1.1.              02.c2.00.  0x8301034.      ?.        6.80 0x80003ce6 1.2074.0.  6.01 0x80003554 1.1747.0.  2.1.14-k.  16.26.1040.     4.6-1.0.1.
632 s61-t210-tg1.   10.30.55.25.  03.10.04.  T20200528164548.  02.c2.00.  0x8301038.      ?.        6.80 0x80003ce6 1.2074.0.  6.01 0x80003554 1.1747.0.  2.1.14-k.  16.26.1040.     4.6-1.0.1.
633 ```