mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Merge 2776d08d86 into fb2ac429de
This commit is contained in:
commit
aebb1f0bad
2 changed files with 6 additions and 1 deletions
|
|
@ -1995,7 +1995,8 @@ typedef enum {
|
||||||
MemoryTypeDdr5 = 0x22,
|
MemoryTypeDdr5 = 0x22,
|
||||||
MemoryTypeLpddr5 = 0x23,
|
MemoryTypeLpddr5 = 0x23,
|
||||||
MemoryTypeHBM3 = 0x24,
|
MemoryTypeHBM3 = 0x24,
|
||||||
MemoryTypeMrDimm = 0x25 ///< SMBIOS spec 3.9.0 CR248
|
MemoryTypeMrDimm = 0x25, ///< SMBIOS spec 3.9.0 CR248
|
||||||
|
MemoryTypeLpddr6 = 0x26 ///< SMBIOS spec 3.10
|
||||||
} MEMORY_DEVICE_TYPE;
|
} MEMORY_DEVICE_TYPE;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
|
||||||
|
|
@ -2901,6 +2901,10 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
|
||||||
{
|
{
|
||||||
MemoryTypeMrDimm,
|
MemoryTypeMrDimm,
|
||||||
L" MRDIMM (Multi-Channel RDIMM)"
|
L" MRDIMM (Multi-Channel RDIMM)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
MemoryTypeLpddr6,
|
||||||
|
L" LPDDR6"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue