From nobody Thu Apr 25 06:54:17 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+54028+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+54028+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 1581064666003975.9392124528633; Fri, 7 Feb 2020 00:37:46 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id XXtVYY1788612xn4rQICrS27; Fri, 07 Feb 2020 00:37:45 -0800 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web10.1786.1581064664723627216 for ; Fri, 07 Feb 2020 00:37:44 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2020 00:37:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,412,1574150400"; d="scan'208";a="432498529" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.255.29.191]) by fmsmga006.fm.intel.com with ESMTP; 07 Feb 2020 00:37:41 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Matthew Carlson , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH V2] MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0 type17 Date: Fri, 7 Feb 2020 16:37:25 +0800 Message-Id: <20200207083725.13080-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: 0YMAXH9l5HAzqlbXERBzxq5Wx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1581064665; bh=ewrwyUwYCwXbobLTRRdevp/FcsAmgcVboA5gC3JxhoM=; h=Cc:Date:From:Reply-To:Subject:To; b=g705r2jhv27N2cEpYjdTVVuhI0wmW8/zrfz8sTrr4dqScIog6P1fQrqXn3ko9PP6aq0 Qn7Dj4Xs2mVeo+0FItdlA4eG6vzxRJJF85ZiQ3jC2qmaoAlfRTydYo3MlfnaQHIPUw9Ky /JWzBTVxD02FiBQjnUFBPGCvxhH+Agj+vyk= 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 in some operating systems. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao Reviewed-by: Liming Gao --- V2: 1. fix some typo. 2. Do not update the copyright. MdePkg/Include/IndustryStandard/SmBios.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 8b3c4d7ba9..def874be28 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -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 (#54028): https://edk2.groups.io/g/devel/message/54028 Mute This Topic: https://groups.io/mt/71047467/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-