]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / QueryTable.c
index 8ed2bae4d346ae3dfd6ae471f1d38a4870a08369..16b75f2667ddf4692f950a1232f5209d6db93e4c 100644 (file)
@@ -2423,6 +2423,10 @@ TABLE_ITEM  MemoryDeviceFormFactorTable[] = {
   {\r
     0x0F,\r
     L"  FB-DIMM"\r
+  },\r
+  {\r
+    MemoryFormFactorDie,\r
+    L"  Die"\r
   }\r
 };\r
 \r
@@ -2538,6 +2542,14 @@ TABLE_ITEM  MemoryDeviceTypeTable[] = {
   {\r
     0x1F,\r
     L"  Logical non-volatile device"\r
+  },\r
+  {\r
+    MemoryTypeHBM,\r
+    L"  HBM (High Bandwidth Memory)"\r
+  },\r
+  {\r
+    MemoryTypeHBM2,\r
+    L"  HBM2 (High Bandwidth Memory Generation 2)"\r
   }\r
 };\r
 \r