Skip to content

Commit

Permalink
TCBZ_2352 - Add DDR5 definitions for SMBIOS 3.4.0 (#67)
Browse files Browse the repository at this point in the history
Simple addition of newly defined Memory Type enum values.

https://bugzilla.tianocore.org/show_bug.cgi?id=2352
(cherry picked from commit 02dce7d)
  • Loading branch information
spbrogan authored and Bret Barkelew committed Oct 15, 2020
1 parent 3ccf50b commit e4ebe30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MdePkg/Include/IndustryStandard/SmBios.h
Expand Up @@ -1718,7 +1718,9 @@ typedef enum {
MemoryTypeLpddr4 = 0x1E,
MemoryTypeLogicalNonVolatileDevice = 0x1F,
MemoryTypeHBM = 0x20,
MemoryTypeHBM2 = 0x21
MemoryTypeHBM2 = 0x21,
MemoryTypeDdr5 = 0x22,
MemoryTypeLpddr5 = 0x23
} MEMORY_DEVICE_TYPE;

///
Expand Down

0 comments on commit e4ebe30

Please sign in to comment.