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
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#65711): https://edk2.groups.io/g/devel/message/65711
Mute This Topic: https://groups.io/mt/77191807/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
On 9/29/2020 1:09 AM, Zhiguang Liu wrote:
> 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;
>
>
>
> ///
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#65868): https://edk2.groups.io/g/devel/message/65868
Mute This Topic: https://groups.io/mt/77191807/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
© 2016 - 2026 Red Hat, Inc.