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 2745B7803D7 for ; Thu, 10 Aug 2023 16:36:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=SIbyMMnbRRS2x1Nk9pq3BOrIRyniaQUCJZleWT9adnw=; 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=1691685414; v=1; b=s/AQ0QrGzkScbgXL7cXcZjnrBRhU642R0dwvYtt//G25pfztYK11TwD5Hii1zGvHl7d2NhAR qm9IytHHx0gLlEIw3ByDmbZkKO23nTW+H7VdgsAKRP+upiqqht4Hx3tBuUq6QPg7i0xeC/siEUn /ANAEdrx08qhR78YdEAqNWEQ= X-Received: by 127.0.0.2 with SMTP id SO5BYY7687511xAdIYZRTYSQ; Thu, 10 Aug 2023 09:36:54 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.22366.1691685412520585499 for ; Thu, 10 Aug 2023 09:36:53 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="457826927" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="457826927" X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2023 09:32:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="846458802" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="846458802" X-Received: from scsrds0179.amr.corp.intel.com ([10.116.50.5]) by fmsmga002.fm.intel.com with ESMTP; 10 Aug 2023 09:32:04 -0700 From: "Eduardo Cuevas Farfan" To: devel@edk2.groups.io Cc: Eduardo Cuevas Farfan Subject: [edk2-devel] [PATCH V2 2/2] ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0 Date: Thu, 10 Aug 2023 09:31:51 -0700 Message-Id: <7d4de84f323d36ebd7f48884df7f5ad5a306751d.1691684805.git.eduardo.cuevas.farfan@intel.com> In-Reply-To: References: 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: zEPFQ0aEcWBtODd8xRK8HwU6x7686176AA= 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="s/AQ0QrG"; 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 29b5a2900150..82bb7a41f0e6 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 (#107696): https://edk2.groups.io/g/devel/message/107696 Mute This Topic: https://groups.io/mt/100667110/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-