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 84C53AC1375 for ; Tue, 29 Aug 2023 14:27:16 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=OiaQryIzU/oHk48Zu8jG+pXy8hW5zE9BXoIcqSnaF6k=; 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=1693319235; v=1; b=cCua6aAQuxyzjILlpy+OAQp8XdQdFemyzsQlvO6jA5z3QXRAseKXgFba5H24SYXX45b3zHbA EFOC++NLMzts15a+5EXG6a11qEZh8ovTTUslg5GLMrxQYby7Pq+6k9TQXm8oq0CKJc3tT/VJJPj fZvthAFT9OvYYTsWi61VV9Y8= X-Received: by 127.0.0.2 with SMTP id CxJrYY7687511xg12rjMyoqq; Tue, 29 Aug 2023 07:27:15 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.18803.1693319234689125939 for ; Tue, 29 Aug 2023 07:27:14 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="354894538" X-IronPort-AV: E=Sophos;i="6.02,210,1688454000"; d="scan'208";a="354894538" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2023 07:26:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="688530215" X-IronPort-AV: E=Sophos;i="6.02,210,1688454000"; d="scan'208";a="688530215" X-Received: from scsrds0179.amr.corp.intel.com ([10.116.50.5]) by orsmga003.jf.intel.com with ESMTP; 29 Aug 2023 07:26:57 -0700 From: "Eduardo Cuevas Farfan" To: devel@edk2.groups.io Cc: Eduardo Cuevas Farfan Subject: [edk2-devel] [PATCH v3 2/2] ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0 Date: Tue, 29 Aug 2023 07:26:46 -0700 Message-Id: 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: b0KYBxJnu6DPfXOQmGlqvgCRx7686176AA= 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=cCua6aAQ; 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 (#108095): https://edk2.groups.io/g/devel/message/108095 Mute This Topic: https://groups.io/mt/101032076/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-