From nobody Thu Apr 25 01:18:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53999+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53999+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1581055681551557.45120799516; Thu, 6 Feb 2020 22:08:01 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id DUmcYY1788612xxE4S2WD50k; Thu, 06 Feb 2020 22:08:01 -0800 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.916.1581055680636325950 for ; Thu, 06 Feb 2020 22:08:00 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2020 22:07:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,411,1574150400"; d="scan'208";a="255325233" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.255.29.191]) by fmsmga004.fm.intel.com with ESMTP; 06 Feb 2020 22:07:54 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Matthew Carlson , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH] MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0 type17 Date: Fri, 7 Feb 2020 14:07:18 +0800 Message-Id: <20200207060718.22384-1-zhichao.gao@intel.com> Precedence: Bulk List-Unsubscribe: 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,zhichao.gao@intel.com X-Gm-Message-State: uE1kfzi1VH8dqKwx4s2yK0BKx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1581055681; bh=dtxZw1RxYE2EHfNR6OZ9TRwS10yh17Mf487otcJhbho=; h=Cc:Date:From:Reply-To:Subject:To; b=blfFP3CRsQF1Ldeps0NdIO+7/llbPzRhlWhA+2jQ7dMpBM/NChPVI6ruY5lLbCyhM+1 oQOlwr+7QrsG9CitekmtbkB3utuhde2UM7WZA35FkGVqS/2fq8GZyGeGLiXboE7OsX1h0 vmVyKCXLKzIgtwSj5/VCrB42EKjn2NQbmLo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Matthew Carlson REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2482 Refer to DSP0134_3.3.0.pdf, there are two additional DWORD added for type 17. One is "Extended Speed", the other is "Extended Configured Memory Speed". The lack of these field may cause strange error i some operating systems. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 8b3c4d7ba9..b5401599db 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1,7 +1,7 @@ /** @file Industry Standard Definitions of SMBIOS Table Specification v3.3.0. =20 -Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.
(C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent @@ -1843,6 +1843,11 @@ typedef struct { UINT64 VolatileSize; UINT64 CacheSize; UINT64 LogicalSize; + // + // Add for smbios 3.3.0 + // + UINT32 ExtendedSpeed; + UINT32 ExtendedConfiguredMemorySpeed; } SMBIOS_TABLE_TYPE17; =20 /// --=20 2.16.2.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 (#53999): https://edk2.groups.io/g/devel/message/53999 Mute This Topic: https://groups.io/mt/71045349/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-