From 885efcd3f990fe7bf58713f9a76d633f102a8f03 Mon Sep 17 00:00:00 2001 From: gthotala Date: Wed, 2 Jun 2021 08:46:58 -0700 Subject: MdePkg/Include: Smbios Specification 3.4.0 changes The following changes were addressed, 1. Smbios specs 3.4.0 table-51 bit5&6, these fields moved from specific MemoryArrayLocationCXLFlexbus10AddonCard to generic MemoryArrayLocationCXLAddonCard to address both CXL1.0 and 2.0 CXL revisions. 2. Smbios specs 3.4.0 table-79, The memory technology name changed from MemoryTechnologyIntelPersistentMemory to MemoryTechnologyIntelOptanePersistentMemory. Signed-off-by: Thotala Gopi Reviewed-by: Liming Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ShellPkg/Library') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 39a3e3c..7fc9d38 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2300,8 +2300,8 @@ TABLE_ITEM PMALocationTable[] = { L" PC-98/Local bus add-on card" }, { - MemoryArrayLocationCXLFlexbus10AddonCard, - L" CXL Flexbus 1.0 add-on card" + MemoryArrayLocationCXLAddonCard, + L" CXL add-on card" } }; @@ -2650,8 +2650,8 @@ TABLE_ITEM MemoryDeviceMemoryTechnologyTable[] = { L" NVDIMM-P" }, { - MemoryTechnologyIntelPersistentMemory, - L" Intel Optane DC Persistent Memory" + MemoryTechnologyIntelOptanePersistentMemory, + L" Intel Optane Persistent Memory" } }; -- cgit v1.1