From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com []) by mx.groups.io with SMTP id smtpd.web11.7963.1573540332536269221 for ; Mon, 11 Nov 2019 22:32:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 22:32:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,295,1569308400"; d="scan'208";a="207360970" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 11 Nov 2019 22:32:11 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 22:32:11 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 22:32:10 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.63]) with mapi id 14.03.0439.000; Tue, 12 Nov 2019 14:32:08 +0800 From: "Ni, Ray" To: "Gao, Zhichao" , "devel@edk2.groups.io" CC: "Chaganty, Rangasai V" Subject: Re: [PATCH V4 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory" Thread-Topic: [PATCH V4 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory" Thread-Index: AQHVmQwtV7vh/XvzUUaMkE9wZp6olKeHEuvQ Date: Tue, 12 Nov 2019 06:32:07 +0000 Deferred-Delivery: Tue, 12 Nov 2019 06:30:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C35A463@SHSMSX104.ccr.corp.intel.com> References: <20191112034900.11912-1-zhichao.gao@intel.com> <20191112034900.11912-9-zhichao.gao@intel.com> In-Reply-To: <20191112034900.11912-9-zhichao.gao@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Gao, Zhichao > Sent: Tuesday, November 12, 2019 11:49 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Chaganty, Rangasai V > > Subject: [PATCH V4 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel > persistent memory" >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2305 >=20 > Memory Device (Type 17): > - SMBIOSCR00179: update the string for Intel persistent memory >=20 > Cc: Ray Ni > Cc: Sai Chaganty > Signed-off-by: Zhichao Gao > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c > | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable. > 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 > -- > 2.16.2.windows.1