From 2776d08d86c41ab7b7546916815a7fe4e6532ed8 Mon Sep 17 00:00:00 2001 From: Ashraf Ali S Date: Thu, 9 Jul 2026 13:47:36 +0530 Subject: [PATCH] ShellPkg/SmbiosView: Add MemoryTypeLpDdr6 to QueryTable Signed-off-by: Ashraf Ali S --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 71848259af..286d92006b 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -2901,6 +2901,10 @@ TABLE_ITEM MemoryDeviceTypeTable[] = { { MemoryTypeMrDimm, L" MRDIMM (Multi-Channel RDIMM)" + }, + { + MemoryTypeLpddr6, + L" LPDDR6" } };