From nobody Fri Mar 29 07:31:18 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-