From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.groups.io (mail04.groups.io [45.79.224.9]) by spool.mail.gandi.net (Postfix) with ESMTPS id 94F24D800FF for ; Sun, 14 Apr 2024 15:24:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=U317z5fdbowU8AC79akKBsPvy7YiVGfW4DSLyoqFO2c=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713108249; v=1; b=p0+FCGBECd/2qEiEJpnJ+bbq5/i3/0DkdwAfk5V+qdhv8BxtijtBn7vfu2XAo1OKN74fjaFE dJoW59LpEYWTJ/kgfJf1xcb9xYymzn++Wfw06wB3SetNwYV841VwSX0Ha/L+4TLzUv7kZaLtR83 kfP85LZZYuPZ9e15SCYEWfnoslX1LNsckGH/i8h2WTwLrkrSiiYvKO6FZVhfHgBfFxifF8TADvx VuIWI+cau8Bcf4QSTY+m7qkdOscdiIUMifa34OHcavjM6cI1Acb8BfzEsSWow6lNYr5OH5Ow3zW MFZddlGKIoexqNUhVv2JV58P4/nq0VAAHMSS4GOZeuiJQ== X-Received: by 127.0.0.2 with SMTP id 6mzuYY7687511x7a6llg4vPC; Sun, 14 Apr 2024 08:24:09 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by mx.groups.io with SMTP id smtpd.web10.590.1713108247907487590 for ; Sun, 14 Apr 2024 08:24:08 -0700 X-CSE-ConnectionGUID: j3wUQUDeRKa8vxADpzRgEg== X-CSE-MsgGUID: 5BtuO/JzR0S8JU88nDGdWQ== X-IronPort-AV: E=McAfee;i="6600,9927,11044"; a="19215889" X-IronPort-AV: E=Sophos;i="6.07,201,1708416000"; d="scan'208";a="19215889" X-Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2024 08:24:09 -0700 X-CSE-ConnectionGUID: rhXYjg8JTI22QotKs+AqDg== X-CSE-MsgGUID: uE62LD5YSzWYpActZzZVSw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,201,1708416000"; d="scan'208";a="22260508" X-Received: from shwdeopenlab102.ccr.corp.intel.com ([10.239.55.177]) by orviesa008.jf.intel.com with ESMTP; 14 Apr 2024 08:24:07 -0700 From: "Jason Lou" To: devel@edk2.groups.io Cc: Jason Lou , Liming Gao , Star Zeng , Zhichao Gao Subject: [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade for SMBIOS Type4 Date: Sun, 14 Apr 2024 23:24:00 +0800 Message-Id: <20240414152400.1552-2-yun.lou@intel.com> In-Reply-To: <20240414152400.1552-1-yun.lou@intel.com> References: <20240414152400.1552-1-yun.lou@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 Resent-Date: Sun, 14 Apr 2024 08:24:08 -0700 Resent-From: yun.lou@intel.com Reply-To: devel@edk2.groups.io,yun.lou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: O1C6xItKVpoxn9pg5eoKCSOBx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=p0+FCGBE; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.9 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) From: Jason Lou The patch updates SmbiosView to support new ProcessorUpgrade for SMBIOS Type4 based on SMBIOS 3.8.0. Signed-off-by: Jason Lou Cc: Liming Gao Cc: Star Zeng Cc: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 30 += ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index f57093c91c..36f8739d6c 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 - 2023, Intel Corporation. All rights reserved.
=0D + Copyright (c) 2005 - 2024, 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 @@ -670,6 +670,34 @@ TABLE_ITEM ProcessorUpgradeTable[] =3D { {=0D 0x50,=0D L"Socket LGA7529"=0D + },=0D + {=0D + 0x51,=0D + L"Socket BGA1964"=0D + },=0D + {=0D + 0x52,=0D + L"Socket BGA1792"=0D + },=0D + {=0D + 0x53,=0D + L"Socket BGA2049"=0D + },=0D + {=0D + 0x54,=0D + L"Socket BGA2551"=0D + },=0D + {=0D + 0x55,=0D + L"Socket LGA1851"=0D + },=0D + {=0D + 0x56,=0D + L"Socket BGA2114"=0D + },=0D + {=0D + 0x57,=0D + L"Socket BGA2833"=0D }=0D };=0D =0D --=20 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117723): https://edk2.groups.io/g/devel/message/117723 Mute This Topic: https://groups.io/mt/105518458/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-