ShellPkg/SmbiosView: Add MemoryTypeLpDdr6 to QueryTable

Signed-off-by: Ashraf Ali S <ashraf.ali.s@intel.com>
This commit is contained in:
Ashraf Ali S 2026-07-09 13:47:36 +05:30
parent 68e0969878
commit 2776d08d86

View file

@ -2901,6 +2901,10 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
{
MemoryTypeMrDimm,
L" MRDIMM (Multi-Channel RDIMM)"
},
{
MemoryTypeLpddr6,
L" LPDDR6"
}
};