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 <[email protected]> Cc: Sai Chaganty <[email protected]> Signed-off-by: Zhichao Gao <[email protected]> --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 ++-- 1 file 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" } }; -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50427): https://edk2.groups.io/g/devel/message/50427 Mute This Topic: https://groups.io/mt/53817164/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
