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 4ABFED8094F for ; Tue, 29 Aug 2023 14:26:58 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=89Iv3HDjrPITWKSEZ0YzAr7IxlTZLZpjjkYziNTkwz8=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1693319217; v=1; b=Qfh3HoltCZJgxH3hfX8gCU21LZ437qJqZfV6mBjIMKvksE1M+JlongU7VJkF5Zn8qSypVBm3 jp/eYTZXLr4N2OXvOcwL8nRuRyYlIZBJ2k2bdnzshXloTH8PeO5GdUUR63QjTurfK26mUPm4b3o M1+t3TmW84z62X1OvywfVc44= X-Received: by 127.0.0.2 with SMTP id 0wBjYY7687511xa9nP73YUeJ; Tue, 29 Aug 2023 07:26:57 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.18789.1693319215076719771 for ; Tue, 29 Aug 2023 07:26:56 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="354894526" X-IronPort-AV: E=Sophos;i="6.02,210,1688454000"; d="scan'208";a="354894526" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2023 07:26:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10817"; a="688530201" X-IronPort-AV: E=Sophos;i="6.02,210,1688454000"; d="scan'208";a="688530201" X-Received: from scsrds0179.amr.corp.intel.com ([10.116.50.5]) by orsmga003.jf.intel.com with ESMTP; 29 Aug 2023 07:26:55 -0700 From: "Eduardo Cuevas Farfan" To: devel@edk2.groups.io Cc: Eduardo Cuevas Farfan Subject: [edk2-devel] [PATCH v3 1/2] MdePkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0 Date: Tue, 29 Aug 2023 07:26:45 -0700 Message-Id: <28e6057c26854510aebc00120a1b82d1fa23e8b8.1693318958.git.eduardo.cuevas.farfan@intel.com> In-Reply-To: References: 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,eduardo.cuevas.farfan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Maq8w4PmsZsY4EXROB7vUFEzx7686176AA= 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=Qfh3Holt; 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) This patch adds below definitions from SMBIOS 3.7.0 into Smbios.h - ProcessorUpgradeSocketAM5 - ProcessorUpgradeSocketSP5 - ProcessorUpgradeSocketSP6 - ProcessorUpgradeSocketBGA883 - ProcessorUpgradeSocketBGA1190 - ProcessorUpgradeSocketBGA4129 - ProcessorUpgradeSocketLGA4710 - ProcessorUpgradeSocketLGA7529 Signed-off-by: Eduardo Cuevas Farfan --- 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 89985bb4186b..40bdc9a937c0 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.6.0.=0D + Industry Standard Definitions of SMBIOS Table Specification v3.7.0.=0D =0D -Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
=0D +Copyright (c) 2006 - 2023, 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 @@ -863,7 +863,15 @@ typedef enum { ProcessorUpgradeSocketLGA1211 =3D 0x45,=0D ProcessorUpgradeSocketLGA2422 =3D 0x46,=0D ProcessorUpgradeSocketLGA5773 =3D 0x47,=0D - ProcessorUpgradeSocketBGA5773 =3D 0x48=0D + ProcessorUpgradeSocketBGA5773 =3D 0x48,=0D + ProcessorUpgradeSocketAM5 =3D 0x49,=0D + ProcessorUpgradeSocketSP5 =3D 0x4A,=0D + ProcessorUpgradeSocketSP6 =3D 0x4B,=0D + ProcessorUpgradeSocketBGA883 =3D 0x4C,=0D + ProcessorUpgradeSocketBGA1190 =3D 0x4D,=0D + ProcessorUpgradeSocketBGA4129 =3D 0x4E,=0D + ProcessorUpgradeSocketLGA4710 =3D 0x4F,=0D + ProcessorUpgradeSocketLGA7529 =3D 0x50=0D } PROCESSOR_UPGRADE;=0D =0D ///=0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108094): https://edk2.groups.io/g/devel/message/108094 Mute This Topic: https://groups.io/mt/101032070/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-