Skip to content

Commit 8dd85f5

Browse files
jah63g-bougard
authored andcommitted
dmioem: Update HPE OEM Type 216
Update enumerated firmware types. Signed-off-by: Jerry Hoemann <[email protected]> Signed-off-by: Jean Delvare <[email protected]>
1 parent d6c6dd2 commit 8dd85f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dmioem.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,15 @@ static void dmi_hp_216_fw_type(u16 code)
479479
"Intel SATA VROC",
480480
"Intel SPS Firmware",
481481
"Secondary System Programmable Logic Device",
482-
"CPU MEZZ Programmable Logic Device", /* 0x37 */
482+
"CPU Mezzanine Board CPLD", /* 0x37 */
483483
"Intel Artic Sound -M Accelerator Models Firmware",
484484
"Ampere System Control Processor (SCP - PMPro+SMPro)",
485485
"Intel CFR information", /* 0x3A */
486486
"OCP cards",
487487
"DC-SCM CPLD",
488+
"Power Distribution Board CPLD",
489+
"PCIe Switch Board CPLD",
490+
"Sideband Board CPLD",
488491
};
489492

490493
if (code < ARRAY_SIZE(type))

0 commit comments

Comments
 (0)