public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming via groups.io" <gaoliming=byosoft.com.cn@groups.io>
To: <devel@edk2.groups.io>, <eduardo.cuevas.farfan@intel.com>
Subject: 回复: [edk2-devel] [PATCH V2 1/2] MdePkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0
Date: Tue, 29 Aug 2023 13:02:14 +0800	[thread overview]
Message-ID: <029e01d9da35$f9d0e8c0$ed72ba40$@byosoft.com.cn> (raw)
In-Reply-To: <c9b2dc3098c565c9f6db2237d418088757f320be.1691684805.git.eduardo.cuevas.farfan@intel.com>

Eduardo:
  The patch is good to me. Reviewed-by: Liming Gao
<gaoliming@byosoft.com.cn>

  Besides, I have one minor comment. Please see the below.

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Eduardo
> Cuevas Farfan
> 发送时间: 2023年8月11日 0:32
> 收件人: devel@edk2.groups.io
> 抄送: Eduardo Cuevas Farfan <eduardo.cuevas.farfan@intel.com>
> 主题: [edk2-devel] [PATCH V2 1/2] MdePkg: Add ProcessorUpgradeSocket
> definitions from SMBIOS 3.7.0
> 
> This patch adds below definitions from SMBIOS 3.7.0 into Smbios.h
> - ProcessorUpgradeSocketAM5
> - ProcessorUpgradeSocketSP5
> - ProcessorUpgradeSocketSP6
> - ProcessorUpgradeSocketBGA883
> - ProcessorUpgradeSocketBGA1190
> - ProcessorUpgradeSocketBGA4129
> - ProcessorUpgradeSocketLGA4710
> - ProcessorUpgradeSocketLGA7529
> 
> Signed-off-by: Eduardo Cuevas Farfan <eduardo.cuevas.farfan@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/SmBios.h | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index 89985bb4186b..fb6ed2dee051 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -1,7 +1,7 @@
>  /** @file
> 
>    Industry Standard Definitions of SMBIOS Table Specification v3.6.0.
> 
[Liming] Please also update the version to v3.7.0

Thanks
Liming
> 
> 
> -Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
> 
> +Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR>
> 
>  (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
> 
>  (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
> 
>  Copyright (c) 2022, AMD Incorporated. All rights reserved.<BR>
> 
> @@ -863,7 +863,15 @@ typedef enum {
>    ProcessorUpgradeSocketLGA1211   = 0x45,
> 
>    ProcessorUpgradeSocketLGA2422   = 0x46,
> 
>    ProcessorUpgradeSocketLGA5773   = 0x47,
> 
> -  ProcessorUpgradeSocketBGA5773   = 0x48
> 
> +  ProcessorUpgradeSocketBGA5773   = 0x48,
> 
> +  ProcessorUpgradeSocketAM5       = 0x49,
> 
> +  ProcessorUpgradeSocketSP5       = 0x4A,
> 
> +  ProcessorUpgradeSocketSP6       = 0x4B,
> 
> +  ProcessorUpgradeSocketBGA883    = 0x4C,
> 
> +  ProcessorUpgradeSocketBGA1190   = 0x4D,
> 
> +  ProcessorUpgradeSocketBGA4129   = 0x4E,
> 
> +  ProcessorUpgradeSocketLGA4710   = 0x4F,
> 
> +  ProcessorUpgradeSocketLGA7529   = 0x50
> 
>  } PROCESSOR_UPGRADE;
> 
> 
> 
>  ///
> 
> --
> 2.26.2.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#107695):
> https://edk2.groups.io/g/devel/message/107695
> Mute This Topic: https://groups.io/mt/100667109/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108076): https://edk2.groups.io/g/devel/message/108076
Mute This Topic: https://groups.io/mt/101025757/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  parent reply	other threads:[~2023-08-29  5:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10 16:31 [edk2-devel] [PATCH V2 0/2] Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0 Eduardo Cuevas Farfan
2023-08-10 16:31 ` [edk2-devel] [PATCH V2 1/2] MdePkg: " Eduardo Cuevas Farfan
2023-08-16  1:32   ` Zeng, Star
2023-08-29  5:02   ` gaoliming via groups.io [this message]
2023-08-10 16:31 ` [edk2-devel] [PATCH V2 2/2] ShellPkg: " Eduardo Cuevas Farfan
2023-08-16  1:32   ` Zeng, Star
2023-08-18  3:10 ` [edk2-devel] [PATCH V2 0/2] " Zeng, Star
2023-08-18  7:02   ` 回复: " gaoliming via groups.io
2023-08-18 11:33     ` Zeng, Star
     [not found]     ` <177C77061099C22B.3047@groups.io>
2023-08-28  8:39       ` Zeng, Star

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='029e01d9da35$f9d0e8c0$ed72ba40$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox