We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c6dd2 commit 8dd85f5Copy full SHA for 8dd85f5
dmioem.c
@@ -479,12 +479,15 @@ static void dmi_hp_216_fw_type(u16 code)
479
"Intel SATA VROC",
480
"Intel SPS Firmware",
481
"Secondary System Programmable Logic Device",
482
- "CPU MEZZ Programmable Logic Device", /* 0x37 */
+ "CPU Mezzanine Board CPLD", /* 0x37 */
483
"Intel Artic Sound -M Accelerator Models Firmware",
484
"Ampere System Control Processor (SCP - PMPro+SMPro)",
485
"Intel CFR information", /* 0x3A */
486
"OCP cards",
487
"DC-SCM CPLD",
488
+ "Power Distribution Board CPLD",
489
+ "PCIe Switch Board CPLD",
490
+ "Sideband Board CPLD",
491
};
492
493
if (code < ARRAY_SIZE(type))
0 commit comments