From e4ebe3000ddb981b549ef91369c7316280908a97 Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Fri, 2 Oct 2020 21:37:03 -0700 Subject: [PATCH] TCBZ_2352 - Add DDR5 definitions for SMBIOS 3.4.0 (#67) Simple addition of newly defined Memory Type enum values. https://bugzilla.tianocore.org/show_bug.cgi?id=2352 (cherry picked from commit 02dce7dea127b0a765652e64776c07772600755f) --- 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 fce27de403..f9a0d6cefe 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; ///