From nobody Sat May 18 01:35:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+81189+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+81189+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1632794655; cv=none; d=zohomail.com; s=zohoarc; b=mL+vrCn3f97/UQcStfoBrEOfHqefocGHeM+dUvxckDcz53gcEEceUIVHMTFG1udmzRU50mi86aA2sYo/ROsteBGyDOucxURHHR6QZcK5Dcutk/xSb2DH2w2+r1z9ij8gPDUbb+dZi1hC8MwdwaccfW2UEcnSwyx96Oj57ELIYoc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1632794655; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=Nai8jEJ7Ggb59ave+GrjDBxP/KQprToPmZzaM2QTytg=; b=cXxUzhlH14R1KGlGHEVSjgFZKxpBmFcQiEsEDKQCZYUZ3Yt9nKkzDNNxIDdzT1i1e2JJDcHhbe2GycvNpSRKyT/BaoHZ3CBfa/MfD25g36Nddnz0N5ZdGawWuZ2l++omiBYtivJpFT0EvYmtqwmtarWDXdZY1JwqStbW4v6rrRQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+81189+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1632794655627521.813675766252; Mon, 27 Sep 2021 19:04:15 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id zKIwYY1788612xqC0KuRc4Ph; Mon, 27 Sep 2021 19:04:15 -0700 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web10.8593.1632794654433280898 for ; Mon, 27 Sep 2021 19:04:14 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10120"; a="211851213" X-IronPort-AV: E=Sophos;i="5.85,328,1624345200"; d="scan'208";a="211851213" X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2021 19:04:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,328,1624345200"; d="scan'208";a="561666972" X-Received: from shwdeopenlab103.ccr.corp.intel.com ([10.239.182.254]) by fmsmga002.fm.intel.com with ESMTP; 27 Sep 2021 19:04:12 -0700 From: "Zeng, Star" To: devel@edk2.groups.io Cc: Star Zeng Subject: [edk2-devel] [PATCH] MdePkg,ShellPkg: Add ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0 Date: Tue, 28 Sep 2021 10:04:07 +0800 Message-Id: <20210928020407.3424-1-star.zeng@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,star.zeng@intel.com X-Gm-Message-State: zAYbB330uxpXhqP3HFt9Cw3vx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1632794655; bh=IdYVAdvPfhV6LSamXcIP0xNYpVMMjmCMgfn6nzkQMJs=; h=Cc:Date:From:Reply-To:Subject:To; b=grdcy3Dk/WvCQwU5WwJBZHjiXMjVJJdt6Dv+xRfSVIHbvRyskoWjMbx+Cv0nan8U4Uf SYA9hExNTrJzXaGDANXj+4DdzDC6Whevlrw0yXHUtdQJc8UNFPEDLDo/s4RiVAzm5VnPK BejmnFoqeT2d4ZreASwxwTWRxwu44qg5dPA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1632794657111100001 Content-Type: text/plain; charset="utf-8" This patch adds ProcessorUpgradeSocketLGA4677 definition into Smbios.h from SMBIOS 3.5.0 and entry into QueryTable.c. It also adds ProcessorUpgradeSocketLGA4189 and ProcessorUpgradeSocketLGA1200 into from SMBIOS 3.4.0 and entries into QueryTable.c. Signed-off-by: Star Zeng --- MdePkg/Include/IndustryStandard/SmBios.h | 7 +++++-- .../SmbiosView/QueryTable.c | 14 +++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 6918f58cce44..2c2b32b8d462 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.3.0. =20 -Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
(C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent @@ -810,7 +810,10 @@ typedef enum { ProcessorUpgradeSocketLGA2066 =3D 0x39, ProcessorUpgradeSocketBGA1392 =3D 0x3A, ProcessorUpgradeSocketBGA1510 =3D 0x3B, - ProcessorUpgradeSocketBGA1528 =3D 0x3C + ProcessorUpgradeSocketBGA1528 =3D 0x3C, + ProcessorUpgradeSocketLGA4189 =3D 0x3D, + ProcessorUpgradeSocketLGA1200 =3D 0x3E, + ProcessorUpgradeSocketLGA4677 =3D 0x3F } PROCESSOR_UPGRADE; =20 /// diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 7fc9d38a3b03..c312a7f8f227 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2,7 +2,7 @@ Build a table, each item is (Key, Info) pair. And give a interface of query a string out of a table. =20 - Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2021, Intel Corporation. All rights reserved.
(C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -589,6 +589,18 @@ TABLE_ITEM ProcessorUpgradeTable[] =3D { { 0x3C, L"Socket BGA1528" + }, + { + 0x3D, + L"Socket LGA4189" + }, + { + 0x3E, + L"Socket LGA1200" + }, + { + 0x3F, + L"Socket LGA4677" } }; =20 --=20 2.27.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#81189): https://edk2.groups.io/g/devel/message/81189 Mute This Topic: https://groups.io/mt/85916590/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-