]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/SmBios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string
authorGao, Zhichao <zhichao.gao@intel.com>
Tue, 12 Nov 2019 03:48:56 +0000 (09:18 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 14 Nov 2019 03:06:27 +0000 (03:06 +0000)
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>
MdePkg/Include/IndustryStandard/SmBios.h

index 9aa8cf3e72d806d1fd81b9684765786878b52d6f..8b3c4d7ba9d0e0bd99a92cfb7f4f3fe4a681ddea 100644 (file)
@@ -1753,6 +1753,10 @@ typedef enum {
   MemoryTechnologyNvdimmN                   = 0x04,\r
   MemoryTechnologyNvdimmF                   = 0x05,\r
   MemoryTechnologyNvdimmP                   = 0x06,\r
+  //\r
+  // This definition is updated to represent Intel\r
+  // Optane DC Presistent Memory in SMBIOS spec 3.3.0\r
+  //\r
   MemoryTechnologyIntelPersistentMemory     = 0x07\r
 } MEMORY_DEVICE_TECHNOLOGY;\r
 \r