From: "gaoliming via groups.io" <gaoliming=byosoft.com.cn@groups.io>
To: <devel@edk2.groups.io>, <yun.lou@intel.com>
Cc: "'Zhiguang Liu'" <zhiguang.liu@intel.com>,
"'Dandan Bi'" <dandan.bi@intel.com>,
"'Star Zeng'" <star.zeng@intel.com>,
"'Zhichao Gao'" <zhichao.gao@intel.com>,
"'Benny Lin'" <benny.lin@intel.com>,
"'Gua Guo'" <gua.guo@intel.com>,
"'Michael D Kinney'" <michael.d.kinney@intel.com>
Subject: 回复: [edk2-devel] [PATCH v2] MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4
Date: Tue, 30 Jan 2024 09:09:30 +0800 [thread overview]
Message-ID: <03ce01da5318$fa9c51c0$efd4f540$@byosoft.com.cn> (raw)
In-Reply-To: <20240129104836.5721-1-yun.lou@intel.com>
Jason:
Please also update
Edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\SmbiosView\PrintInfo.c
DisplayProcessorFamily2 () for new processor type.
Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jason Lou
> 发送时间: 2024年1月29日 18:49
> 收件人: devel@edk2.groups.io
> 抄送: Jason Lou <yun.lou@intel.com>; Zhiguang Liu
<zhiguang.liu@intel.com>;
> Dandan Bi <dandan.bi@intel.com>; Star Zeng <star.zeng@intel.com>; Zhichao
> Gao <zhichao.gao@intel.com>; Benny Lin <benny.lin@intel.com>; Gua Guo
> <gua.guo@intel.com>; Michael D Kinney <michael.d.kinney@intel.com>;
> Liming Gao <gaoliming@byosoft.com.cn>
> 主题: [edk2-devel] [PATCH v2] MdePkg/SmBios.h: Add New ProcessorFamily
> definitions for SMBIOS Type4
>
> From: Jason Lou <yun.lou@intel.com>
>
> The patch adds new ProcessorFamily definitions for SMBIOS Type4 based On
> SMBIOS 3.8.0.
>
> Signed-off-by: Jason Lou <yun.lou@intel.com>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Benny Lin <benny.lin@intel.com>
> Cc: Gua Guo <gua.guo@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> ---
> MdePkg/Include/IndustryStandard/SmBios.h | 14 +++++++++++---
> 1 file changed, 11 insertions(+), 3 deletions(-)
>
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index 56cec615a0..bdb28fc3a3 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -1,7 +1,7 @@
> /** @file
>
> - Industry Standard Definitions of SMBIOS Table Specification v3.7.0.
>
> + Industry Standard Definitions of SMBIOS Table Specification v3.8.0.
>
>
>
> -Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR>
>
> +Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.<BR>
>
> (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
>
> (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
>
> Copyright (c) 2022, AMD Incorporated. All rights reserved.<BR>
>
> @@ -774,7 +774,15 @@ typedef enum {
> ProcessorFamilyQuadCoreLoongson3B = 0x026E,
>
> ProcessorFamilyMultiCoreLoongson3B = 0x026F,
>
> ProcessorFamilyMultiCoreLoongson3C = 0x0270,
>
> - ProcessorFamilyMultiCoreLoongson3D = 0x0271
>
> + ProcessorFamilyMultiCoreLoongson3D = 0x0271,
>
> + ProcessorFamilyIntelCore3 = 0x0300,
>
> + ProcessorFamilyIntelCore5 = 0x0301,
>
> + ProcessorFamilyIntelCore7 = 0x0302,
>
> + ProcessorFamilyIntelCore9 = 0x0303,
>
> + ProcessorFamilyIntelCoreUltra3 = 0x0304,
>
> + ProcessorFamilyIntelCoreUltra5 = 0x0305,
>
> + ProcessorFamilyIntelCoreUltra7 = 0x0306,
>
> + ProcessorFamilyIntelCoreUltra9 = 0x0307
>
> } PROCESSOR_FAMILY2_DATA;
>
>
>
> ///
>
> --
> 2.39.1.windows.1
>
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#114681):
> https://edk2.groups.io/g/devel/message/114681
> Mute This Topic: https://groups.io/mt/104028910/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114753): https://edk2.groups.io/g/devel/message/114753
Mute This Topic: https://groups.io/mt/104045178/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2024-01-30 1:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 10:48 [edk2-devel] [PATCH v2] MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4 Jason Lou
2024-01-30 1:09 ` gaoliming via groups.io [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='03ce01da5318$fa9c51c0$efd4f540$@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