From nobody Thu Apr 25 16:03:51 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+49911+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+49911+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1572852094; cv=none; d=zoho.com; s=zohoarc; b=PLFJu//jf0PSMd9wkniKW1riaiSSnRZgJ3WwKsTl9eJ6V12P5IrchlBzLpqeZT10Ub/kpGSgQIUSZB1Krk8FT1ihew5X0/Mi9Wv7okMb8P+/yCJdtav6aJsFYcrfbwhwRYncpdqLvuXlyMYFOhVz5Ztn6nNf69oPHZ5OMGX1NWc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1572852094; 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=ceJZ7EVEip6c1sl2mZe97Sj8sPGaZATtg3lpPGY8YsE=; b=IaGc6awu1AO1HZdbpGiannCwCND/nqZRNQzYSPHhb5C6iCRd3M0SPLTZf/OQIhV161LNDVfO+t27p/96IBHaoilwzKO5ZR7eMBgwh3wL8TsqncrJN9a/+b5Pi0OM5UiAZb+1gpEdfspsbcJlnboY3fs2Og/2zfABglz/WXD3R6g= 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+49911+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 157285209459231.533549592458712; Sun, 3 Nov 2019 23:21:34 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id EtfqYY1788612xRMbQJquw5K; Sun, 03 Nov 2019 23:21:33 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1834.1572852092643921743 for ; Sun, 03 Nov 2019 23:21:33 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 23:21:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="212257224" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2019 23:21:32 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH 1/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9 Date: Mon, 4 Nov 2019 15:21:03 +0800 Message-Id: <20191104072106.15316-2-zhichao.gao@intel.com> In-Reply-To: <20191104072106.15316-1-zhichao.gao@intel.com> References: <20191104072106.15316-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: 0rh6rPysN4wAf3JrzACnBiYdx1787277AA= 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=1572852093; bh=HrVjtLA0XLYZqsw9gzzCvx7TfZPvfeMQPBiFPmY9xI8=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=TBudZfBrZbcsjA495FJee7r0Pu+JxIJgNKtmWRrSC+KwMmJ1wCVCghfbEh9KaKBoAU9 H+NEoYo/Bo1OBWAE9IZaabr4+0pT+YPpWNUe4eJHT3AywchYWHdcg4P/h+BVIyeNaLKLB Zeq4nfqHTSYzI7+uC8ARiQXBpQfX/kJsOu8= 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 Signed-off-by: Zhichao Gao Reviewed-by: Sai Chaganty --- .../SmbiosView/QueryTable.c | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa= ble.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index fdb7a47d33..ac90f14d14 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -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.21.0.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 (#49911): https://edk2.groups.io/g/devel/message/49911 Mute This Topic: https://groups.io/mt/41163812/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 Thu Apr 25 16:03:51 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+49912+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+49912+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1572852095; cv=none; d=zoho.com; s=zohoarc; b=UhkjmnANBe6ddOqPQsigiBO6pEcgSHYEeWyp/bJVHBfoU9CfsPxEqF4BGyf03ihXvR2FywTBz9yivwLfzYkdWXxI6no+aL+nB/xRA/p1bYtUgRsfJsnqYv37Ih/fC3QuH96rCJBhdJpzRoBlM2/OhP++d++lO8GohGEY9GhjJc8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1572852095; 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=8FG6NHLoApn2eglzGD9vnLyEK6MdbcSvGA1nH2TdHUo=; b=WNYeKw2eQMbLf16mmCh4A9+s09zEDvpRGvPGXybcvEi7JlZVqGn8Btv4Vsz26RCNUo8UDJ3RWGXIdcXx35+Vsmw7RtxeFtQK8QbQFyHM4U+ftuXFjaxlOFK0j+YgF8apSdNrx3I3yAFYJgsV1HMZ3oT7ltqmmbxF+0HbQonSBW8= 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+49912+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 1572852095429921.9784859973867; Sun, 3 Nov 2019 23:21:35 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id deMOYY1788612xSbX4QMlz9U; Sun, 03 Nov 2019 23:21:34 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1834.1572852092643921743 for ; Sun, 03 Nov 2019 23:21:34 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 23:21:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="212257229" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2019 23:21:33 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH 2/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus Date: Mon, 4 Nov 2019 15:21:04 +0800 Message-Id: <20191104072106.15316-3-zhichao.gao@intel.com> In-Reply-To: <20191104072106.15316-1-zhichao.gao@intel.com> References: <20191104072106.15316-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: 9wOBVHYZkv3U6Es0agzClG3Qx1787277AA= 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=1572852094; bh=eQe0rtBLMxxFBAkbpaJPjUnOFmicdDXs2FkIaNJlGt4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=O7xVPRYJ9knj8jMRtf7pgoaVTXevYcP9EuM+lh3gDWzXXC0n9hEeoX2rRnX/u2cy5mQ NnoWPatEO+MYkEpd8g7WxSANjbIO5EVomuO7R0ql8RTXZ31GJuPedgyikUw+eFYiu+VtS rScUZ5FnfPFGiFEBIFey8ViWt3Kd/WedqCo= 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 Signed-off-by: Zhichao Gao Reviewed-by: Sai Chaganty --- .../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 ac90f14d14..e66530690f 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.21.0.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 (#49912): https://edk2.groups.io/g/devel/message/49912 Mute This Topic: https://groups.io/mt/41163815/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 Thu Apr 25 16:03:51 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+49913+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+49913+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1572852095; cv=none; d=zoho.com; s=zohoarc; b=RDkFlfhdKgNvPqtVVSYiQBFgKTYLAUv1u0eqDR0AiMGTCVxBQO6TmekAbPKoqY7xz5G1192fu30vfDoeHIvBuXEaE6Gn4g5vXMqTq8jNJ8pTcOCGEtTvPlvD0QgeZFALMIAeyGL2RAGUee7EKKvofp/mvKH2wf8miZGfa43RiV8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1572852095; 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=dfzdCshGKPf7q1uFkqXvbLtXMgzCC8Ub/0WK1JbvXJQ=; b=E52w2jlbdw+PgpOVeMU/voRSY4MHPkCdPjglV35B/Jg5lb7Qb4NwKMNesTJHB849VAER7n+NTAQKRO6nFEF4NNd36FiUU7bgoWMJ9AERD/lb1N0VxQ0Kio6AubaFrntrgSKbVwSrmS35/z7IxEm9mqGrfVe8YxT5ja19hoC7/5Y= 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+49913+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 1572852095657808.5871057461029; Sun, 3 Nov 2019 23:21:35 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id bNlCYY1788612x5jgEZvVU5U; Sun, 03 Nov 2019 23:21:35 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1834.1572852092643921743 for ; Sun, 03 Nov 2019 23:21:34 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 23:21:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="212257232" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2019 23:21:34 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH 3/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17 Date: Mon, 4 Nov 2019 15:21:05 +0800 Message-Id: <20191104072106.15316-4-zhichao.gao@intel.com> In-Reply-To: <20191104072106.15316-1-zhichao.gao@intel.com> References: <20191104072106.15316-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: Mx04fk8QuNoR6MfTyGnAstDUx1787277AA= 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=1572852095; bh=fZbm8FZT7p6EwKvblOyMYPktfmcAGH25tcgmryDrfXw=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=WZtsKvxiOAZSrY70ag69Mu4cwHwB+inpvS/tF5ts1+wJejwF4U1OVRqG/jT4Wjaaofh D5eGjuBgYOcJ2MGl5DW89KEVRvntcTspU0P7wxZLU9WgWOijjFpuGTDxWZer61kDFqxUI lU6Mdkni+dWk4j4i0y9ip3ytikH3KSQP91Y= 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 Signed-off-by: Zhichao Gao Reviewed-by: Sai Chaganty --- .../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 e66530690f..5e8064b230 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.21.0.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 (#49913): https://edk2.groups.io/g/devel/message/49913 Mute This Topic: https://groups.io/mt/41163817/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 Thu Apr 25 16:03:51 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+49914+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+49914+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1572852096; cv=none; d=zoho.com; s=zohoarc; b=loBa5XEquNaXh1B7IuMoAq7zYXphSEByM8V/ZCGIC3fF6jG42OgYIlXdBq9A9lj40fA27kt03QwPEy+ho/tjAimbKlp0zOp+YeBZxRf4kaiEjTKa/AgWUhqcIKcpG3AhOxrACrkAF1WpTyILozjXlfpvbZRug0z8+9V5BZTRpHo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1572852096; 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=8h9cCht6N24m6VWMZp2eucjQKZMkhlmdF5Ue1hxdWFY=; b=crTr53sK7+zHfVJIujU6aHogIalwH+olFkk7XlYs4/EWM2Ge1WcZ42//K4Ru8KFTyTcD+2gStnUgHMJFT9vnctnF588Yu0WFz7atK8q5OlhZVNCbxpLXxOELakYEs33eQ5INeSVpJ+nlBoMZuvEGTvt5Y2OBoqSPp8UBHO5uRKc= 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+49914+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 1572852096890353.7868564833849; Sun, 3 Nov 2019 23:21:36 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id pFfRYY1788612xdWiGDIXWFo; Sun, 03 Nov 2019 23:21:36 -0800 X-Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1834.1572852092643921743 for ; Sun, 03 Nov 2019 23:21:35 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 23:21:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="212257235" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2019 23:21:34 -0800 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ray Ni , Sai Chaganty Subject: [edk2-devel] [PATCH 4/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory" Date: Mon, 4 Nov 2019 15:21:06 +0800 Message-Id: <20191104072106.15316-5-zhichao.gao@intel.com> In-Reply-To: <20191104072106.15316-1-zhichao.gao@intel.com> References: <20191104072106.15316-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: QBhEGx26772DLJWpl1qlZI3Gx1787277AA= 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=1572852096; bh=+u2RRqOn20bAmnArcSDtfMuSwoNUsHXwo6+PJpMleE8=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Ek3NRcQ7Wdo99xjgGVLb2aP85JZmL0deL9f0BEWPfG/QCU7x2vGH8QQYlXpftnRbxO6 3GY+Dzui0ryj+cqDiO9+/W7dp0QP8+o8ndi6lYVDuHeM47g8DjsseN5ZW0kwCHICGPUat pCwrawJDcpnFuRVoqf9S1SyfzOI3AxnsvGo= 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 Signed-off-by: Zhichao Gao Reviewed-by: Sai Chaganty --- .../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 5e8064b230..da4bf92806 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.21.0.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 (#49914): https://edk2.groups.io/g/devel/message/49914 Mute This Topic: https://groups.io/mt/41163822/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-