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 9CAA5D8095A for ; Fri, 8 Sep 2023 11:04:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=EcS7GkRFV7mLF0ZxLFuDnoZE3uMEpEnzN3Xyn9Masu8=; 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-Type:Content-Transfer-Encoding; s=20140610; t=1694171069; v=1; b=lMLDLMGf0bMcf2Urn8cUDDgx7LvsV6GgpN5jmbnrkziWiPNPp8bSSVc30VAa5ZYfET5WHcWP 8Tcw8iZAjOAy9NQdq5GVxNhvHhUIuGg5HSJV0zAGhYuQZTW+Ki+1/79m7u4seFM0SAJrY2K3o3T EUwU/9qW8xaJbWBZ8wOQcqKI= X-Received: by 127.0.0.2 with SMTP id svO0YY7687511xfEmKCzSZ9b; Fri, 08 Sep 2023 04:04:29 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.36543.1694171068564899546 for ; Fri, 08 Sep 2023 04:04:28 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10826"; a="380359694" X-IronPort-AV: E=Sophos;i="6.02,236,1688454000"; d="scan'208";a="380359694" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2023 04:04:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10826"; a="771716249" X-IronPort-AV: E=Sophos;i="6.02,236,1688454000"; d="scan'208";a="771716249" X-Received: from basfe002.gar.corp.intel.com ([10.66.244.232]) by orsmga008.jf.intel.com with ESMTP; 08 Sep 2023 04:04:05 -0700 From: "Avinash" To: devel@edk2.groups.io Cc: avinashbhargava , Zhiguang Liu , Dandan Bi , Star Zeng , Zhichao Gao , Benny Lin , Gua Guo , Prakashan Krishnadas Veliyathuparambil , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family Date: Fri, 8 Sep 2023 16:33:56 +0530 Message-Id: <20230908110356.54705-1-avinash.bhargava@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,avinash.bhargava@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: FZVgTPX36ICcrWXIPdXUNfuOx7686176AA= Content-Type: text/plain; charset=UTF-8 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=lMLDLMGf; 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) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4547 Add New Intel Processor family for SMBIOS Type 4 Hex value - 16h Name - Intel=C2=AE Processor Signed-off-by: avinashbhargava Cc: Zhiguang Liu Cc: Dandan Bi Cc: Star Zeng Cc: Zhichao Gao Cc: Benny Lin Cc: Gua Guo Cc: Prakashan Krishnadas Veliyathuparambil Cc: Michael D Kinney Cc: Liming Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 89985bb4186b..acb23d556c50 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -554,6 +554,7 @@ typedef enum { ProcessorFamilyM2 =3D 0x13, ProcessorFamilyIntelCeleronM =3D 0x14, ProcessorFamilyIntelPentium4Ht =3D 0x15, + ProcessorFamilyIntel =3D 0x16, ProcessorFamilyAmdDuron =3D 0x18, ProcessorFamilyK5 =3D 0x19, ProcessorFamilyK6 =3D 0x1A, --=20 2.37.3.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 (#108443): https://edk2.groups.io/g/devel/message/108443 Mute This Topic: https://groups.io/mt/101221821/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-