public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Zeng, Star" <star.zeng@intel.com>
To: "Gao, Liming" <gaoliming@byosoft.com.cn>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Bhargava, Avinash" <avinash.bhargava@intel.com>
Cc: "Liu, Zhiguang" <zhiguang.liu@intel.com>,
	"Bi, Dandan" <dandan.bi@intel.com>,
	"Gao, Zhichao" <zhichao.gao@intel.com>,
	"Zeng, Star" <star.zeng@intel.com>
Subject: Re: [edk2-devel] [PATCH v1 1/1] MdePkg/Include/IndustryStandard/SmBios.h: Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0
Date: Tue, 5 Sep 2023 02:58:42 +0000	[thread overview]
Message-ID: <DM8PR11MB56238A23787FAEF2EDE81D83E3E8A@DM8PR11MB5623.namprd11.prod.outlook.com> (raw)
In-Reply-To: <078a01d9dfa0$bbf9ec20$33edc460$@byosoft.com.cn>

Reviewed-by: Star Zeng <star.zeng@intel.com>

BTW: You'd better to have a separated patch to also update https://github.com/tianocore/edk2/blob/master/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c#L1713.

-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn> 
Sent: Tuesday, September 5, 2023 10:29 AM
To: devel@edk2.groups.io; Bhargava, Avinash <avinash.bhargava@intel.com>
Cc: Liu, Zhiguang <zhiguang.liu@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
Subject: 回复: [edk2-devel] [PATCH v1 1/1] MdePkg/Include/IndustryStandard/SmBios.h: Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0

Avi:
  The change is good.  Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
  
  But, I have one minor comment. Please see below. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Avinash
> 发送时间: 2023年9月2日 2:21
> 收件人: devel@edk2.groups.io
> 抄送: avinashbhargava <avinash.bhargava@intel.com>; Zhiguang Liu 
> <zhiguang.liu@intel.com>; Dandan Bi <dandan.bi@intel.com>; Star Zeng 
> <star.zeng@intel.com>; Zhichao Gao <zhichao.gao@intel.com>
> 主题: [edk2-devel] [PATCH v1 1/1]
> MdePkg/Include/IndustryStandard/SmBios.h: Add New Intel Processor 
> family for SMBIOS Type 4 from SMBIOS 3.7.0
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547
> 
> Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0 Hex 
> value - 16h Name - Intel® Processor

[Liming] Please remove non ascii char ® in the commit message. 

Thanks
Liming
> 
> Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/SmBios.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index 40bdc9a937c0..56cec615a010 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -554,6 +554,7 @@ typedef enum {
>    ProcessorFamilyM2                              = 0x13,
> 
>    ProcessorFamilyIntelCeleronM                   = 0x14,
> 
>    ProcessorFamilyIntelPentium4Ht                 = 0x15,
> 
> +  ProcessorFamilyIntel                           = 0x16,
> 
>    ProcessorFamilyAmdDuron                        = 0x18,
> 
>    ProcessorFamilyK5                              = 0x19,
> 
>    ProcessorFamilyK6                              = 0x1A,
> 
> --
> 2.37.3.windows.1
> 
> 
> 
> 
> 





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



      reply	other threads:[~2023-09-05  2:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 18:21 [edk2-devel] [PATCH v1 0/1] *** SUBJECT HERE *** Avinash
2023-09-01 18:21 ` [edk2-devel] [PATCH v1 1/1] MdePkg/Include/IndustryStandard/SmBios.h: Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0 Avinash
2023-09-04  5:15   ` Gao, Zhichao
2023-09-04  5:33   ` Dandan Bi
2023-09-04  5:51   ` Zhiguang Liu
2023-09-05  2:29   ` 回复: " gaoliming via groups.io
2023-09-05  2:58     ` Zeng, Star [this message]

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=DM8PR11MB56238A23787FAEF2EDE81D83E3E8A@DM8PR11MB5623.namprd11.prod.outlook.com \
    --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