From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.3317.1619138884063778865 for ; Thu, 22 Apr 2021 17:48:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 23 Apr 2021 08:47:49 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Chaganty, Rangasai V'" , "'Bhargava, Avinash'" , Cc: "'Ni, Ray'" , "'Kumar, Chandana C'" References: <26bd305ba8d852a404a2ecc6b7afa8ce14dfbafe.1618929503.git.avinash.bhargava@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0hdICogTWRlUGtnL1NtQmlvcy5oOiBVcGRhdGVkIG5ld2x5IGFkZGVkIHNvY2tldCBpbmZvIGZyb20gc21iaW9zIDMuNC4=?= Date: Fri, 23 Apr 2021 08:48:01 +0800 Message-ID: <00be01d737da$5046bb90$f0d432b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGW14XvtJHGCPDZSMLfbsuAL2C3GAHS2szrqzNuvJA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Chaganty, Rangasai V = > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA4=D4=C221=C8=D5 14:53 > =CA=D5=BC=FE=C8=CB: Bhargava, Avinash ; > devel@edk2.groups.io > =B3=AD=CB=CD: Ni, Ray ; Liming Gao = ; > Kumar, Chandana C > =D6=F7=CC=E2: RE: [PATCH] * MdePkg/SmBios.h: Updated newly added = socket info > from smbios 3.4. >=20 > Please also update SmbiosView library in ShellPkg with the new socket types. > With that: > Reviewed-by: Sai Chaganty >=20 > -----Original Message----- > From: Bhargava, Avinash > Sent: Tuesday, April 20, 2021 7:39 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Chaganty; Chaganty, Rangasai V > ; Liming Gao = ; > Kumar; Kumar, Chandana C > Subject: [PATCH] * MdePkg/SmBios.h: Updated newly added socket info = from > smbios 3.4. >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3140 > Add theses socket type to MdePkg\Include\IndustryStandard\SmBios.h > -LGA1200 > -LGA4189 >=20 > Signed-off-by: Avinash Bhargava > Cc: Ray Ni > Cc: Chaganty, Rangasai V > Cc: Liming Gao > Cc: Kumar, Chandana C > --- > MdePkg/Include/IndustryStandard/SmBios.h | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/SmBios.h > b/MdePkg/Include/IndustryStandard/SmBios.h > index cc023b7369..39dfe4e137 100644 > --- a/MdePkg/Include/IndustryStandard/SmBios.h > +++ b/MdePkg/Include/IndustryStandard/SmBios.h > @@ -1,7 +1,7 @@ > /** @file >=20 > Industry Standard Definitions of SMBIOS Table Specification v3.3.0. >=20 >=20 >=20 > -Copyright (c) 2006 - 2019, Intel Corporation. All rights = reserved.
>=20 > +Copyright (c) 2006 - 2021, Intel Corporation. All rights = reserved.
>=20 > (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
>=20 > (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development = LP
>=20 > SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > @@ -810,7 +810,9 @@ typedef enum { > ProcessorUpgradeSocketLGA2066 =3D 0x39, >=20 > ProcessorUpgradeSocketBGA1392 =3D 0x3A, >=20 > ProcessorUpgradeSocketBGA1510 =3D 0x3B, >=20 > - ProcessorUpgradeSocketBGA1528 =3D 0x3C >=20 > + ProcessorUpgradeSocketBGA1528 =3D 0x3C, >=20 > + ProcessorUpgradeSocketLGA4189 =3D 0x3D, >=20 > + ProcessorUpgradeSocketLGA1200 =3D 0x3E >=20 > } PROCESSOR_UPGRADE; >=20 >=20 >=20 > /// >=20 > -- > 2.28.0.windows.1