[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] dmioem: Update HPE OEM Type 216
From: |
Jean Delvare |
Subject: |
Re: [PATCH] dmioem: Update HPE OEM Type 216 |
Date: |
Tue, 3 Sep 2024 17:06:51 +0200 |
Hi Jerry,
On Thu, 29 Aug 2024 11:02:20 -0600, Jerry Hoemann wrote:
> Update enumerated FW types.
"FW" is an abbreviation for too many things, which makes it ambiguous.
I changed it to "firmware" for clarity.
> Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
> ---
> dmioem.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/dmioem.c b/dmioem.c
> index fb80506..964f287 100644
> --- a/dmioem.c
> +++ b/dmioem.c
> @@ -479,12 +479,15 @@ static void dmi_hp_216_fw_type(u16 code)
> "Intel SATA VROC",
> "Intel SPS Firmware",
> "Secondary System Programmable Logic Device",
> - "CPU MEZZ Programmable Logic Device", /* 0x37 */
> + "CPU Mezzanine Board CPLD", /* 0x37 */
> "Intel Artic Sound -M Accelerator Models Firmware",
> "Ampere System Control Processor (SCP - PMPro+SMPro)",
> "Intel CFR information", /* 0x3A */
> "OCP cards",
> "DC-SCM CPLD",
> + "Power Distribution Board CPLD",
> + "PCIe Switch Board CPLD",
> + "Sideband Board CPLD",
> };
>
> if (code < ARRAY_SIZE(type))
Applied, thanks.
--
Jean Delvare
SUSE L3 Support
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH] dmioem: Update HPE OEM Type 216,
Jean Delvare <=