public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <rebecca@nuviainc.com>
Cc: <ray.ni@intel.com>, <zhichao.gao@intel.com>
Subject: 回复: [edk2-devel] [PATCH 1/2] ShellPkg: add ARM64 SoC ID to Processor Characteristics in smbiosview
Date: Wed, 21 Oct 2020 09:02:38 +0800	[thread overview]
Message-ID: <004501d6a745$de8be360$9ba3aa20$@byosoft.com.cn> (raw)
In-Reply-To: <20201020195952.13314-1-rebecca@nuviainc.com>

Rebecca:
  ARM64 SoC ID Processor Characteristics is also required to be added into
struct PROCESSOR_CHARACTERISTIC_FLAGS in
edk2\MdePkg\Include\IndustryStandard\SmBios.h. Can you provide another patch
for the change in MdePkg?

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66457+4905953+8761045@groups.io
> <bounce+27952+66457+4905953+8761045@groups.io> 代表 Rebecca Cran
> 发送时间: 2020年10月21日 4:00
> 收件人: devel@edk2.groups.io
> 抄送: Rebecca Cran <rebecca@nuviainc.com>; ray.ni@intel.com;
> zhichao.gao@intel.com
> 主题: [edk2-devel] [PATCH 1/2] ShellPkg: add ARM64 SoC ID to Processor
> Characteristics in smbiosview
> 
> SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
> field to be the ARM64 SoC ID support. Add support for it to the
> smbiosview command.
> 
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
>  .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c        | 4
> ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> index 17a2a89d512e..d0796a0e5141 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> @@ -624,6 +624,10 @@ TABLE_ITEM  ProcessorCharacteristicsTable[] = {
>    {
>      8,
>      L" 128-bit Capable"
> +  },
> +  {
> +    9,
> +    L" ARM64 SoC ID"
>    }
>  };
> 
> --
> 2.26.2
> 
> 
> 
> 
> 




  parent reply	other threads:[~2020-10-21  1:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-20 19:59 [PATCH 1/2] ShellPkg: add ARM64 SoC ID to Processor Characteristics in smbiosview Rebecca Cran
2020-10-20 21:05 ` [edk2-devel] " Samer El-Haj-Mahmoud
2020-10-21  1:02 ` gaoliming [this message]
2020-10-21  4:22   ` [EXTERNAL] 回复: " Rebecca Cran

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='004501d6a745$de8be360$9ba3aa20$@byosoft.com.cn' \
    --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