public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdePkg: SMBIOS 3.4.0 Update "adding DDR5 definitions".
@ 2020-09-29  8:09 Zhiguang Liu
  2020-10-03  0:57 ` [edk2-devel] " Sean
  0 siblings, 1 reply; 8+ messages in thread
From: Zhiguang Liu @ 2020-09-29  8:09 UTC (permalink / raw)
  To: devel; +Cc: Wang, Sanyo, Michael D Kinney, Liming Gao

From: "Wang, Sanyo" <sanyo.wang@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2352

SMBIOS 3.4 spec adds new memory device types (DDR5, LPDDR5)

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Sanyo Wang <sanyo.wang@intel.com>
---
 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 ea23685851..f2db11f947 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.25.1.windows.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-10  3:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <163932D00054AC83.17908@groups.io>
2020-09-29  8:12 ` [edk2-devel] [PATCH] MdePkg: SMBIOS 3.4.0 Update "adding DDR5 definitions" Zhiguang Liu
2020-09-30  0:44   ` 回复: " gaoliming
2020-10-09  7:24     ` Zhiguang Liu
2020-10-09  9:21       ` 回复: " gaoliming
2020-10-10  0:49         ` Zhiguang Liu
2020-10-10  2:33           ` 回复: " gaoliming
     [not found]           ` <163C80D0DA0D37E4.10193@groups.io>
2020-10-10  3:30             ` gaoliming
2020-09-29  8:09 Zhiguang Liu
2020-10-03  0:57 ` [edk2-devel] " Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox