dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dmidecode] [PATCH] Support new byte value of Processor Upgrade fiel


From: Jean Delvare
Subject: Re: [dmidecode] [PATCH] Support new byte value of Processor Upgrade field from SMBIOS 3.5.0
Date: Mon, 18 Oct 2021 12:26:50 +0200

Hi Coiby,

On Mon, 18 Oct 2021 10:24:48 +0800, Coiby Xu wrote:
> Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz has byte value 3Fh which
> means Socket LGA4677 for Processor Information - Processor Upgrade
> field.
> 
> Signed-off-by: Coiby Xu <coxu@redhat.com>
> ---
>  dmidecode.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/dmidecode.c b/dmidecode.c
> index 0b44182..27664e1 100644
> --- a/dmidecode.c
> +++ b/dmidecode.c
> @@ -1394,7 +1394,8 @@ static const char *dmi_processor_upgrade(u8 code)
>               "Socket BGA1510",
>               "Socket BGA1528",
>               "Socket LGA4189",
> -             "Socket LGA1200" /* 0x3E */
> +             "Socket LGA1200",
> +             "Socket LGA4677" /* 0x3F */
>       };
>  
>       if (code >= 0x01 && code <= 0x3E)

You apparently didn't test your patch on the system in question.

-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]