From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50117+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50117+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087939; cv=none; d=zoho.com; s=zohoarc; b=U5wH3Y/EzEENcU2fG5S0JhDJRRlFtkIkalFX70+BQef/fEaccKY5OgbKoCqY+uUxjQrBwknuMJ4C/plYpQWSVUPAz3XO92dQGy8oR4izZTo/TX2TWtlU1vzhwG6Bd7T92/JlYiPScdYqb5Rf3bYuCFKkvGNmTBeJ1ul8/DC8v/w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087939; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=tG5/iK2XGqPPWXMpLny52VvPAT7rmG9S3uEyBktPPeI=; b=cGn0fr1TFnyhRb1nwkjavx2uPFCmOfqapBwisP4KVykvjORmWvZK+6a07Wf2Wr4Nhnk3griRNGSsAPrGe0iLXGThBeb3xs3QycCJFl1RxEj5caBS08N15dAG64KawRxQbmCQeUks5VB5yUScZk8O39u3D7N9yId8gPNrjSXH0MU= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50117+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087939389133.07442024526404; Wed, 6 Nov 2019 16:52:19 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:19 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:18 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879409" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:17 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V3 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9 Date: Thu, 7 Nov 2019 08:51:55 +0800 Message-Id: <20191107005202.11844-2-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087939; bh=UXBLylNSFgHT8RM4TJo5n9apm+vOVKHZ1l6wwM0+E+k=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=O6VCkEUAEVjBqDjg2m0iiQEzV4bG04ihpGo85bjCM8tKosw3Cm/i+RZEj/1RbVTDoGi LK2bOHQ5SXBqY8lS0mojBMw0PaXjTPsR7fLHz5nvdN0iQLimnQmOfZLqYBIBxqbQTNg8L qmtrm++L8cD4Nyx/RgTQMW01iKMC323oyRw= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 System Slots (Type 9): =E2=80=93 SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index f504cc84e7..0a31e37f18 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 - 2018, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2019, 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 @@ -1307,7 +1307,13 @@ typedef enum { SlotTypePciExpressGen3X2 =3D 0xB3, SlotTypePciExpressGen3X4 =3D 0xB4, SlotTypePciExpressGen3X8 =3D 0xB5, - SlotTypePciExpressGen3X16 =3D 0xB6 + SlotTypePciExpressGen3X16 =3D 0xB6, + SlotTypePciExpressGen4 =3D 0xB8, + SlotTypePciExpressGen4X1 =3D 0xB9, + SlotTypePciExpressGen4X2 =3D 0xBA, + SlotTypePciExpressGen4X4 =3D 0xBB, + SlotTypePciExpressGen4X8 =3D 0xBC, + SlotTypePciExpressGen4X16 =3D 0xBD } MISC_SLOT_TYPE; =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 (#50117): https://edk2.groups.io/g/devel/message/50117 Mute This Topic: https://groups.io/mt/44839675/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50118+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50118+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087940; cv=none; d=zoho.com; s=zohoarc; b=Ne7YC/FiqLtjlxk6JYB6nioTeRXrwPgCBWjbUJabtdAKmTL90aL9h7sNG3GiXL1xglAuu/knu7TqHEDcQwxLHuknp9qzxR8Z+GbFqG5SkKG9D+oDPYhwf2qNnLpslj4nefZ/r4fTioaK3BWJFsk/kK4vXcDQ50bXU92P6mKxN0w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087940; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=4vYB5hGAloi7/QeQjK9RnYVK/765WJFfQGRGcZhqjZA=; b=FVcmbDSqQZ58B7MPOkwYsW9JhUXv5f44kkIcEAWWAJ3j7PWKLnlQxbIhk7z3e5PdkJQZ0eOxWmCbrSI7JUvBYdjmblKUzNLZaDHSMuspvmc8K9+dtUboZYBb59jYzCFhKdvXrSXcUbX03Lk5/P3zNnxK3KovDFCA3mg0yTfZFgI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50118+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087940827269.99652661176833; Wed, 6 Nov 2019 16:52:20 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:20 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:19 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879436" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:18 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V3 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus Date: Thu, 7 Nov 2019 08:51:56 +0800 Message-Id: <20191107005202.11844-3-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087940; bh=hR6iFgv4/sPp/VNP04Egvudc2YYH5T+auFV3P3v0aZQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=c0aeSpPYjYzFu53ntjVH+7er1hgQsbS0kZgdbM1j0WdLBnH6AMfsCscSDdllTwzPuzK BSVGsEGNuw8zP+nE9nKuxgkDM2neYjmPuBLKjydszUIVUSZsFpnrOCciwJlx25BExFnkB bBS1FhK/UidOau4JMcv5iG0S4GVokzn5RdA= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Various: =E2=80=93 SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 0a31e37f18..54ec837671 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1285,6 +1285,7 @@ typedef enum { SlotTypePciExpressMini52pinWithBSKO =3D 0x21, ///< PCI Express Min= i 52-pin (CEM spec. 2.0) with bottom-side keep-outs. SlotTypePciExpressMini52pinWithoutBSKO =3D 0x22, ///< PCI Express Min= i 52-pin (CEM spec. 2.0) without bottom-side keep-outs. SlotTypePciExpressMini76pin =3D 0x23, ///< PCI Express Min= i 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card. + SlotTypeCXLFlexbus10 =3D 0x30, SlotTypePC98C20 =3D 0xA0, SlotTypePC98C24 =3D 0xA1, SlotTypePC98E =3D 0xA2, @@ -1612,7 +1613,8 @@ typedef enum { MemoryArrayLocationPc98C20AddonCard =3D 0xA0, MemoryArrayLocationPc98C24AddonCard =3D 0xA1, MemoryArrayLocationPc98EAddonCard =3D 0xA2, - MemoryArrayLocationPc98LocalBusAddonCard =3D 0xA3 + MemoryArrayLocationPc98LocalBusAddonCard =3D 0xA3, + MemoryArrayLocationCXLFlexbus10AddonCard =3D 0xA4 } MEMORY_ARRAY_LOCATION; =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 (#50118): https://edk2.groups.io/g/devel/message/50118 Mute This Topic: https://groups.io/mt/44839731/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50119+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50119+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087942; cv=none; d=zoho.com; s=zohoarc; b=dg10ZbAc+syd+UM7dReg6UiCIIP9Pho4kqCmZNmUbOayn8dZX2BVgMrCD0hANDEaXHC29XxoG0uorzCuCrEC2AMKdVq87VyIovKpqjIxD1isFm9P5qw31INKMuPQNFeZquqECJGNZ8icbTgG8RdGs4nKTA/7PR69mJixzAE/NmQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087942; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=qCWBJH9FsKtqHWeUYq9X87gGm8JxTxX1nOk1BCGNvug=; b=iAI+SecbdsunOfcSY6eM6bmRf3BmO3/IEtI/hyn71iS0kAi51brC1mfGckFUwPc3NHjdeqlfuycVGn9H/gdnAJxYBiQOrWl7bhTvT/bXesbCre8+w0EEwSOTLjvBom0Y8OrVIvQyNRcXBrW0P1HZ8ugMtmq9qF4jnWbLywsjHNM= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50119+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 15730879426061008.3996486642778; Wed, 6 Nov 2019 16:52:22 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:22 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:21 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879454" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:20 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V3 3/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Add value HBM and Die for type 17 Date: Thu, 7 Nov 2019 08:51:57 +0800 Message-Id: <20191107005202.11844-4-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087942; bh=JDXnGKFjzmSBd14D3vnpjUYpSUUA897INol5urQyeWw=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=w/rJPaLu3KcOeo9sMhSkTLxBgNWiqyLA1XyNrnexsze7UJdF5d6IFgg7e9wNH9iBWd3 nzhd1vQCWt2hvA1CnHxZq23QKmUmYY47zi3leh9o5SB6+GOHulcLsrIFz2w6vTvWci+IG VJpvgC4u92pqTUFOzmPMIu3TGfyLclts53s= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): =E2=80=93 SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 54ec837671..9aa8cf3e72 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1681,7 +1681,8 @@ typedef enum { MemoryFormFactorRimm =3D 0x0C, MemoryFormFactorSodimm =3D 0x0D, MemoryFormFactorSrimm =3D 0x0E, - MemoryFormFactorFbDimm =3D 0x0F + MemoryFormFactorFbDimm =3D 0x0F, + MemoryFormFactorDie =3D 0x10 } MEMORY_FORM_FACTOR; =20 /// @@ -1715,7 +1716,9 @@ typedef enum { MemoryTypeLpddr2 =3D 0x1C, MemoryTypeLpddr3 =3D 0x1D, MemoryTypeLpddr4 =3D 0x1E, - MemoryTypeLogicalNonVolatileDevice =3D 0x1F + MemoryTypeLogicalNonVolatileDevice =3D 0x1F, + MemoryTypeHBM =3D 0x20, + MemoryTypeHBM2 =3D 0x21 } MEMORY_DEVICE_TYPE; =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 (#50119): https://edk2.groups.io/g/devel/message/50119 Mute This Topic: https://groups.io/mt/44839771/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50120+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50120+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087943; cv=none; d=zoho.com; s=zohoarc; b=GnuKjZup3woF+fMHyidzuggcn/NHYQlj7xmN++rPd1s9dMeiY3f/1QZz26uDXk21DXrYl7wmH3IJMaAYZ1/eCBbv8Igk7x4CtwxsRwmj7NRyIVr2/PEDc+X/YIiopsvz0DvGcUIoVpOckXribKhVxv3RipLBZHA8df+kIhN//WI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087943; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=gVmjlDxfqbRLd0uWb5e4QXDhmLlN215t1LZxxKC8DaA=; b=IYTd/Mg2q7DcnEz0Ydt/yQTUifS7285u0nMcNLqvfdW8O/Rb3sMzecKSPs3Jqym/RarlU22vgvEcgLMxPOe75fML1KiWZvUEMXyJDtEzdOLV1a6CpasUksFXj6USNX4AumiNLprXyI3zaIo+locpq0IF/w1TlLE4GBxNMTnrk3k= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50120+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 157308794337349.03036785205359; Wed, 6 Nov 2019 16:52:23 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:23 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:22 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879460" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:21 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V3 4/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string Date: Thu, 7 Nov 2019 08:51:58 +0800 Message-Id: <20191107005202.11844-5-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087943; bh=EvmtVQawkgEdWe7WkFb/Xtri4JnJMJ+vfzM/rqbe5eI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=AJGxBw4KeBrEPYHhBwWZWQCL05pxZj6fVGWWfDFuGF0eETeY1w2hziOQ6xhWtnS0EAM 85Z4XgTc8E7pnHp7pfGDsZruxsG31KBA4Pv/XBhyokbpP+bh851up5Hzu79JV8KDIMOA0 nfWTg8TQtIo1Nul4b9pFj6VdLD1llQXxxjw= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): =E2=80=93 SMBIOSCR00179: update the string for Intel persistent memory Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Signed-off-by: Zhichao Gao Reviewed-by: Liming Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/Indu= stryStandard/SmBios.h index 9aa8cf3e72..8b3c4d7ba9 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1753,6 +1753,10 @@ typedef enum { MemoryTechnologyNvdimmN =3D 0x04, MemoryTechnologyNvdimmF =3D 0x05, MemoryTechnologyNvdimmP =3D 0x06, + // + // This definition is updated to represent Intel + // Optane DC Presistent Memory in SMBIOS spec 3.3.0 + // MemoryTechnologyIntelPersistentMemory =3D 0x07 } MEMORY_DEVICE_TECHNOLOGY; =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 (#50120): https://edk2.groups.io/g/devel/message/50120 Mute This Topic: https://groups.io/mt/44839808/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50121+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50121+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087944; cv=none; d=zoho.com; s=zohoarc; b=RgjtG5spSCgfwbDQW9hXn2E7lkXGoUqOqY0kNKpkkfT2kSwLP3wyVIrMt6oeuezJV/q5HiDfRrSWCh2KBG07+hWOMyDmEgCYPI2fgtewVcxXrFCo0v7kYLwaagwjW/ZtlPPM6qT57SOUUST8pNvteecGYlc8yOqofo1POTxUyDk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087944; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=4cYLvP1tVi5ERC2Pp7XpZTlXcC90fzaYml3JTYg0fNY=; b=lXlYqSMMX/qj2xqRXsI9+CjiMg1i89LhgndmEQtsUwBvNzgfN/+3IaTVi+z1no+if2ZYBb3+wuk0LW6ZMbKiOmAynNl1QUwe3GVE789l9maAZwUkr36tDHzJTJMwShYFJB8tc39DTPxl6JhskTHKpcHugN7ZY8UG2gFmcgBLr+8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50121+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087944943543.554055928356; Wed, 6 Nov 2019 16:52:24 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:24 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:24 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879475" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:22 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V3 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9 Date: Thu, 7 Nov 2019 08:51:59 +0800 Message-Id: <20191107005202.11844-6-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087944; bh=rEXouZ8UKYMRfkxE7rI1Zc06u/9DkfpzcNUspxnLaDk=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=a9XNAEgE/md+zw79XP/YX4Fkv3ri8XfIMOXsiBgE/PYtIpYtGM5bkK8lG9+JCUW8wzY KYt+r1EA1pXnRUtwiG7zVAdZO+yV13FjceCDI70jbBcinVgOXR0ozRsJLYShHki1mOFz6 u3Qs54oV98hwDkibSQgBo5hhOIjS1DnArfc= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 System Slots (Type 9): =E2=80=93 SMBIOSCR00184: add PCI Express Gen 4 values Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 26 ++++++++++++++++++= +++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index fdb7a47d33..3ba44c282e 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2,7 +2,7 @@ Build a table, each item is (Key, Info) pair. And give a interface of query a string out of a table. =20 - Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.
(C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -1523,6 +1523,30 @@ TABLE_ITEM SystemSlotTypeTable[] =3D { { 0xB6, L"PCI Express Gen 3 X16" + }, + { + 0xB8, + L"PCI Express Gen 4" + }, + { + 0xB9, + L"PCI Express Gen 4 X1" + }, + { + 0xBA, + L"PCI Express Gen 4 X2" + }, + { + 0xBB, + L"PCI Express Gen 4 X4" + }, + { + 0xBC, + L"PCI Express Gen 4 X8" + }, + { + 0xBD, + L"PCI Express Gen 4 X16" } }; =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 (#50121): https://edk2.groups.io/g/devel/message/50121 Mute This Topic: https://groups.io/mt/44839853/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50122+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50122+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087946; cv=none; d=zoho.com; s=zohoarc; b=Vjk8ttxrUIn+zSKzTy3jWQOJUcwapDylKSD/NLnYiNkBK09Udoy+WaPuBBdxa1LjuecWy7upXpOFAyS0sY5b3Sq/z17ruFY6Y3QIsSP8r6+iasRld84M5QUq3mXVAXKHmRtR2rkylllEnGg+vEch/28xusit+xiCjTsbRxT+y3w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087946; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=q8tidOTp38fNb8K3i7DybaRE2CO3+kuQTXjk4Bn7evo=; b=PkijBx7gRcjOr7znFD+OMQr2f77PbC1AQ9qswtNEH5MwOborneLToqAD7s1SIYFFDTrsnngt7zIyXnPwUAqpB/iGiRth0AQkCUJGmngyB9cUD317fSpM2KZ6ICt7vd8L/xBjlmuhNEgat4OOc/6cZ54ySj+UukYqQHyt3f3dteE= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50122+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087946080702.3953174955101; Wed, 6 Nov 2019 16:52:26 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:25 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:25 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879486" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:24 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V3 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus Date: Thu, 7 Nov 2019 08:52:00 +0800 Message-Id: <20191107005202.11844-7-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087945; bh=vfUNE5MyeHFolLiwDlMWhgHgg092znmrte8PjtOE6T0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=HaHP5/8Jo5pa+/t3WiZ2k+hDvJYH5Mcup8kr3fhy0P+8L0oui3e1r2fINkBUy9ZT0Up nR/ZIOuNMnbUN4/ZuFZQW61ex76AXZuM7H2+1GTUoeSMiZi6crWvLvcBPJ8m+4+Eb6q9F /wkWzT09ghJ6F5/2b9DDr3fDBPCUzyQc/wI= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Various: =E2=80=93 SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 8 ++++= ++++ 1 file changed, 8 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 3ba44c282e..086be40794 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -1432,6 +1432,10 @@ TABLE_ITEM SystemSlotTypeTable[] =3D { 0x23, L"PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini = card" }, + { + 0x30, + L"CXL Flexbus 1.0" + }, { 0xA0, L"PC-98/C20 " @@ -2290,6 +2294,10 @@ TABLE_ITEM PMALocationTable[] =3D { { 0xA3, L" PC-98/Local bus add-on card" + }, + { + 0xA4, + L" CXL Flexbus 1.0 add-on card" } }; =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 (#50122): https://edk2.groups.io/g/devel/message/50122 Mute This Topic: https://groups.io/mt/44839896/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50123+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50123+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087947; cv=none; d=zoho.com; s=zohoarc; b=bMNsRVX+dO0E4i5YviERpqXCrDqgttjZBHNsh45sWWANfc8nSCCz3edbkydLwZIF8HVF4JIOp3M9IReCnf9zgbFEfSNQW3a91NAURmnrk93Ao0n52i6n9Sy5qFO2Bxoo+U39ASVmjzN7TWBwieCBca3csvO/vYfKSXa2WgD1CgM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087947; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=eG7WRnj4ckq2I9AJq4bu1nz1O3AnOJ1FJM3K0Y2Thsg=; b=P45H6qBAWiQu9do/TOFDIh+3TKg9VourNayXLoNf2dfq7VvlmTqLbiJReYYzVGfPg33+JBdnr2JSjfUyeGI2VCpvLjOEfGgUB2FSWx7Fpis/Yl0RE2u3JvV+UvfirfXXJpoIi6XQMnrhNPZo5O/zr4RJmcbH5NiXMvgfGBg/NB8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50123+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087947334252.81792248655256; Wed, 6 Nov 2019 16:52:27 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:27 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:26 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879495" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:25 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V3 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17 Date: Thu, 7 Nov 2019 08:52:01 +0800 Message-Id: <20191107005202.11844-8-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087947; bh=Ys+Hrfgi87hQMvFFvg/1maDUW9Dc9zow0MC5UUQMf88=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Udo9tIGuuxj3nEFPPmzsqcNupYTCbKfevdiJ3Y/cX32cJEGVdW4wZImZEMnEDGCq/8s YyCD9QdsZq1+XiqlIDE5zXskT/GV8yBOQRZo/rq7+O99pQzeKoLW4a+IMAj190eaSBlUF vZx28cxtLMHkZOhO7tqBl/HJfNRg7rfUECc= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): =E2=80=93 SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 12 ++++++++= ++++ 1 file changed, 12 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 086be40794..b15de97248 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2423,6 +2423,10 @@ TABLE_ITEM MemoryDeviceFormFactorTable[] =3D { { 0x0F, L" FB-DIMM" + }, + { + 0x10, + L" Die" } }; =20 @@ -2538,6 +2542,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] =3D { { 0x1F, L" Logical non-volatile device" + }, + { + 0x20, + L" HBM (High Bandwidth Memory)" + }, + { + 0x21, + L" HBM2 (High Bandwidth Memory Generation 2)" } }; =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 (#50123): https://edk2.groups.io/g/devel/message/50123 Mute This Topic: https://groups.io/mt/44839932/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- From nobody Fri Mar 29 07:48:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50124+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50124+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573087948; cv=none; d=zoho.com; s=zohoarc; b=oS1TBmkrBUR/GMwkoDBTFwvNMVvoLo68W6jBsibOrcDznFf2vIsEb1Uri+68RT1ajle4dCtlwcdhY+3YCDWZ1I5hTbmOLYwokezFelwZDa6fv9vE7JJ6XHeF4eyRJN7ndUs2r3fpZMeN64q1vgcxFgUhpKxAAUkpDvpPJ1pHPQo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573087948; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=Sk+LLUWuIC8y45l7kzN/ASQiO1N3a5ZNmsDHqVORvR4=; b=a7kxtyctwFZqXX31g0HNbP32Zg8qJaqMfZal/v/XmeUeG3X4yrp7+qIPgTqE8NTEe9mrfjyA+JxZktk6rEeo66eqb7mWzHSJxJL8LHi2dHJcerOyWpXMFjM9DP8UY9MIuwf2/AqbyENcWxl898gQMTcaqT/WdmG2LI+5UK3q00s= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50124+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573087948740832.57638995115; Wed, 6 Nov 2019 16:52:28 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 06 Nov 2019 16:52:28 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1179.1573087937087027705 for ; Wed, 06 Nov 2019 16:52:27 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 16:52:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="200879525" X-Received: from gaozhic-mobl.ccr.corp.intel.com ([10.249.173.67]) by fmsmga008.fm.intel.com with ESMTP; 06 Nov 2019 16:52:26 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V3 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory" Date: Thu, 7 Nov 2019 08:52:02 +0800 Message-Id: <20191107005202.11844-9-zhichao.gao@intel.com> In-Reply-To: <20191107005202.11844-1-zhichao.gao@intel.com> References: <20191107005202.11844-1-zhichao.gao@intel.com> MIME-Version: 1.0 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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573087948; bh=avWMCqtas1tM4QApepjbntaTUGRDOxrXuJoh83yDCZ0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=P7zfwSYfDRA2Bhp5p9k+hq2eRPXe1CSqcIwYFWvfMUlHw0GwzHonpKGNRHtmtAd7O2O Zx6gWWr3wI83A/J+Tdy5TYQNbtWO97YomnNJq12B6koEELRnDlfpAUECPUsDvZiHQ7N3w /Lro3uQ4Pe81+bvwE0OPkWP/o7zq2ycIO/M= X-ZohoMail-DKIM: pass (identity @groups.io) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): =E2=80=93 SMBIOSCR00179: update the string for Intel persistent memory Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index b15de97248..7e37028d72 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2639,7 +2639,7 @@ TABLE_ITEM MemoryDeviceMemoryTechnologyTable[] =3D { }, { 0x07, - L" Intel persistent memory" + L" Intel Optane DC Persistent Memory" } }; =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 (#50124): https://edk2.groups.io/g/devel/message/50124 Mute This Topic: https://groups.io/mt/44839966/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-