From nobody Mon May 6 05:25:05 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+50488+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+50488+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611089; cv=none; d=zoho.com; s=zohoarc; b=j8Lvx462MVdeFOYasST/WTleuN4ZbFlAItkfAF1q4QxOBNWSbxfbYVnVGe3siSOyQQf1C1aRyfRSEFdbd8jvRJ481IBZKbX+4KNep8EHGpf+lYcOZDSm6juLYsyWWrmbhy5hXqmJv0SXaicxroq8QVetA5QYxf79xak/TT+0Bgk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611089; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=3e0+veC9O8rGT0IQZ07cYMyJUnuwFugSiJlFepvgKLo=; b=ULtZ9D/nmvW3OPbupE9ITjcqYB1TzbKqylWYUY2pfoOzPUgbj+17VPutuUVGx5tqSUPlzsd9zeExNBA59yGjAcEG8XEloIGE2UwrsjAlaBFtHdTq/IbUpvcU8BSXnucIb9oTh2kZb4oth7Z/3F7cLxycVufkgESKc7ochUXkzBY= 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+50488+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 1573611089212852.452376464123; Tue, 12 Nov 2019 18:11:29 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 97NHYY1788612xdFadyucw0g; Tue, 12 Nov 2019 18:11:26 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11: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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611388" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:22 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V5 1/8] MdePkg/SmBios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9 Date: Wed, 13 Nov 2019 07:41:08 +0530 Message-Id: <20191113021115.16888-2-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: qIAqke4J8LRx8NHZMD8zGk7px1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611086; bh=233Hs0ztnWeoFJ0PJOi+bKmnnXVmYCidVA2XMMrrgOc=; h=Cc:Date:From:Reply-To:Subject:To; b=mkHKXwYgEZkkGndMVIG8PUnuXNd1vB7wXAhCfru2Oa/Pa3DPDX3wQYxpcnr+YMbwr/b SkDb4b+JpmvaawH516J0ezCpnvYhNCF1plUnNSbVAM43eYnbHBunI4rvBexfqR9a/5ymn s6WGSBy8VPeW1+G0G60SpWWxmxqBcOwyPx8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 System Slots (Type 9): - 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 (#50488): https://edk2.groups.io/g/devel/message/50488 Mute This Topic: https://groups.io/mt/55064544/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 Mon May 6 05:25:05 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+50489+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+50489+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611096; cv=none; d=zoho.com; s=zohoarc; b=HGWsLszHkeRM9NOuvqVixJ7kjBWr1xHl/d0O88ByZ//GWcMrtXMZdJ97AyqEKO9R9OuaL7Kf2ZQxXEyWoteGweWEWsXI3lWySesf+dZ2YT9F+ZQPcV2Q1n8WHPCQnOnA28sMhNXEIJ6f34lLycyZAcff2CUdkbBcKUB4f9X4QSA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611096; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=uGemxLZOsW9FAQB50JiMRN2NOS3pw0Df/genWCOFhLg=; b=QPHjml7XbgePcmpeCf6Gb2+QNIJYSRfJ6lt8Zxyv9t+h09WN8vL8V5UI1K44MLCjdSW8ZlZXpuHOdsuid0aZEB5g/QGFTFG4iGcqCFCt5vD8gMRHDdlxwBVpBcpnq8nmUIrCI4t3SZuWcguxrwdVWlyOgZIhr542vO+kln+PaOI= 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+50489+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 1573611096660868.2131945681764; Tue, 12 Nov 2019 18:11:36 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 7SCDYY1788612xP6X15W2Y5f; Tue, 12 Nov 2019 18:11:33 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11:29 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611402" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:25 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V5 2/8] MdePkg/SmBios.h: SMBIOS 3.3.0 add support for CXL Flexbus Date: Wed, 13 Nov 2019 07:41:09 +0530 Message-Id: <20191113021115.16888-3-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: 2sgxQKWAPDaklMnYjl7EivWvx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611093; bh=J+7K2N1mWLMoyHjWfk7Zm5F9x6ZRv1k9zPX81CAenvo=; h=Cc:Date:From:Reply-To:Subject:To; b=kkvn744NbR+Sn4w+Mo43EJJXuQ88LvTECYsv7Ej/cBIb/exruhU1rT9zn3/t4ms8JE3 +zH/xCHK4TunHOHz1I2Z90Tcdny7hzDYibSS0q/lSiZ082ndIt9X75/nBU0W6AEYUKMrq LF/CNqGtij82PLRM0wgQldx0iflH7j7fmbc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Various: - 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 (#50489): https://edk2.groups.io/g/devel/message/50489 Mute This Topic: https://groups.io/mt/55064602/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 Mon May 6 05:25:05 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+50490+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+50490+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611095; cv=none; d=zoho.com; s=zohoarc; b=l0nHHMYYQc57ekqa7dn481V0fFV3oXw8JvfYnpRvxIOdCWcHr54EOhIHPqfJfO5k1adhl9MIWhXBU8hDOYqja2v1KxIn7/mPzyUm3K6yGKxuqz06UhMBVnJvYq54E/CXeEdCEwh2fy3fmvw2Gkm43DtEnQqGY7JPve/azR3n98s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611095; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=ULu7ArCroBFLIjJDrdgkDXybz5cQbSZuIOe04n2vD8A=; b=b+L1VEsoXr0jBjdWGAc1y7a4BaBSAT7dXr0FO+R8HVFXu1eWbr78CM4ViI4VIoR3LU4pDhc+GU8x/QTYjUFDXSt/AftOcPnoaUP+R60w36UquUzZOYiwYSitccmxHJgb+qMPQVlVJfdQmZg34VHpvdsOAfxWmg0yM1O94mh4D+0= 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+50490+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 1573611095292786.1967758526373; Tue, 12 Nov 2019 18:11:35 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id SW5YYY1788612xv3Y7Hfsm7h; Tue, 12 Nov 2019 18:11:34 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11:32 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611415" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:29 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V5 3/8] MdePkg/SmBios.h: SMBIOS 3.3.0 Add value HBM and Die for type 17 Date: Wed, 13 Nov 2019 07:41:10 +0530 Message-Id: <20191113021115.16888-4-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: 4FX8rqSpmwZrr5uqLzfnJ70mx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611094; bh=rs+zpDnmXRBx1W4rsdpxTmyTSgg1hJWOXx7u6bL6uGg=; h=Cc:Date:From:Reply-To:Subject:To; b=uj+hQ3aUddpRU992o+xomqTm38zXxBit7wE4qMBXCvQNgKmlcIQFn6eXkXZO05dw2sj WS84gjYNC/4RmZDt8mLow9kcrKhglEUGN47+QUU9lWyJnSNXIjQvSDwxtEfFkGdkWtT0x WgGqG0KPgyoHtugtfh19/VJu7G3JSAAbgbA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): - 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 (#50490): https://edk2.groups.io/g/devel/message/50490 Mute This Topic: https://groups.io/mt/55064658/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 Mon May 6 05:25:05 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+50491+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+50491+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611096; cv=none; d=zoho.com; s=zohoarc; b=onACGdCY5TUgLLCAseYlZCQbbI8LdQD2W/zgqaN+TxdrPw5TOETteLkrLulD3bDO2aFkNOUMI28DS8BLzQWUIYFb6Dk52Sgn5Eq97nJHwmlH8z4ZYtqzKRcSUHHmdUcdJVDW7PPydfXgyhiAUXrN+Repo6PPfEjVSXRo/8w2H5U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611096; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=Vp5efZXRMdoTYvyvIhcnZBCo1koCbnJ5VenGce0El1I=; b=gyQYog/VYAxYmUUMKlhMf3eQr2jc/xm2gcNdwdaigeAg0/zxhcKBB/DMvsq68SERpiIxcc0BfUu93dgQJ4LeP2vGZkQjp8fH92ug1pXOavxyAO+xQcPvrIyy+WmuwZjiYaGgVbgwKB7HAHY+zq1bh8socFHnwnBZJtyZ9hXnl8s= 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+50491+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 1573611096934520.5051355257782; Tue, 12 Nov 2019 18:11:36 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id fb6LYY1788612x36BqnJA1zJ; Tue, 12 Nov 2019 18:11:36 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11:36 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611421" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:32 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Michael D Kinney , Liming Gao , Sai Chaganty Subject: [edk2-devel] [PATCH V5 4/8] MdePkg/SmBios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string Date: Wed, 13 Nov 2019 07:41:11 +0530 Message-Id: <20191113021115.16888-5-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: DBpWqQYfH3Zjat9EPla8JDKQx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611096; bh=sFdlibRaNptXelde/aQS6oVgOpEAMkhHQrnHIkenRKQ=; h=Cc:Date:From:Reply-To:Subject:To; b=sh5sZp2DhOU63gpxY0XkeGShcSaUqMvVfKOjMWMqwDZdqfJ9mf34jnKHwuBCBcozWkQ KhgtQXZNQytn1qTfOZ9V6FnyoopI4QTYCKDoYZwN8nARMvrpXwNHNiXQZpr3WpNFZJyb6 X+3+yjRNwyBpOaoHwVuUqUp48UNyk+WHsV4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): - SMBIOSCR00179: update the string for Intel persistent memory Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao 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 (#50491): https://edk2.groups.io/g/devel/message/50491 Mute This Topic: https://groups.io/mt/55064725/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 Mon May 6 05:25:05 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+50492+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+50492+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611099; cv=none; d=zoho.com; s=zohoarc; b=YGEpTwiLE9sxPIIlvvycbJmSkjD4mKsgtUvlK/jCCCPvTsEywKjXt4BiIkN4kddDcQ+ogSLOXgxKf9tDAjrfWwW8dqeqfkOp0omNld0uXx+LqAlYy0NbzvcO68bQpN3TqRnoJNH8QBu5/jareusaPBsupLi2RIwC/QGJL1yZtuU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611099; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=Nj9INPJWMHN9NQEm1M0Y+V7KdAWzbLeDGPYJc4afT+8=; b=WiIYBFIOUrd9i3igupZjEkwHUNjxpHtKg5fZ3Z5cWsnAXI+EJvtq5rSATZnut28sWCBWMyzGwtKpLt0pfFoqR5IlH27XydgA02bh5IJ/1xsJbPOh+pofCeol48zvviq9AU1kcUm6R2QOPyuQViS3Rw+maaL0MuA9Hz4fBxSduMQ= 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+50492+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 1573611099774384.43211136021216; Tue, 12 Nov 2019 18:11:39 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id g5IWYY1788612xGlkQMwPZpp; Tue, 12 Nov 2019 18:11:39 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11:39 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611429" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:36 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V5 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9 Date: Wed, 13 Nov 2019 07:41:12 +0530 Message-Id: <20191113021115.16888-6-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: HsY1KFsrSGHDjWCbs3JfH04Sx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611099; bh=W7oh4xh/DYvqPRF5D1PN+I2RFWldDityAOjPNFUm8Ls=; h=Cc:Date:From:Reply-To:Subject:To; b=sAh6IBN2han6KZqCACs9ZFvbdVq7RQ9Y2Mh59ydBcnygbXoQEzlBTYM6sWtoFP/jke3 uSgDqsGmjzi7OB+PSEJCOpwrJzn8Km/Pf5dobOPfvsTLaSdjKUq7h1pItEBQIZ6nig4ok ZH6oDC5eD8oapAvc9AhS1LCmWqeJBtMW0TI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 System Slots (Type 9): - SMBIOSCR00184: add PCI Express Gen 4 values Add the Smbios.h to use the MARCOs or enums. Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Reviewed-by: Ray Ni --- .../SmbiosView/QueryTable.c | 26 ++++++++++++++++++= +++- .../SmbiosView/QueryTable.h | 4 +++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index fdb7a47d33..94d995bda1 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" + }, + { + SlotTypePciExpressGen4, + L"PCI Express Gen 4" + }, + { + SlotTypePciExpressGen4X1, + L"PCI Express Gen 4 X1" + }, + { + SlotTypePciExpressGen4X2, + L"PCI Express Gen 4 X2" + }, + { + SlotTypePciExpressGen4X4, + L"PCI Express Gen 4 X4" + }, + { + SlotTypePciExpressGen4X8, + L"PCI Express Gen 4 X8" + }, + { + SlotTypePciExpressGen4X16, + L"PCI Express Gen 4 X16" } }; =20 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h index 60fb42c59c..756009b2f2 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h @@ -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.
SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ @@ -10,6 +10,8 @@ #ifndef _SMBIOS_QUERY_TABLE_H_ #define _SMBIOS_QUERY_TABLE_H_ =20 +#include + #define QUERY_TABLE_UNFOUND 0xFF =20 typedef struct TABLE_ITEM { --=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 (#50492): https://edk2.groups.io/g/devel/message/50492 Mute This Topic: https://groups.io/mt/55064776/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 Mon May 6 05:25:05 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+50493+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+50493+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611102; cv=none; d=zoho.com; s=zohoarc; b=ZjxFIaWlclDoUV7bwHH2kxJ+1BnOIskXICopItUPyGxbKpyevxzahjb7GlOp6VUwU691w6vp6qOTsvJ4GJc92DYS5XNe6UYqQ1HoyGuIYf/MsAb/++Wv366rnek4hJQRdXwvYcZm+587QyvXgEPgWY50HzytAV3xfOdmQOvxESg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611102; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=TOrcwj0B5Nh7KWB1dDu7jIhND8DUBVbaOfz7I9Yw9qA=; b=iaYR3wISlVWWsbduQffAAjmWcjTrUE89j/KO7xkij7DtO5aM2SjVdfEwR2rDsyZDOHVUuYwh0lYPVnPz3PeLGJyXV/s4sBsKh3P7ZDm5Z1YMA1jSk/mEgMLX4hyjSj1X83nFDPk/+/DTwXv0S2KZ9eaeRmfqQ+ax8Ms6h7Om9gI= 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+50493+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 1573611102972244.4270576030732; Tue, 12 Nov 2019 18:11:42 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id DIE7YY1788612xobsMZU6cH8; Tue, 12 Nov 2019 18:11:42 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web12.1639.1573611082793548394 for ; Tue, 12 Nov 2019 18:11:42 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611437" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:39 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V5 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus Date: Wed, 13 Nov 2019 07:41:13 +0530 Message-Id: <20191113021115.16888-7-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: JhGiH2ZyBjSlLaVRmHbVlNxAx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611102; bh=HBcFN4OCPEeN0ZV5DSrqMS99SlECWBCus9/BFM1ankI=; h=Cc:Date:From:Reply-To:Subject:To; b=VfIN6EB2U7WbsLG2rtuX6A9o3H7bYqLSx2pPMMdZKNhQJkxRJ1CsyjiM3QAIzHZZq2t bk8TmStoNb7L+cDw9UUcNu150vJ6NKnGwNZzbOIYdMeNyF6c0YcNmotC57JWdQq0e9w40 7m0/EzxJwtiEn25dIFC/CgW/VaNBeOsZ+GU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni 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 94d995bda1..8ed2bae4d3 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" }, + { + SlotTypeCXLFlexbus10, + 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" + }, + { + MemoryArrayLocationCXLFlexbus10AddonCard, + 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 (#50493): https://edk2.groups.io/g/devel/message/50493 Mute This Topic: https://groups.io/mt/55064828/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 Mon May 6 05:25:05 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+50494+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+50494+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611116; cv=none; d=zoho.com; s=zohoarc; b=Y2HDJtTdw2QMVyn2Bee0lGwo0Y7JAKYbT372zaT3o4qG2aGFCLp45xWO4h8o+5K2GHiU9Apy1g2zMGakTCK1cIy6DHl24hxFpAc685slOfIatSiDMK8z5aXbIx4EIe34f6YJ5on1vPk/oVwE7npk0fr1rHQWiGPHhD1I/u0XeOE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611116; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=xemnlTDRNOO1xKVsh83HxEU4BUW+F8O7c9yeTYu9Bg0=; b=PS2DfYmzY0XbX84j5SfZRwD7Kf6rEdD88Y95xbnzJqupVrPUFNNt9s6VgpYbGwyYxiATUWfqHI14v2v7TM4CvT7rFDSPHFMhRIoQ0i1rK2mQvVUP3biyV71a8IOogxrJS0cPm3e3A+4vrGP79FHI8uCJVVUQtFO1Zm1K0sReDxM= 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+50494+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 1573611116327740.1230313478122; Tue, 12 Nov 2019 18:11:56 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id eOnFYY1788612xIDNjxVnNtp; Tue, 12 Nov 2019 18:11:55 -0800 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.1667.1573611115388749086 for ; Tue, 12 Nov 2019 18:11:55 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611444" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:42 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V5 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17 Date: Wed, 13 Nov 2019 07:41:14 +0530 Message-Id: <20191113021115.16888-8-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: HQnZ1cepwhRa6ZeMORmX7knmx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611115; bh=KqgzlNdNj08Mj5gb0w56Up0GU9mVHKgSupcevGOVheU=; h=Cc:Date:From:Reply-To:Subject:To; b=FMFhB4eIcegry+EXk5mOGr1cgpEn2dbqh4dajXYpZ4AZEqr+anc3WlLIpqQAFil+zVH FwJFgllURyYVAtuCp8558Fn6yOj43EJETkUVAxHwO2wMXhMkI/jv51bot84fd6lHfBcr3 d/B8o4Z+Yzy8OcHfehJSzJPNaZK5Dtd3Tqg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): - SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni 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 8ed2bae4d3..16b75f2667 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" + }, + { + MemoryFormFactorDie, + L" Die" } }; =20 @@ -2538,6 +2542,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] =3D { { 0x1F, L" Logical non-volatile device" + }, + { + MemoryTypeHBM, + L" HBM (High Bandwidth Memory)" + }, + { + MemoryTypeHBM2, + 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 (#50494): https://edk2.groups.io/g/devel/message/50494 Mute This Topic: https://groups.io/mt/55065032/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 Mon May 6 05:25:05 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+50495+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+50495+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573611116; cv=none; d=zoho.com; s=zohoarc; b=ZWA6YqVnZcgNzgYN70SHGy3YYnGzBFAFlG8AnuQ9sf+yH1U4bKYSPLyvfkVGHKk+QNe6JToXLyXTUj4Wo/foP6wCV8Uv1L9yurNwQv8AfncjBF+LJI11Xuj6oiCQTNrDk3MgzCSbFEBn+V/97NhI4Jd4s69sNXjyIDbu/yRct2s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573611116; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=Fg9cMmB5xpdEOPkzt67b2lRF8MtoeuSiWzVH85n2FBk=; b=bcRxN5B/5kXdGgOf3EiEfSwYlaU9DAj+2PfYzriSXnXfT6paG/e6VWE8rw3GgT3Su2zLq708xIqbfCdv4hnDMCrzKrb5irELIax2XZwlvp+d9Xi+uCXbpVwGNobf4TJ5h9QQNSckPd1h2gafEOl4JtkkoRyFkxW+sgqMJDb89CA= 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+50495+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 157361111675118.44049804236022; Tue, 12 Nov 2019 18:11:56 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4HqOYY1788612xPCidqNIDJb; Tue, 12 Nov 2019 18:11:56 -0800 X-Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web09.1667.1573611115388749086 for ; Tue, 12 Nov 2019 18:11:55 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:11:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="202611453" X-Received: from cchunbo-mobl.ccr.corp.intel.com (HELO gaozhic-MOBL.ccr.corp.intel.com) ([10.255.31.37]) by fmsmga008.fm.intel.com with ESMTP; 12 Nov 2019 18:11:45 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: "Gao, Zhichao" , Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH V5 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory" Date: Wed, 13 Nov 2019 07:41:15 +0530 Message-Id: <20191113021115.16888-9-zhichao.gao@intel.com> In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-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: 3XKd36XOGBwSoScblqskwkkPx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573611116; bh=LWT/Q440AINTcm9hrHhqcT8myHqq92ouX1sRpjjGgpQ=; h=Cc:Date:From:Reply-To:Subject:To; b=qHT98/ehkVWLYVY9KQTDY57m1eiQ2wtrVs2JdH8UqKHouvHKW5Fm8J+NuHGLqKGTwyw yorxfHWPo5zi6UsDMmYNbw8JlT1tCJe6eiA3dH7u6k99n3dIN0HxKktWdxiVfElqgjlqX QRM41GMLJ/kqcIcgQhuRalVmMTwziDJy0nk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 Memory Device (Type 17): - SMBIOSCR00179: update the string for Intel persistent memory Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 ++= -- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 16b75f2667..b80e16d56a 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2638,8 +2638,8 @@ TABLE_ITEM MemoryDeviceMemoryTechnologyTable[] =3D { L" NVDIMM-P" }, { - 0x07, - L" Intel persistent memory" + MemoryTechnologyIntelPersistentMemory, + 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 (#50495): https://edk2.groups.io/g/devel/message/50495 Mute This Topic: https://groups.io/mt/55065037/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-