summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorGao, Zhichao <zhichao.gao@intel.com>2019-11-12 09:18:56 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2019-11-14 03:06:27 +0000
commit4b7edd78a03f22bf23ef5b9bc2ede61fee866222 (patch)
treef99c40f18135c91d11e7d2a11f3b0dbfff15af2f /MdePkg
parent8019eb589a19ed5fe50b6325502c442c77db5191 (diff)
downloadedk2-4b7edd78a03f22bf23ef5b9bc2ede61fee866222.tar.gz
edk2-4b7edd78a03f22bf23ef5b9bc2ede61fee866222.tar.bz2
edk2-4b7edd78a03f22bf23ef5b9bc2ede61fee866222.zip
MdePkg/SmBios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string
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 <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h4
1 files changed, 4 insertions, 0 deletions
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;