From: "Ni, Ray" <ray.ni@intel.com>
To: "Gao, Zhichao" <zhichao.gao@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Re: [PATCH] ShellPkg/SmbiosView: Add DDR5 support
Date: Mon, 12 Oct 2020 03:35:30 +0000 [thread overview]
Message-ID: <CO1PR11MB49300DE405813840CC6C4A3D8C070@CO1PR11MB4930.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20201012012051.48448-1-zhichao.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
> -----Original Message-----
> From: Gao, Zhichao <zhichao.gao@intel.com>
> Sent: Monday, October 12, 2020 9:21 AM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>
> Subject: [PATCH] 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>
> ---
> .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> index b80e16d56a..17a2a89d51 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> @@ -2550,6 +2550,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
> {
> MemoryTypeHBM2,
> L" HBM2 (High Bandwidth Memory Generation 2)"
> + },
> + {
> + MemoryTypeDdr5,
> + L" DDR5"
> + },
> + {
> + MemoryTypeLpddr5,
> + L" LPDDR5"
> }
> };
>
> --
> 2.21.0.windows.1
prev parent reply other threads:[~2020-10-12 3:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 1:20 [PATCH] ShellPkg/SmbiosView: Add DDR5 support Gao, Zhichao
2020-10-12 3:35 ` Ni, Ray [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO1PR11MB49300DE405813840CC6C4A3D8C070@CO1PR11MB4930.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox