REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2352
Cc: Liming Gao <[email protected]> Signed-off-by: Wang, Sanyo <[email protected]> --- MdePkg/Include/IndustryStandard/SmBios.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 8b3c4d7..c3ff922 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1718,7 +1718,9 @@ typedef enum { MemoryTypeLpddr4 = 0x1E, MemoryTypeLogicalNonVolatileDevice = 0x1F, MemoryTypeHBM = 0x20, - MemoryTypeHBM2 = 0x21 + MemoryTypeHBM2 = 0x21, + MemoryTypeDdr5 = 0x22, + MemoryTypeLpddr5 = 0x23 } MEMORY_DEVICE_TYPE; /// -- 2.10.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51238): https://edk2.groups.io/g/devel/message/51238 Mute This Topic: https://groups.io/mt/61935917/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
