From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: zhichao.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False 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" 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: [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> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20191113021115.16888-1-zhichao.gao@intel.com> References: <20191113021115.16888-1-zhichao.gao@intel.com> From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 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/IndustryStandard/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 = 0x04, MemoryTechnologyNvdimmF = 0x05, MemoryTechnologyNvdimmP = 0x06, + // + // This definition is updated to represent Intel + // Optane DC Presistent Memory in SMBIOS spec 3.3.0 + // MemoryTechnologyIntelPersistentMemory = 0x07 } MEMORY_DEVICE_TECHNOLOGY; -- 2.16.2.windows.1