public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Wu, Jiaxin" <jiaxin.wu@intel.com>
To: "Gao, Zhichao" <zhichao.gao@intel.com>,
	"Zhang, JuX" <jux.zhang@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Ni, Ray" <ray.ni@intel.com>
Subject: Re: [PATCH] ShellPkg: Update ProcessorUpgradeTable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4156
Date: Thu, 17 Nov 2022 01:48:56 +0000	[thread overview]
Message-ID: <MN0PR11MB6158FEEF21DCE85FFAF3A6F2FE069@MN0PR11MB6158.namprd11.prod.outlook.com> (raw)
In-Reply-To: <PH7PR11MB63779D1AB67529B0A0ACCD57F6069@PH7PR11MB6377.namprd11.prod.outlook.com>

Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>

> -----Original Message-----
> From: Gao, Zhichao <zhichao.gao@intel.com>
> Sent: Thursday, November 17, 2022 9:27 AM
> To: Zhang, JuX <jux.zhang@intel.com>; devel@edk2.groups.io
> Cc: Wu, Jiaxin <jiaxin.wu@intel.com>; Ni, Ray <ray.ni@intel.com>
> Subject: RE: [PATCH] ShellPkg: Update ProcessorUpgradeTable REF:
> https://bugzilla.tianocore.org/show_bug.cgi?id=4156
> 
> The code change looks fine to me. But I would adjust the commit message
> when I send the PR.
> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
> 
> Thanks,
> Zhichao
> 
> > -----Original Message-----
> > From: Zhang, JuX <jux.zhang@intel.com>
> > Sent: Wednesday, November 16, 2022 3:13 PM
> > To: devel@edk2.groups.io
> > Cc: Gao, Zhichao <zhichao.gao@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
> > Subject: [PATCH] ShellPkg: Update ProcessorUpgradeTable REF:
> > https://bugzilla.tianocore.org/show_bug.cgi?id=4156
> >
> > Refer to the latest SMBIOS v3.6, SMBIOS Socket not completely defined.
> >
> > SMBIOS v3.6:
> > https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.
> > 6.0.pdf
> >
> > Signed-off-by: JuX Zhang <jux.zhang@intel.com>
> > Cc: Zhichao Gao <zhichao.gao@intel.com>
> > Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> > ---
> >  .../SmbiosView/QueryTable.c                   | 36 +++++++++++++++++++
> >  1 file changed, 36 insertions(+)
> >
> > diff --git
> > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> > c
> > index 2e62ae3a34f8..edb46817e422 100644
> > ---
> > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> > +++
> > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> > c
> > @@ -601,6 +601,42 @@ TABLE_ITEM  ProcessorUpgradeTable[] = {
> >    {
> >
> >      0x3F,
> >
> >      L"Socket LGA4677"
> >
> > +  },
> >
> > +  {
> >
> > +    0x40,
> >
> > +    L"Socket LGA1700"
> >
> > +  },
> >
> > +  {
> >
> > +    0x41,
> >
> > +    L"Socket BGA1744"
> >
> > +  },
> >
> > +  {
> >
> > +    0x42,
> >
> > +    L"Socket BGA1781"
> >
> > +  },
> >
> > +  {
> >
> > +    0x43,
> >
> > +    L"Socket BGA1211"
> >
> > +  },
> >
> > +  {
> >
> > +    0x44,
> >
> > +    L"Socket BGA2422"
> >
> > +  },
> >
> > +  {
> >
> > +    0x45,
> >
> > +    L"Socket LGA1211"
> >
> > +  },
> >
> > +  {
> >
> > +    0x46,
> >
> > +    L"Socket LGA2422"
> >
> > +  },
> >
> > +  {
> >
> > +    0x47,
> >
> > +    L"Socket LGA5773"
> >
> > +  },
> >
> > +  {
> >
> > +    0x48,
> >
> > +    L"Socket BGA5773"
> >
> >    }
> >
> >  };
> >
> >
> >
> > --
> > 2.26.2.windows.1


  reply	other threads:[~2022-11-17  1:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16  6:51 [PATCH] ShellPkg: Update ProcessorUpgradeTable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4156 jux.zhang
2022-11-17  1:26 ` Gao, Zhichao
2022-11-17  1:48   ` Wu, Jiaxin [this message]
2022-11-18  2:02     ` Gao, Zhichao
2022-11-18  2:23       ` 回复: " gaoliming
2022-11-18  3:56         ` [edk2-devel] " Gao, Zhichao

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=MN0PR11MB6158FEEF21DCE85FFAF3A6F2FE069@MN0PR11MB6158.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