diff options
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 8ed2bae4d3..16b75f2667 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2423,6 +2423,10 @@ TABLE_ITEM MemoryDeviceFormFactorTable[] = { {
0x0F,
L" FB-DIMM"
+ },
+ {
+ MemoryFormFactorDie,
+ L" Die"
}
};
@@ -2538,6 +2542,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] = { {
0x1F,
L" Logical non-volatile device"
+ },
+ {
+ MemoryTypeHBM,
+ L" HBM (High Bandwidth Memory)"
+ },
+ {
+ MemoryTypeHBM2,
+ L" HBM2 (High Bandwidth Memory Generation 2)"
}
};
|