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 26C727803DA for ; Mon, 26 Feb 2024 13:33:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KFbgfl/d8yStACRvhjYTV3OiNqEPfa4ktqWjSr9tkd0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1708954389; v=1; b=mT4DsaAfr1LOVwNNQ8xWOI6MRkXh3G9DUsmteIzfzOkmYSzFffKXVt4YY/yl3C/G+CdwI+h4 1yzTG6ZTIFMv1447/k0EzVS/a7H2DILSbcKmCy2iSralZ2KxDp1ZQe2Pvz1Rxs29SDKnSk+k1sY TWrN6YBfPFkf46OJbnH/rL+k= X-Received: by 127.0.0.2 with SMTP id Du5xYY7687511xJ26LSqodTQ; Mon, 26 Feb 2024 05:33:09 -0800 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.20045.1708954388816691273 for ; Mon, 26 Feb 2024 05:33:09 -0800 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id F053CA32E0C1 for ; Mon, 26 Feb 2024 21:33:05 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id DDBCAA32E0AB for ; Mon, 26 Feb 2024 21:33:05 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 2FB0EA32E096 for ; Mon, 26 Feb 2024 21:33:02 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.93.194.54]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Mon, 26 Feb 2024 21:33:01 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.93.194.54 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: "'Jason'" , Cc: "'Zhichao Gao'" References: <20240225090609.2796-1-yun.lou@intel.com> <20240225090609.2796-2-yun.lou@intel.com> In-Reply-To: <20240225090609.2796-2-yun.lou@intel.com> Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BBVENIIHY0IDIvMl0gU2hlbGxQa2cvU21iaW9zVmlldzogU3VwcG9ydCBOZXcgUHJvY2Vzc29yRmFtaWx5IGZvciBTTUJJT1MgVHlwZTQ=?= Date: Mon, 26 Feb 2024 21:33:01 +0800 Message-ID: <025901da68b8$52369170$f6a3b450$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQE3ttBmvz9x+UXMUzdvzSgCMksXIwF3KdZVslZJsKA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: IBQcWGdiwUnIn9QWmkUWLswPx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=mT4DsaAf; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Jason > =B7=A2=CB=CD=CA=B1=BC=E4: 2024=C4=EA2=D4=C225=C8=D5 17:06 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jason Lou ; Liming Gao > ; Zhichao Gao > =D6=F7=CC=E2: [PATCH v4 2/2] ShellPkg/SmbiosView: Support New ProcessorFa= mily for > SMBIOS Type4 >=20 > From: Jason Lou >=20 > The patch updates SmbiosView to support new ProcessorFamily for SMBIOS > Type4 based on SMBIOS 3.8.0. >=20 > Signed-off-by: Jason Lou > Cc: Liming Gao > Cc: Zhichao Gao > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | > 34 +++++++++++++++++++- > 1 file changed, 33 insertions(+), 1 deletion(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c > index 4f29eedc58..f96317b314 100644 > --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c > +++ > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c > @@ -1,7 +1,7 @@ > /** @file >=20 > Module for clarifying the content of the smbios structure element > information. >=20 >=20 >=20 > - Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
>=20 > + Copyright (c) 2005 - 2024, Intel Corporation. All rights reserved.
>=20 > Copyright (c) 1985 - 2022, American Megatrends International LLC.
>=20 > (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
>=20 > (C) Copyright 2015-2019 Hewlett Packard Enterprise Development > LP
>=20 > @@ -2678,6 +2678,38 @@ DisplayProcessorFamily2 ( > Print (L"MultiCoreLoongson3D\n"); >=20 > break; >=20 >=20 >=20 > + case 0x300: >=20 > + Print (L"IntelCore3\n"); >=20 > + break; >=20 > + >=20 > + case 0x301: >=20 > + Print (L"IntelCore5\n"); >=20 > + break; >=20 > + >=20 > + case 0x302: >=20 > + Print (L"IntelCore7\n"); >=20 > + break; >=20 > + >=20 > + case 0x303: >=20 > + Print (L"IntelCore9\n"); >=20 > + break; >=20 > + >=20 > + case 0x304: >=20 > + Print (L"IntelCoreUltra3\n"); >=20 > + break; >=20 > + >=20 > + case 0x305: >=20 > + Print (L"IntelCoreUltra5\n"); >=20 > + break; >=20 > + >=20 > + case 0x306: >=20 > + Print (L"IntelCoreUltra7\n"); >=20 > + break; >=20 > + >=20 > + case 0x307: >=20 > + Print (L"IntelCoreUltra9\n"); >=20 > + break; >=20 > + >=20 > default: >=20 > ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN > (STR_SMBIOSVIEW_PRINTINFO_UNDEFINED_PROC_FAMILY), > gShellDebug1HiiHandle); >=20 > } >=20 > -- > 2.39.1.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 (#115956): https://edk2.groups.io/g/devel/message/115956 Mute This Topic: https://groups.io/mt/104581677/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-