ShellPkg/SmbiosView: Add DDR5 support

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

Refer to SMBIOS 3.4 spec, add new memory device type - DDR5
and LPDDR5 support for the shell command "smbiosview".

Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
Gao, Zhichao 2020-10-12 09:20:51 +08:00 committed by mergify[bot]
parent 9380177354
commit 5d0a827122
1 changed files with 8 additions and 0 deletions

View File

@ -2550,6 +2550,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
{
MemoryTypeHBM2,
L" HBM2 (High Bandwidth Memory Generation 2)"
},
{
MemoryTypeDdr5,
L" DDR5"
},
{
MemoryTypeLpddr5,
L" LPDDR5"
}
};