-
Notifications
You must be signed in to change notification settings - Fork 13
/
ipmi-allowlist.conf
353 lines (353 loc) · 22.2 KB
/
ipmi-allowlist.conf
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
#<NetFn>:<Command>:<ChannelMask> // comment
0x00:0x00:0xff7f //<Chassis>:<Get Chassis Capabiliti>
0x00:0x01:0xff7f //<Chassis>:<Get Chassis Status>
0x00:0x02:0x7f7f //<Chassis>:<Chassis Control>
0x00:0x03:0x7f7f //<Chassis>:<Chassis Reset>
0x00:0x04:0xff7f //<Chassis>:<Chassis Identify>
0x00:0x05:0x7f7f //<Chassis>:<Set Chassis Capabilities>
0x00:0x06:0x7f7f //<Chassis>:<Set Power Restore Policy>
0x00:0x07:0xff7f //<Chassis>:<Get System Restart Cause>
0x00:0x08:0x7f7f //<Chassis>:<Set System Boot Options>
0x00:0x09:0xff7f //<Chassis>:<Get System Boot Options>
0x00:0x0a:0xff7f //<Chassis>:<Set Front Panel Enables>
0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>
0x04:0x00:0x7f7f //<Sensor/Event>:<Set Event Receiver>
0x04:0x01:0xff7f //<Sensor/Event>:<Get Event Receiver>
0x04:0x02:0xffff //<Sensor/Event>:<SEL Platform event>
0x04:0x10:0xff7f //<Sensor/Event>:<PEF Get Capabilities>
0x04:0x11:0x7f7f //<Sensor/Event>:<Arm PEF Postpone Timer>
0x04:0x12:0x7f7f //<Sensor/Event>:<PEF Set Configuration Parameters>
0x04:0x13:0xff7f //<Sensor/Event>:<PEF Get Configuration Parameters>
0x04:0x14:0x7f7f //<Sensor/Event>:<PEF Set Processed EventID>
0x04:0x15:0xff7f //<Sensor/Event>:<PEF Get Processed EventID>
0x04:0x16:0x7f7f //<Sensor/Event>:<Alert Immediate>
0x04:0x17:0x7f7f //<Sensor/Event>:<PET Acknowledge>
0x04:0x20:0xff7f //<Sensor/Event>:<Get Device SDR Info>
0x04:0x21:0xff7f //<Sensor/Event>:<Get Device SDR>
0x04:0x23:0xff7f //<Sensor/Event>:<Get Sensor Reading Factors>
0x04:0x24:0x7f7f //<Sensor/Event>:<Set Sensor Hysteresis>
0x04:0x25:0xff7f //<Sensor/Event>:<Get Sensor Hysteresis>
0x04:0x26:0x7f7f //<Sensor/Event>:<Set Sensor Threshold>
0x04:0x27:0xff7f //<Sensor/Event>:<Get Sensor Threshold>
0x04:0x28:0x7f7f //<Sensor/Event>:<Set SensorEvent Enable>
0x04:0x29:0xff7f //<Sensor/Event>:<Get SensorEvent Enable>
0x04:0x2a:0x7f7f //<Sensor/Event>:<Re-arm Sensor Events>
0x04:0x2b:0xff7f //<Sensor/Event>:<Get SensorEvent Status>
0x04:0x2d:0xff7f //<Sensor/Event>:<Get SensorReading>
0x04:0x2e:0x7f7f //<Sensor/Event>:<Get Sensor Type>
0x04:0x2f:0xff7f //<Sensor/Event>:<Get Sensor Type>
0x04:0x30:0x7f7f //<Sensor/Event>:<Set Sensor Reading and Event Status>
0x06:0x01:0xffff //<App>:<Get Device ID>
0x06:0x02:0x7f7f //<App>:<Cold Reset>
0x06:0x04:0xff7f //<App>:<Get Self Test>
0x06:0x05:0x7f7f //<App>:<Manufacturing Test Mode>
0x06:0x06:0xffff //<App>:<Set ACPI Power State>
0x06:0x07:0xffff //<App>:<Get ACPI Power State>
0x06:0x08:0xff7f //<App>:<Get Device GUID>
0x06:0x22:0xff7f //<App>:<Reset Watchdog Timer>
0x06:0x24:0xff7f //<App>:<Set Watchdog Timer>
0x06:0x25:0xff7f //<App>:<Get Watchdog Timer>
0x06:0x2e:0x0000 //<App>:<Set BMC Global Enables>
0x06:0x2f:0xffff //<App>:<Get BMC Global Enables>
0x06:0x30:0x8080 //<App>:<Clear Message Flags>
0x06:0x31:0x8080 //<App>:<Get Message Flags>
0x06:0x33:0x8080 //<App>:<Get Message>
0x06:0x34:0x7f7f //<App>:<Send Message>
0x06:0x35:0x8080 //<App>:<Read Event Message Buffer>
0x06:0x37:0xff7f //<App>:<Get System GUID>
0x06:0x38:0xff7f //<App>:<Get Channel Authentication Capability>
0x06:0x39:0xff7f //<App>:<Get Session Challenge>
0x06:0x3a:0x7f7f //<App>:<Activate Session>
0x06:0x3b:0x7f7f //<App>:<Set Session Privilege>
0x06:0x3c:0x7f7f //<App>:<Close Session>
0x06:0x3d:0xffff //<App>:<Get Channel Session Info>
0x06:0x3f:0x7f7f //<App>:<Get Authentication Code>
0x06:0x40:0x7f7f //<App>:<Set Channel Access>
0x06:0x41:0xff7f //<App>:<Get Channel Access>
0x06:0x42:0xff7f //<App>:<Get Channel Info>
0x06:0x43:0x7f7f //<App>:<Set User Access>
0x06:0x44:0xff7f //<App>:<Get User Access>
0x06:0x45:0x7f7f //<App>:<Set User Name>
0x06:0x46:0xff7f //<App>:<Get User Name>
0x06:0x47:0x7f7f //<App>:<Set User Password>
0x06:0x48:0x7f7f //<App>:<Activate Payload>
0x06:0x49:0x7f7f //<App>:<Deactivate Payload>
0x06:0x4a:0xffff //<App>:<Get Payload Activation Status>
0x06:0x4b:0xffff //<App>:<Get Payload Instance Info>
0x06:0x4c:0x7f7f //<App>:<Set User Payload Access>
0x06:0x4d:0xff7f //<App>:<Get User Payload Access>
0x06:0x4e:0xff7f //<App>:<Get Channel Payload Support>
0x06:0x4f:0xff7f //<App>:<Get Channel Payload Version>
0x06:0x50:0xff7f //<App>:<Get Channel OEM Payload Info>
0x06:0x52:0x7f7f //<App>:<Controller Write Read I2C>
0x06:0x54:0xff7f //<App>:<Get Channel Cipher Suites>
0x06:0x55:0xff7f //<App>:<Suspend Payload Encryption>
0x06:0x56:0xff7f //<App>:<Set Channel Security Keys>
0x06:0x57:0xff7f //<App>:<Get System Interface Capabilities>
0x06:0x58:0xff7f //<App>:<Set System Info Parameters>
0x06:0x59:0xff7f //<App>:<Get System Info Parameters>
0x08:0x20:0xf93e //<Firmware>:<Get Version Information>
0x08:0x21:0xf93e //<Firmware>:<Security Version Information>
0x08:0x22:0xf93e //<Firmware>:<Firmware Update Channel Information>
0x08:0x23:0xf93e //<Firmware>:<BMC Execution Context>
0x08:0x24:0xf93e //<Firmware>:<Get Boot Certificate Info>
0x08:0x25:0xf93e //<Firmware>:<Get Boot Certificate Data>
0x08:0x26:0xf93e //<Firmware>:<Firmware Random Number Update>
0x08:0x27:0xf93e //<Firmware>:<Set Firmware Update Mode>
0x08:0x28:0xf93e //<Firmware>:<Exit Firmware Update Mode>
0x08:0x29:0xf93e //<Firmware>:<Firmware Update Control>
0x08:0x2a:0xf93e //<Firmware>:<Get Firmware Update Status>
0x08:0x2b:0xf93e //<Firmware>:<Set Firmware Update Options>
0x08:0x2c:0xf93e //<Firmware>:<Write Firmware Image>
0x08:0x2d:0xf93e //<Firmware>:<Get Firmware Update Status Code Message>
0x08:0xdb:0x793e //<Firmware>:<Enter Safe Mode>
0x08:0xe0:0xf93e //<Firmware>:<Get Firmware Update Error Code Message>
0x0a:0x10:0xff7f //<Storage>:<Get FRU Inventory Area Info>
0x0a:0x11:0xff7f //<Storage>:<Read FRU Data>
0x0a:0x12:0x7f7f //<Storage>:<Write FRU Data>
0x0a:0x20:0xff7f //<Storage>:<Get SDR Repository Info>
0x0a:0x21:0xff7f //<Storage>:<Get SDR Alloc Info>
0x0a:0x22:0xff7f //<Storage>:<Reserve SDR>
0x0a:0x23:0xff7f //<Storage>:<Get SDR>
0x0a:0x24:0x7f7f //<Storage>:<Add SDR>
0x0a:0x25:0x7f7f //<Storage>:<Partial Add SDR>
0x0a:0x26:0x7f7f //<Storage>:<Delete SDR>
0x0a:0x27:0x7f7f //<Storage>:<Clear SDR>
0x0a:0x28:0xff7f //<Storage>:<SEL Get Time>
0x0a:0x2c:0x7f7f //<Storage>:<Run Init Agent>
0x0a:0x40:0xffff //<Storage>:<Get SEL Info>
0x0a:0x41:0xff7f //<Storage>:<Get SEL Alloc Info>
0x0a:0x42:0xff7f //<Storage>:<SEL Reserve>
0x0a:0x43:0xff7f //<Storage>:<Get SEL Entry>
0x0a:0x44:0x7f7f //<Storage>:<Add SEL Entry>
0x0a:0x45:0x7f7f //<Storage>:<Add Partial SEL Entry>
0x0a:0x46:0x7f7f //<Storage>:<Delete SEL Entry>
0x0a:0x47:0x7f7f //<Storage>:<Clear SEL>
0x0a:0x48:0xffff //<Storage>:<Get SEL Time>
0x0a:0x49:0xff7f //<Storage>:<Set SEL Time>
0x0a:0x5a:0xff7f //<Storage>:<Get SEL Auxiliary Log Status>
0x0a:0x5b:0x7f7f //<Storage>:<Set SEL Auxiliary Log Status>
0x0a:0x5c:0xff7f //<Storage>:<Get SEL Time UTC Offset>
0x0a:0x5d:0x7f7f //<Storage>:<Set SEL Time UTC Offset>
0x0c:0x01:0x7f7f //<Transport>:<Set LAN Configuration Parameters>
0x0c:0x02:0xff7f //<Transport>:<Get LAN Configuration Parameters>
0x0c:0x03:0x7f7f //<Transport>:<Suspend BMC ARPs>
0x0c:0x04:0xff7f //<Transport>:<Get IPUDPRMCP Statistics>
0x0c:0x10:0x7f7f //<Transport>:<7et Serial Modem Configuration>
0x0c:0x11:0xff7f //<Transport>:<Get Serial Modem Configuration>
0x0c:0x12:0x7f7f //<Transport>:<SM SetSerial Modem Mux>
0x0c:0x14:0x7f7f //<Transport>:<Set PPP UDP Proxy Transmit Data>
0x0c:0x15:0x7f7f //<Transport>:<Get PPP UDP Proxy Transmit Data>
0x0c:0x16:0x7f7f //<Transport>:<Send PPP UDP Proxy Packet>
0x0c:0x17:0x7f7f //<Transport>:<Get PPP UDP Proxy Receive Data>
0x0c:0x18:0x7f7f //<Transport>:<Serial Modem Connection Active>
0x0c:0x19:0x7f7f //<Transport>:<Callback>
0x0c:0x1a:0x7f7f //<Transport>:<Set User Callback Options>
0x0c:0x1b:0x7f7f //<Transport>:<Get User Callback Options>
0x0c:0x1c:0x7f7f //<Transport>:<Set Serial Routing Mux>
0x0c:0x20:0x7f7f //<Transport>:<SOL Activating>
0x0c:0x21:0x7f7f //<Transport>:<Set SOL Configuration Parameters>
0x0c:0x22:0xffff //<Transport>:<Get SOL Configuration Parameters>
0x2c:0x1f:0xff7f //<Group Extension>:<Get CPU PECI Package Config Data>
0x2c:0x20:0xff7f //<Group Extension>:<Get MDR Data Region Status>
0x2c:0x21:0x7f7f //<Group Extension>:<Get MDR Region Update Complete>
0x2c:0x22:0xff7f //<Group Extension>:<Read MDR Region>
0x2c:0x23:0x7f7f //<Group Extension>:<Write MDR Region>
0x2c:0x24:0x7f7f //<Group Extension>:<Get MDR Region Lock>
0x2c:0x25:0xff7f //<Group Extension>:<Get System Mode>
0x2c:0x26:0x7f7f //<Group Extension>:<Set System Mode>
0x2c:0x29:0xff7f //<Group Extension>:<Get TPM Configuration>
0x2c:0x30:0x7f7f //<Group Extension>:<Set TPM Configuration>
0x2c:0x31:0x7f7f //<Group Extension>:<TPM Configuration Update Complete>
0x2c:0x37:0xff7f //<Group Extension>:<Read PCIe Cable EEPROM Data>
0x2e:0xC0:0x7f7f //<Intel OEM>:<Enable/Disable Node Manager Policy Control>
0x2e:0xC1:0x7f7f //<Intel OEM>:<Set Node Manager Policy>
0x2e:0xC2:0xff7f //<Intel OEM>:<Get Node Manager Policy>
0x2e:0xC3:0x7f7f //<Intel OEM>:<Set Node Manager Policy Alert Threshold>
0x2e:0xC4:0xff7f //<Intel OEM>:<Get Node Manager Policy Alert Threshold>
0x2e:0xC5:0x7f7f //<Intel OEM>:<Set Node Manager PolicySuspend Periods>
0x2e:0xC6:0xff7f //<Intel OEM>:<Get Node Manager PolicySuspend Periods>
0x2e:0xC7:0x7f7f //<Intel OEM>:<Reset Node Manager Statistics>
0x2e:0xC8:0xff7f //<Intel OEM>:<Get Node Manager Statistics>
0x2e:0xC9:0xff7f //<Intel OEM>:<Get Node Manager Capabilities>
0x2e:0xCA:0xff7f //<Intel OEM>:<Get Node Manager Version>
0x2e:0xCB:0x7f7f //<Intel OEM>:<Set Node Manager Power Draw Range>
0x2e:0xCC:0x7f7f //<Intel OEM>:<Set Turbo Synchronization Ratio>
0x2e:0xCD:0xff7f //<Intel OEM>:<Get Turbo Synchronization Ratio>
0x2e:0xD0:0x7f7f //<Intel OEM>:<Set Total Power Budget>
0x2e:0xD1:0xff7f //<Intel OEM>:<Get Total Power Budget>
0x2e:0xD2:0x7f7f //<Intel OEM>:<Set Max Allowed CPU P-state/Threads>
0x2e:0xD3:0xff7f //<Intel OEM>:<Get Max Allowed CPU P-state/Threads>
0x2e:0xD4:0xff7f //<Intel OEM>:<Get Number of P-states/Threads>
0x2e:0xF0:0x7f7f //<Intel OEM>:<Set HW Protection Coefficient>
0x2e:0xF1:0xff7f //<Intel OEM>:<Get HW Protection Coefficient>
0x2e:0xF2:0xff7f //<Intel OEM>:<Get Limiting Policy ID>
0x30:0x01:0x7f7f //<Intel General Application>:<Get FW Version String>
0x30:0x02:0x7f7f //<Intel General Application>:<Restore Configuration>
0x30:0x03:0x7f7f //<Intel General Application>:<Restore SDR>
0x30:0x04:0xff7f //<Intel General Application>:<Get NW Switch MIB>
0x30:0x05:0xff7f //<Intel General Application>:<Get PDB FW Version>
0x30:0x09:0xff7f //<Intel General Application>:<Get BMC Config>
0x30:0x14:0xff7f //<Intel General Application>:<Get SM Signal>
0x30:0x15:0x7f7f //<Intel General Application>:<Set SM Signal>
0x30:0x19:0xff7f //<Intel General Application>:<Read LAN Channel Port Value>
0x30:0x1a:0xff7f //<Intel General Application>:<Get NIC Info>
0x30:0x1b:0xff7f //<Intel General Application>:<Get LAN Available>
0x30:0x1c:0x7f7f //<Intel General Application>:<Set Controller MAC>
0x30:0x1d:0xff7f //<Intel General Application>:<Get Controller MAC>
0x30:0x1f:0xff7f //<Intel General Application>:<Get Secure Mode>
0x30:0x20:0xff7f //<Intel General Application>:<OEM Get SEL info>
0x30:0x21:0xff7f //<Intel General Application>:<OEM Get SEL Allocation Info>
0x30:0x22:0xff7f //<Intel General Application>:<OEM Platform Event Message>
0x30:0x23:0xff7f //<Intel General Application>:<OEM Get SEL Entry>
0x30:0x24:0x7f7f //<Intel General Application>:<OEM Add SEL Entry>
0x30:0x26:0xff7f //<Intel General Application>:<Set BIOS ID>
0x30:0x27:0xff7f //<Intel General Application>:<Get OEM Device Information>
0x30:0x29:0x7f7f //<Intel General Application>:<Write SSL Certificate File>
0x30:0x2c:0x7f7f //<Intel General Application>:<Set Processor Tcontrol>
0x30:0x2d:0x7f7f //<Intel General Application>:<Set Cold Redundancy Configuration>
0x30:0x2e:0xff7f //<Intel General Application>:<Get Cold Redundancy Configuration>
0x30:0x30:0xff7f //<Intel General Application>:<Get Sensor Severity>
0x30:0x31:0xff7f //<Intel General Application>:<Get AIC Slot FRU ID SLOT POS Records>
0x30:0x33:0xff7f //<Intel General Application>:<Get Controller Status>
0x30:0x38:0xff7f //<Intel General Application>:<Get Satellite Firmware update status>
0x30:0x39:0xff7f //<Intel General Application>:<HSBP Get Owner>
0x30:0x3b:0x7f7f //<Intel General Application>:<Set AIC MAC>
0x30:0x3c:0xff7f //<Intel General Application>:<Get AIC MAC>
0x30:0x3d:0x7f7f //<Intel General Application>:<Clear All AIC MACs>
0x30:0x3f:0x7f7f //<Intel General Application>:<Enable Onboard TPM>
0x30:0x40:0x7f7f //<Intel General Application>:<Resolve IP Address>
0x30:0x41:0xff7f //<Intel General Application>:<Set System GUID>
0x30:0x42:0x7f7f //<Intel General Application>:<Disable BMC System Reset Action>
0x30:0x43:0xff7f //<Intel General Application>:<Get BMC Reset Disables>
0x30:0x44:0xffff //<Intel General Application>:<Send Embedded Firmware Update Status>
0x30:0x47:0xff7f //<Intel General Application>:<HSBP Get Version>
0x30:0x48:0x7f7f //<Intel General Application>:<Internal Platform Event>
0x30:0x54:0x7f7f //<Intel General Application>:<Set Power Restore Delay>
0x30:0x55:0xff7f //<Intel General Application>:<Get Power Restore Delay>
0x30:0x57:0x7f7f //<Intel General Application>:<Set Fault Indication>
0x30:0x58:0xff7f //<Intel General Application>:<Get DIMM Fault Status>
0x30:0x5f:0x7f7f //<Intel General Application>:<Set Special User Password>
0x30:0x60:0x7f7f //<Intel General Application>:<Set Shutdown Policy>
0x30:0x62:0xff7f //<Intel General Application>:<Get Shutdown Policy>
0x30:0x63:0xff7f //<Intel General Application>:<Get Node Slot Presence>
0x30:0x64:0x7f7f //<Intel General Application>:<Set HDD Drive Fault LED State>
0x30:0x65:0xff7f //<Intel General Application>:<Get HDD Drive Fault LED State>
0x30:0x66:0xff7f //<Intel General Application>:<Get Buffer Size>
0x30:0x67:0x7f7f //<Intel General Application>:<OEM Misc>
0x30:0x71:0xff7f //<Intel General Application>:<Get Advanced Support>
0x30:0x72:0x7f7f //<Intel General Application>:<Set EFI Payload>
0x30:0x73:0xff7f //<Intel General Application>:<Get EFI Payload>
0x30:0x74:0xff7f //<Intel General Application>:<Get RMM Status>
0x30:0x75:0xff7f //<Intel General Application>:<Get Voltage Name>
0x30:0x80:0xff7f //<Intel General Application>:<HSBP Get Register From Memory>
0x30:0x81:0xff7f //<Intel General Application>:<Get Power State>
0x30:0x82:0xff7f //<Intel General Application>:<Get ACPI Config>
0x30:0x85:0xff7f //<Intel General Application>:<Get SF PWM>
0x30:0x87:0x7f7f //<Intel General Application>:<Set DIMM Thermal Threshold>
0x30:0x88:0x7f7f //<Intel General Application>:<Fans-off Configuration>
0x30:0x89:0x7f7f //<Intel General Application>:<Set Fan Control Configuration>
0x30:0x8a:0xff7f //<Intel General Application>:<Get Fan Control Configuration>
0x30:0x8b:0xff7f //<Intel General Application>:<Auto Fan Detect>
0x30:0x8c:0x7f7f //<Intel General Application>:<Set fan speed offset>
0x30:0x8d:0xff7f //<Intel General Application>:<Get fan speed offset>
0x30:0x8e:0x7f7f //<Intel General Application>:<Set DIMM offset>
0x30:0x8f:0xff7f //<Intel General Application>:<Get DIMM offset>
0x30:0x90:0x7f7f //<Intel General Application>:<Set FSC Parameter>
0x30:0x91:0xff7f //<Intel General Application>:<Get FSC Parameter>
0x30:0x92:0xff7f //<Intel General Application>:<Get Chassis Identifier>
0x30:0x93:0xff7f //<Intel General Application>:<Read Base Board Product ID>
0x30:0x94:0xff7f //<Intel General Application>:<Get BMC Revision ID>
0x30:0x95:0xff7f //<Intel General Application>:<Get Is AP CPU>
0x30:0x9a:0xff7f //<Intel General Application>:<Get Processor Error Configuration and Status>
0x30:0x9b:0x7f7f //<Intel General Application>:<Set Processor Error Configuration>
0x30:0x9c:0x7f7f //<Intel General Application>:<Set Fan PWM Limit>
0x30:0x9d:0xff7f //<Intel General Application>:<Get Fan PWM Limit>
0x30:0xa1:0x7f7f //<Intel General Application>:<Capture Manufacturing Data>
0x30:0xa2:0x7f7f //<Intel General Application>:<Get Manufacturing Data>
0x30:0xa3:0x7f7f //<Intel General Application>:<Set FITc Layout>
0x30:0xa4:0x7f7f //<Intel General Application>:<MTM BMC Feature Control>
0x30:0xb0:0xff7f //<Intel General Application>:<Get LED Status>
0x30:0xb1:0x7f7f //<Intel General Application>:<Control BMC Services>
0x30:0xb2:0xff7f //<Intel General Application>:<Get BMC Service Status>
0x30:0xb3:0xff7f //<Intel General Application>:<Get BMC Security Control Mode>
0x30:0xb4:0xff7f //<Intel General Application>:<Set BMC Security Control Mode>
0x30:0xb5:0x7f7f //<Intel General Application>:<Manufacturing mode Keep Alive>
0x30:0xbb:0xff7f //<Intel General Application>:<Get CPLD Revision ID>
0x30:0xc2:0xff7f //<Intel General Application>:<Get OEM Extended Sys Info>
0x30:0xc3:0x7f7f //<Intel General Application>:<Mount Virtual USB Device>
0x30:0xc4:0x7f7f //<Intel General Application>:<Unmount Virtual USB Device>
0x30:0xc6:0xff7f //<Intel General Application>:<Get Partition Config>
0x30:0xc7:0xff7f //<Intel General Application>:<Get Zone Information>
0x30:0xc9:0xff7f //<Intel General Application>:<Get Configuration Status>
0x30:0xca:0xff7f //<Intel General Application>:<Get Fabric Information>
0x30:0xcb:0xff7f //<Intel General Application>:<Get EndPoints Information>
0x30:0xcc:0xff7f //<Intel General Application>:<Get Switches Information>
0x30:0xcd:0xff7f //<Intel General Application>:<Get Switch Collection Information>
0x30:0xd0:0xff7f //<Intel General Application>:<Get NVMe Drive Data>
0x30:0xd1:0xff7f //<Intel General Application>:<HSBP Statistics>
0x30:0xd3:0x0000 //<Intel General Application>:<Set BIOS Feature Capability>
0x30:0xd4:0xff7f //<Intel General Application>:<Get BIOS Capsule (OOB Update)>
0x30:0xd5:0x0000 //<Intel General Application>:<Set Payload>
0x30:0xd6:0xff7f //<Intel General Application>:<Get Payload>
0x30:0xd7:0x0000 //<Intel General Application>:<Set BIOS Password Hash Info>
0x30:0xd8:0x0000 //<Intel General Application>:<Get Stored BIOS Password>
0x30:0xd9:0x7f7f //<Intel General Application>:<OOB Update Status>
0x30:0xdb:0x7f7f //<Intel General Application>:<Get/Set BMC Remote Debug Parameters>
0x30:0xe2:0xff7f //<Intel General Application>:<OEM Get Reading>
0x30:0xe5:0xff7f //<Intel General Application>:<Get NMI Source>
0x30:0xe6:0x7f7f //<Intel General Application>:<Send Raw PECI>
0x30:0xe7:0x7f7f //<Intel General Application>:<Aggregate Send Raw PECI>
0x30:0xe8:0xff7f //<Intel General Application>:<Get PCIe SMBus Slot Card Info>
0x30:0xe9:0xff7f //<Intel General Application>:<Get BIOS POST CODE>
0x30:0xea:0xff7f //<Intel General Application>:<Set EFI Boot Options>
0x30:0xeb:0xff7f //<Intel General Application>:<Get EFI Boot Options>
0x30:0xf9:0xff7f //<Intel General Application>:<Get POST Progress Codes>
0x30:0xfa:0x7f7f //<Intel General Application>:<Disable PSU for ME>
0x30:0xfb:0x7f7f //<Intel General Application>:<Restore PSU for ME>
0x30:0xfd:0xff7f //<Intel General Application>:<Get Riser Presence>
0x32:0x60:0xff7f //<Intel OEM Platform>:<Get PM Bus Information>
0x32:0x63:0xff7f //<Intel OEM Platform>:<Get Tach Information>
0x32:0x80:0xff7f //<Intel OEM Platform>:<Get SOL Log Number>
0x32:0x81:0xff7f //<Intel OEM Platform>:<Get SOL Log Entry>
0x32:0x83:0xff7f //<Intel OEM Platform>:<Get SOL Control>
0x32:0x8d:0xff7f //<Intel OEM Platform>:<Get SSD Power>
0x32:0x90:0x7f7f //<Intel OEM Platform>:<Get-Set Serial Port Speed>
0x32:0x91:0x7f7f //<Intel OEM Platform>:<Clear CMOS>
0x3e:0x02:0xff7f //<Intel Managed Data Region>:<BMC Data Region Update Event Message>
0x3e:0x20:0x7f7f //<Intel Managed Data Region>:<BMC Region Status>
0x3e:0x21:0x7f7f //<Intel Managed Data Region>:<BMC Region Update Complete>
0x3e:0x22:0xff7f //<Intel Managed Data Region>:<MDR Event>
0x3e:0x23:0xff7f //<Intel Managed Data Region>:<BMC Region Read>
0x3e:0x24:0x7f7f //<Intel Managed Data Region>:<BMC Region Write>
0x3e:0x25:0x7f7f //<Intel Managed Data Region>:<BMC Region Lock>
0x3e:0x28:0xff7f //<Intel Managed Data Region>:<Get DIMM information>
0x3e:0x30:0xff7f //<Intel Managed Data Region>:<MDR2 Status>
0x3e:0x31:0xff7f //<Intel Managed Data Region>:<MDR2 GET Direction>
0x3e:0x32:0xff7f //<Intel Managed Data Region>:<MDR2 Get Data Set Info>
0x3e:0x33:0xff7f //<Intel Managed Data Region>:<MDR2 Lock Data>
0x3e:0x34:0xff7f //<Intel Managed Data Region>:<MDR2 Unlock Data>
0x3e:0x35:0xff7f //<Intel Managed Data Region>:<MDR2 Dget Data Block>
0x3e:0x38:0xff7f //<Intel Managed Data Region>:<MDR2 Send Direction>
0x3e:0x39:0xff7f //<Intel Managed Data Region>:<MDR2 Data Info Offer>
0x3e:0x3a:0x7f7f //<Intel Managed Data Region>:<MDR2 Data Info>
0x3e:0x3b:0x7f7f //<Intel Managed Data Region>:<MDR2 Data Start>
0x3e:0x3c:0x7f7f //<Intel Managed Data Region>:<MDR2 Data Done>
0x3e:0x3d:0x7f7f //<Intel Managed Data Region>:<MDR2 Data Block>
0x3e:0x40:0x7f7f //<Intel Managed Data Region>:<Set Get LAN Failover>
0x3e:0x41:0xff7f //<Intel Managed Data Region>:<Enter Platform Debug Log file transfer mode>
0x3e:0x42:0xff7f //<Intel Managed Data Region>:<Read Platform Debug Log file>
0x3e:0x43:0xff7f //<Intel Managed Data Region>:<Status of the Platform Debug Log file transfer mode>
0x3e:0x44:0xff7f //<Intel Managed Data Region>:<Exit Platform Debug Log file transfer mode>
0x3e:0x47:0x7f7f //<Intel Managed Data Region>:<Get/Set BMC Application Fault Management Config>
0x3e:0x48:0x7f7f //<Intel Managed Data Region>:<Get/Set BMC Boot Fault Management Config>
0x3e:0x50:0xff7f //<Intel Managed Data Region>:<Node IPMB target address>
0x3e:0x51:0xff7f //<Intel Managed Data Region>:<Slot IPMB>
0x3e:0x52:0xff7f //<Intel Managed Data Region>:<Slot I2C Controller Write Read>
0x3e:0x70:0x7f7f //<Intel Managed Data Region>:<SDR Configuration File control>
0x3e:0x71:0x7f7f //<Intel Managed Data Region>:<SDR Configuration File Write>
0x3e:0x72:0x7f7f //<Intel Managed Data Region>:<SDR Configuration File Read>
0x3e:0x73:0x7f7f //<Intel Managed Data Region>:<SDR Configuration File Management>
0x3e:0x75:0xff7f //<Intel Managed Data Region>:<Get Remote Log IP>
0x3e:0x76:0x7f7f //<Intel Managed Data Region>:<Get/Set Password Mode>
0x3e:0x84:0x7f7f //<Intel Managed Data Region>:<Read PFR Mailbox>