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
  • Loading branch information
spbrogan committed Oct 3, 2020
1 parent 797c26d commit 02dce7d
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 02dce7d

Please sign in to comment.