From nobody Fri Apr 26 17:38:32 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+96432+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+96432+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1668610297; cv=none; d=zohomail.com; s=zohoarc; b=Dh9hibvlA86ysaaqOhlIz7q5Ti2RCDrhY/qiQOY66pErk7m+DHhUtlspybWGzZInQQz0fjNfW2ZZNbe461s2wUhv6sjWpNUs/OEskEe3s8PTChB7DvZc8MskdoNyaZcIqF4dMyzyZtZvHEYSykCNsRjXkOsDfE1sjxcZSEHjdVU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1668610297; 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=/LUuGH6K5IwU5QVoICNGfSkaRHpGt/hs8dlBrDuu0SA=; b=M0JB41PoUuXYzELdyu5o/s3Yvly5JOmAenzOyR+PkxurAKltLobvfMHWQbyh3b4nuCpbZdVUPZWc99KrfnOgsiTUggjMzINpO5K2hYpMTwDoUQElwst5VoHGFP2Hulq/gv0cxugoeHHk6olmQ0/XArPRJRbm8tPqZ50slAqY3K4= 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+96432+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 166861029761976.99466936022225; Wed, 16 Nov 2022 06:51:37 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id rR93YY1788612xJeDNfEM1fq; Wed, 16 Nov 2022 06:51:37 -0800 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.3848.1668581505453005352 for ; Tue, 15 Nov 2022 22:51:45 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="398755670" X-IronPort-AV: E=Sophos;i="5.96,167,1665471600"; d="scan'208";a="398755670" X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2022 22:51:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="781646269" X-IronPort-AV: E=Sophos;i="5.96,167,1665471600"; d="scan'208";a="781646269" X-Received: from shwdejointd411.ccr.corp.intel.com ([10.239.216.136]) by fmsmga001.fm.intel.com with ESMTP; 15 Nov 2022 22:51:44 -0800 From: "JuX Zhang" To: devel@edk2.groups.io Cc: Zhichao Gao , Jiaxin Wu Subject: [edk2-devel] [PATCH] ShellPkg: Update ProcessorUpgradeTable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4156 Date: Wed, 16 Nov 2022 14:51:41 +0800 Message-Id: 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,jux.zhang@intel.com X-Gm-Message-State: TX0oJTD9TnOAUv7pASpoGqHUx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1668610297; bh=n4rsbcMfVa6vFbeshB6hiajj2yzDzg/yCa01Z/BVMCE=; h=Cc:Date:From:Reply-To:Subject:To; b=FwokNn8lDq+e8PoY5bVcq04Oj83vAe+0gHXOgiYH3snlrKnNikYoZBn84UyWwJqvCnY xPm+xbq2JKdB1aeYnRN/6k7dMZt9QVyE13hF/wNhIK547eAdl2oQgCRjze27JAhsIz53/ VdN1i+qSSJ7Df2ryigb9o9WWsMxCxKojaKU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1668610297841100001 Content-Type: text/plain; charset="utf-8" Refer to the latest SMBIOS v3.6, SMBIOS Socket not completely defined. SMBIOS v3.6: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.6.0.= pdf Signed-off-by: JuX Zhang Cc: Zhichao Gao Cc: Jiaxin Wu Reviewed-by: Jiaxin Wu Reviewed-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 2e62ae3a34f8..edb46817e422 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -601,6 +601,42 @@ TABLE_ITEM ProcessorUpgradeTable[] =3D { { 0x3F, L"Socket LGA4677" + }, + { + 0x40, + L"Socket LGA1700" + }, + { + 0x41, + L"Socket BGA1744" + }, + { + 0x42, + L"Socket BGA1781" + }, + { + 0x43, + L"Socket BGA1211" + }, + { + 0x44, + L"Socket BGA2422" + }, + { + 0x45, + L"Socket LGA1211" + }, + { + 0x46, + L"Socket LGA2422" + }, + { + 0x47, + L"Socket LGA5773" + }, + { + 0x48, + L"Socket BGA5773" } }; =20 --=20 2.26.2.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 (#96432): https://edk2.groups.io/g/devel/message/96432 Mute This Topic: https://groups.io/mt/95067602/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-