From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id DAB3B9403E3 for ; Thu, 10 Aug 2023 00:24:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=7ywHSFS6fTK1XT3A7SjVJBDElVxVUZI+qkArgDoL6eQ=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1691627041; v=1; b=EHcez5ANap7y/J0R0bLZzwUalfeznHfOTOHjx+WjUITTVbGyVgEGnFRgiwiFXEKRBZfP6Xy9 /ZClYKTKoHL3FVCvYMZsQHnPwcyo0ocGxFB3Supxeaz7OtmvOqGpYCdnrgPnod0GVuZeqrLu1qm aqt5G4x6i7yl+x/Dv17CcSsU= X-Received: by 127.0.0.2 with SMTP id D6YWYY7687511xZjc3fNzC9V; Wed, 09 Aug 2023 17:24:01 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.80334.1691550174366746803 for ; Tue, 08 Aug 2023 20:02:56 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="355973023" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="355973023" X-Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2023 20:02:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="725193552" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="725193552" X-Received: from scsrds0179.amr.corp.intel.com ([10.116.50.5]) by orsmga007.jf.intel.com with ESMTP; 08 Aug 2023 20:02:56 -0700 From: "Eduardo Cuevas Farfan" To: devel@edk2.groups.io Cc: Eduardo Cuevas Farfan Subject: [edk2-devel] [PATCH 2/2] ShellPkg: Add ProcessorUpgradeSocket definitios from SMBIOS 3.7.0 Date: Tue, 8 Aug 2023 20:02:38 -0700 Message-Id: <412666c1aee709fe0121efc248bad1058d835696.1691547476.git.eduardo.cuevas.farfan@intel.com> In-Reply-To: <569e87a19b6093e7b163f51528748c55924e829e.1691547476.git.eduardo.cuevas.farfan@intel.com> References: <569e87a19b6093e7b163f51528748c55924e829e.1691547476.git.eduardo.cuevas.farfan@intel.com> MIME-Version: 1.0 Precedence: Bulk 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,eduardo.cuevas.farfan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: HcgUMatgHO64gIF2CB6aAolWx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=EHcez5AN; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch adds below definitions from SMBIOS 3.7.0 into QueryTable.c - ProcessorUpgradeSocketAM5 - ProcessorUpgradeSocketSP5 - ProcessorUpgradeSocketSP6 - ProcessorUpgradeSocketBGA883 - ProcessorUpgradeSocketBGA1190 - ProcessorUpgradeSocketBGA4129 - ProcessorUpgradeSocketLGA4710 - ProcessorUpgradeSocketLGA7529 Signed-off-by: Eduardo Cuevas Farfan --- .../SmbiosView/QueryTable.c | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 29b5a29001..82bb7a41f0 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.=0D And give a interface of query a string out of a table.=0D =0D - Copyright (c) 2005 - 2021, Intel Corporation. All rights reserved.
=0D + Copyright (c) 2005 - 2023, Intel Corporation. All rights reserved.
=0D (C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP
=0D Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.= =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D @@ -638,6 +638,38 @@ TABLE_ITEM ProcessorUpgradeTable[] =3D { {=0D 0x48,=0D L"Socket BGA5773"=0D + },=0D + {=0D + 0x49,=0D + L"Socket AM5"=0D + },=0D + {=0D + 0x4A,=0D + L"Socket SP5"=0D + },=0D + {=0D + 0x4B,=0D + L"Socket SP6"=0D + },=0D + {=0D + 0x4C,=0D + L"Socket BGA883"=0D + },=0D + {=0D + 0x4D,=0D + L"Socket BGA1190"=0D + },=0D + {=0D + 0x4E,=0D + L"Socket BGA4129"=0D + },=0D + {=0D + 0x4F,=0D + L"Socket LGA4710"=0D + },=0D + {=0D + 0x50,=0D + L"Socket LGA7529"=0D }=0D };=0D =0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107663): https://edk2.groups.io/g/devel/message/107663 Mute This Topic: https://groups.io/mt/100655287/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-