diff options
author | Gao, Zhichao <zhichao.gao@intel.com> | 2019-11-12 09:19:00 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2019-11-14 03:06:27 +0000 |
commit | da178f5c5c5832476d37c8a3734815ceea16af86 (patch) | |
tree | d743cf6e2e7156e63caa5712139e1252ca3178f5 /ShellPkg | |
parent | 77ad48a263964facdadfb37b4049aab19ce5513c (diff) | |
download | edk2-da178f5c5c5832476d37c8a3734815ceea16af86.tar.gz edk2-da178f5c5c5832476d37c8a3734815ceea16af86.tar.bz2 edk2-da178f5c5c5832476d37c8a3734815ceea16af86.zip |
ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305
Memory Device (Type 17):
- SMBIOSCR00179: update the string for Intel persistent memory
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = { L" NVDIMM-P"
},
{
- 0x07,
- L" Intel persistent memory"
+ MemoryTechnologyIntelPersistentMemory,
+ L" Intel Optane DC Persistent Memory"
}
};
|