summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index b80e16d56a..17a2a89d51 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -2550,6 +2550,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
{
MemoryTypeHBM2,
L" HBM2 (High Bandwidth Memory Generation 2)"
+ },
+ {
+ MemoryTypeDdr5,
+ L" DDR5"
+ },
+ {
+ MemoryTypeLpddr5,
+ L" LPDDR5"
}
};