-
Notifications
You must be signed in to change notification settings - Fork 0
/
redfish_bios_vars.yml
127 lines (127 loc) · 3.61 KB
/
redfish_bios_vars.yml
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
---
# AC Power Recovery Off
AcPwrRcvry: "Off"
# Adjacent Cache Line Prefetch Enabled
ProcAdjCacheLine: "Enabled"
# Boot Mode BIOS
BootMode: "Bios"
# Boot Sequence Retry Enabled
BootSeqRetry: "Enabled"
# C States Disabled
ProcCStates: "Disabled"
# C1E Enabled
ProcC1E: "Enabled"
# CPU Interconnect Bus Link Power Management Disabled
CpuInterconnectBusLinkPower: "Disabled"
# CPU Interconnect Speed Maximum data rate
CpuInterconnectBusSpeed: "MaxDataRate"
# CPU Power Management OS DBPM
ProcPwrPerf: "OsDbpm"
# DCU IP Prefetcher Enabled
DcuIpPrefetcher: "Enabled"
# DCU Streamer Prefetcher Enabled
DcuStreamerPrefetcher: "Enabled"
# Dell Controlled Turbo Enabled
ControlledTurbo: "Enabled"
# EZ Nic Port 1 On with PXE
EmbNicPort1BootProto: "Pxe"
# EZ Nic Port 3 On with PXE
EmbNicPort3BootProto: "Pxe"
# Energy Efficient Policy Performance
#EnergyPerformanceBias: "MaxPower"
# External Serial Connector Serial Device 1
ExtSerialConnector: "Serial1"
# F1/F2 Prompt on Error Disabled
ErrPrompt: "Disabled"
# Failsafe Baud Rate 115200
FailSafeBaud: "115200"
# Hardware Prefetcher Enabled
ProcHwPrefetcher: "Enabled"
# I/OAT DMA Engine Disabled
IoatEngine: "Disabled"
# Integrated Network Card 1 Enabled
EmbNic1: "Enabled"
# Internal USB Port On
InternalUsb: "On"
# Keyboard NumLock On
NumLock: "On"
# Load Legacy Video Option ROM Disabled
ForceInt10: "Disabled"
# Logical Processor Disabled
LogicalProc: "Disabled"
# Memory Frequency Maximum Performance
MemFrequency: "MaxPerf"
# Memory Mapped I/O above 4GB Enabled
MmioAbove4Gb: "Enabled"
# Memory Operating Mode Optimizer Mode
MemOpMode: "OptimizerMode"
# Memory Patrol Scrub Disabled
MemPatrolScrub: "Disabled"
# Memory Refresh Rate 1x
MemRefreshRate: "1x"
# Monitor/Mwait Enabled
MonitorMwait: "Enabled"
# Node Interleaving Disabled
NodeInterleave: "Disabled"
# Number of Cores per Processor All
ProcCores: "All"
# OS Watchdog Timer Disabled
OsWatchdogTimer: "Disabled"
# PCI ASPM L1 Link Power Management Disabled
PcieAspmL1: "Disabled"
# Password Status Unlocked
PasswordStatus: "Unlocked"
# Power Button Enabled
PwrButton: "Enabled"
# Redirection After Boot = Enabled
RedirAfterBoot: "Enabled"
# Remote Terminal Type VT100/VT220
ConTermType: "Vt100Vt220"
# SR-IOV Global Enable Disabled
SriovGlobalEnable: "Disabled"
# Serial Communication On without Console Redirection
SerialComm: "OnNoConRedir"
# Serial Port Address Serial Device1=COM2 Serial Device2=COM1
SerialPortAddress: "Serial1Com2Serial2Com1"
# Slot 1 Enabled
Slot1: "Enabled"
# Slot 2 Enabled
Slot2: "Enabled"
# Slot 3 Enabled
Slot3: "Enabled"
# Slot 4 Enabled
Slot4: "Enabled"
# Slot 5 Enabled
Slot5: "Enabled"
# Slot 6 Enabled
Slot6: "Enabled"
# Slot 7 Enabled
Slot7: "Enabled"
# Slot 8 Enabled
Slot8: "Enabled"
# Sub NUMA Cluster Disabled
SubNumaCluster: "Disabled"
# System Memory Testing Disabled
MemTest: "Disabled"
# System Profile Custom
SysProfile: "Custom"
# Turbo Boost Enabled
ProcTurboMode: "Enabled"
# Uncore Frequency Maximum
UncoreFrequency: "MaxUFS"
# User Accessible USB Ports All Ports On
UsbPorts: "AllOn"
# Virtualization Technology Disabled
ProcVirtualization: "Disabled"
# Write Data CRC Disabled
WriteDataCrc: "Disabled"
# x2APIC Mode Disabled
ProcX2Apic: "Disabled"
# BIOS.MemSettings.CorrEccSmi = Disabled
CorrEccSmi: "Disabled"
# BIOS.MemSettings.OppSrefEn = Disabled
OppSrefEn: "Disabled"
# BIOS.SysProfileSettings.EnergyEfficientPolicy = Performance
EnergyPerformanceBias: "MaxPower"
# BIOS.SysProfileSettings.WorkloadProfile = NotAvailable
WorkloadProfile: "NotAvailable"