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 B7809D8106C for ; Sun, 25 Feb 2024 09:06:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=MW8hghvLTtP24f97TvzjKJHL0b+SchrRLJEU8AtjcIY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id: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=1708851976; v=1; b=VXnVeVtzl31flMw+kbIqIDdsGzJq6WV20NDYDDHpzbwr2ZLw1FD40vfBTRBUPP/M+3gw8B/+ 2PTrxwNc6k8uEJoPMky8qX+HbWqbX47ebvxY9/iCAKyMhmngH+dBz6G6x6fwCYkpfHpXs5u16sP NYRUep0VC2KrjmvX/8XTRRq0= X-Received: by 127.0.0.2 with SMTP id 7h7SYY7687511xTYXSlolavI; Sun, 25 Feb 2024 01:06:16 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mx.groups.io with SMTP id smtpd.web10.36038.1708851975443840379 for ; Sun, 25 Feb 2024 01:06:15 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10994"; a="6961266" X-IronPort-AV: E=Sophos;i="6.06,183,1705392000"; d="scan'208";a="6961266" X-Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2024 01:06:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,183,1705392000"; d="scan'208";a="6343235" X-Received: from shwdeopenlab102.ccr.corp.intel.com ([10.239.55.177]) by fmviesa010.fm.intel.com with ESMTP; 25 Feb 2024 01:06:12 -0800 From: "Jason Lou" To: devel@edk2.groups.io Cc: Jason Lou , Zhiguang Liu , Dandan Bi , Star Zeng , Zhichao Gao , Benny Lin , Gua Guo , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v4 1/2] MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4 Date: Sun, 25 Feb 2024 17:06:08 +0800 Message-Id: <20240225090609.2796-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 Reply-To: devel@edk2.groups.io,yun.lou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: pBS8TWryreU5jhVFR3p0ShbZx7686176AA= 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=VXnVeVtz; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 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 adds new ProcessorFamily definitions for SMBIOS Type4 based on SMBIOS 3.8.0. 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 --- MdePkg/Include/IndustryStandard/SmBios.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 56cec615a0..bdb28fc3a3 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1,7 +1,7 @@ /** @file=0D - Industry Standard Definitions of SMBIOS Table Specification v3.7.0.=0D + Industry Standard Definitions of SMBIOS Table Specification v3.8.0.=0D =0D -Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
=0D +Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.
=0D (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
=0D (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP
=0D Copyright (c) 2022, AMD Incorporated. All rights reserved.
=0D @@ -774,7 +774,15 @@ typedef enum { ProcessorFamilyQuadCoreLoongson3B =3D 0x026E,=0D ProcessorFamilyMultiCoreLoongson3B =3D 0x026F,=0D ProcessorFamilyMultiCoreLoongson3C =3D 0x0270,=0D - ProcessorFamilyMultiCoreLoongson3D =3D 0x0271=0D + ProcessorFamilyMultiCoreLoongson3D =3D 0x0271,=0D + ProcessorFamilyIntelCore3 =3D 0x0300,=0D + ProcessorFamilyIntelCore5 =3D 0x0301,=0D + ProcessorFamilyIntelCore7 =3D 0x0302,=0D + ProcessorFamilyIntelCore9 =3D 0x0303,=0D + ProcessorFamilyIntelCoreUltra3 =3D 0x0304,=0D + ProcessorFamilyIntelCoreUltra5 =3D 0x0305,=0D + ProcessorFamilyIntelCoreUltra7 =3D 0x0306,=0D + ProcessorFamilyIntelCoreUltra9 =3D 0x0307=0D } PROCESSOR_FAMILY2_DATA;=0D =0D ///=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115921): https://edk2.groups.io/g/devel/message/115921 Mute This Topic: https://groups.io/mt/104560570/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-