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 BB49A7803D0 for ; Sat, 24 Feb 2024 00:18:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=TmOGqLXpcxXJF4jOKufd5kfo9fkrdUFPEEqs0TmKecA=; 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=1708733928; v=1; b=PAZRlX5I+5cNGAem02cwEmMOc7cfyVD9NCE2gW3zvG/0MarXZiKEKP18lgI/I252JIn/tMAk l38UWVbTdE59ilFzM0NQbWb0n3CeeaLO9LSsJixU+Xvds1DMJJiJuOxVssyfAOaeD73rYPdx/KE EaFZRrHJyae3vgoUP0Tz5pgM= X-Received: by 127.0.0.2 with SMTP id VLPiYY7687511x3Idk9fioMD; Fri, 23 Feb 2024 16:18:48 -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.10158.1708733927067342177 for ; Fri, 23 Feb 2024 16:18:47 -0800 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id A9FF4A32E061 for ; Sat, 24 Feb 2024 08:18:44 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 8FA99A32E04E for ; Sat, 24 Feb 2024 08:18:44 +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 A3B10A32E00F for ; Sat, 24 Feb 2024 08:18:41 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.93.194.54]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Sat, 24 Feb 2024 08:18:41 +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: , Cc: "'Zhiguang Liu'" , "'Dandan Bi'" , "'Star Zeng'" , "'Zhichao Gao'" , "'Benny Lin'" , "'Gua Guo'" , "'Michael D Kinney'" References: <20240223161105.2685-1-yun.lou@intel.com> In-Reply-To: <20240223161105.2685-1-yun.lou@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYzXSBNZGVQa2cvU21CaW9zLmg6IEFkZCBOZXcgUHJvY2Vzc29yRmFtaWx5IGRlZmluaXRpb25zIGZvciBTTUJJT1MgVHlwZTQ=?= Date: Sat, 24 Feb 2024 08:18:40 +0800 Message-ID: <00d401da66b7$04f3b620$0edb2260$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQKACPDrcd7RBmiML1fHAyHxkrOx7a/NXAOw 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: UweU18youVu57zpWVUVIpVtDx7686176AA= 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=PAZRlX5I; 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 Please separate it to two commits. One is for MdePkg, another is for ShellPkg.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Jason Lou > =B7=A2=CB=CD=CA=B1=BC=E4: 2024=C4=EA2=D4=C224=C8=D5 0:11 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jason Lou ; Zhiguang Liu ; > Dandan Bi ; Star Zeng ; Zhichao > Gao ; Benny Lin ; Gua Guo > ; Michael D Kinney ; > Liming Gao > =D6=F7=CC=E2: [edk2-devel] [PATCH v3] MdePkg/SmBios.h: Add New ProcessorF= amily > definitions for SMBIOS Type4 >=20 > From: Jason Lou >=20 > The patch adds new ProcessorFamily definitions for SMBIOS Type4 based on > SMBIOS 3.8.0. >=20 > Signed-off-by: Jason Lou > Cc: Zhiguang Liu > Cc: Dandan Bi > Cc: Star Zeng > Cc: Zhichao Gao > Cc: Benny Lin > Cc: Gua Guo > Cc: Michael D Kinney > Cc: Liming Gao > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | > 34 +++++++++++++++++++- > MdePkg/Include/IndustryStandard/SmBios.h > | 14 ++++++-- > 2 files changed, 44 insertions(+), 4 deletions(-) >=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 > diff --git a/MdePkg/Include/IndustryStandard/SmBios.h > b/MdePkg/Include/IndustryStandard/SmBios.h > index 56cec615a0..bdb28fc3a3 100644 > --- a/MdePkg/Include/IndustryStandard/SmBios.h > +++ b/MdePkg/Include/IndustryStandard/SmBios.h > @@ -1,7 +1,7 @@ > /** @file >=20 > - Industry Standard Definitions of SMBIOS Table Specification v3.7.0. >=20 > + Industry Standard Definitions of SMBIOS Table Specification v3.8.0. >=20 >=20 >=20 > -Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
>=20 > +Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.
>=20 > (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
>=20 > (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP
>=20 > Copyright (c) 2022, AMD Incorporated. All rights reserved.
>=20 > @@ -774,7 +774,15 @@ typedef enum { > ProcessorFamilyQuadCoreLoongson3B =3D 0x026E, >=20 > ProcessorFamilyMultiCoreLoongson3B =3D 0x026F, >=20 > ProcessorFamilyMultiCoreLoongson3C =3D 0x0270, >=20 > - ProcessorFamilyMultiCoreLoongson3D =3D 0x0271 >=20 > + ProcessorFamilyMultiCoreLoongson3D =3D 0x0271, >=20 > + ProcessorFamilyIntelCore3 =3D 0x0300, >=20 > + ProcessorFamilyIntelCore5 =3D 0x0301, >=20 > + ProcessorFamilyIntelCore7 =3D 0x0302, >=20 > + ProcessorFamilyIntelCore9 =3D 0x0303, >=20 > + ProcessorFamilyIntelCoreUltra3 =3D 0x0304, >=20 > + ProcessorFamilyIntelCoreUltra5 =3D 0x0305, >=20 > + ProcessorFamilyIntelCoreUltra7 =3D 0x0306, >=20 > + ProcessorFamilyIntelCoreUltra9 =3D 0x0307 >=20 > } PROCESSOR_FAMILY2_DATA; >=20 >=20 >=20 > /// >=20 > -- > 2.39.1.windows.1 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#115890): > https://edk2.groups.io/g/devel/message/115890 > Mute This Topic: https://groups.io/mt/104530890/4905953 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=20 -=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 (#115900): https://edk2.groups.io/g/devel/message/115900 Mute This Topic: https://groups.io/mt/104539744/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-