public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
@ 2024-04-14 15:23 Jason Lou
  2024-04-14 15:24 ` [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade " Jason Lou
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jason Lou @ 2024-04-14 15:23 UTC (permalink / raw)
  To: devel
  Cc: Jason Lou, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
	Benny Lin, Gua Guo, Michael D Kinney, Liming Gao

From: Jason Lou <yun.lou@intel.com>

The patch adds new ProcessorUpgrade 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 | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index bdb28fc3a3..020733b777 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -880,7 +880,14 @@ typedef enum {
   ProcessorUpgradeSocketBGA1190   = 0x4D,
   ProcessorUpgradeSocketBGA4129   = 0x4E,
   ProcessorUpgradeSocketLGA4710   = 0x4F,
-  ProcessorUpgradeSocketLGA7529   = 0x50
+  ProcessorUpgradeSocketLGA7529   = 0x50,
+  ProcessorUpgradeSocketBGA1964   = 0x51,
+  ProcessorUpgradeSocketBGA1792   = 0x52,
+  ProcessorUpgradeSocketBGA2049   = 0x53,
+  ProcessorUpgradeSocketBGA2551   = 0x54,
+  ProcessorUpgradeSocketLGA1851   = 0x55,
+  ProcessorUpgradeSocketBGA2114   = 0x56,
+  ProcessorUpgradeSocketBGA2833   = 0x57
 } PROCESSOR_UPGRADE;
 
 ///
-- 
2.44.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117722): https://edk2.groups.io/g/devel/message/117722
Mute This Topic: https://groups.io/mt/105518457/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade for SMBIOS Type4
  2024-04-14 15:23 [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4 Jason Lou
@ 2024-04-14 15:24 ` Jason Lou
  2024-04-15  3:23 ` 回复: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions " gaoliming via groups.io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jason Lou @ 2024-04-14 15:24 UTC (permalink / raw)
  To: devel; +Cc: Jason Lou, Liming Gao, Star Zeng, Zhichao Gao

From: Jason Lou <yun.lou@intel.com>

The patch updates SmbiosView to support new ProcessorUpgrade for SMBIOS
Type4 based on SMBIOS 3.8.0.

Signed-off-by: Jason Lou <yun.lou@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
---
 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 30 +++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index f57093c91c..36f8739d6c 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -2,7 +2,7 @@
   Build a table, each item is (Key, Info) pair.
   And give a interface of query a string out of a table.
 
-  Copyright (c) 2005 - 2023, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2005 - 2024, Intel Corporation. All rights reserved.<BR>
   (C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>
   Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
   SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -670,6 +670,34 @@ TABLE_ITEM  ProcessorUpgradeTable[] = {
   {
     0x50,
     L"Socket LGA7529"
+  },
+  {
+    0x51,
+    L"Socket BGA1964"
+  },
+  {
+    0x52,
+    L"Socket BGA1792"
+  },
+  {
+    0x53,
+    L"Socket BGA2049"
+  },
+  {
+    0x54,
+    L"Socket BGA2551"
+  },
+  {
+    0x55,
+    L"Socket LGA1851"
+  },
+  {
+    0x56,
+    L"Socket BGA2114"
+  },
+  {
+    0x57,
+    L"Socket BGA2833"
   }
 };
 
-- 
2.44.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117723): https://edk2.groups.io/g/devel/message/117723
Mute This Topic: https://groups.io/mt/105518458/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* 回复: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
  2024-04-14 15:23 [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4 Jason Lou
  2024-04-14 15:24 ` [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade " Jason Lou
@ 2024-04-15  3:23 ` gaoliming via groups.io
  2024-04-15  5:55 ` Gao, Zhichao
  2024-04-15 10:16 ` Zeng, Star
  3 siblings, 0 replies; 5+ messages in thread
From: gaoliming via groups.io @ 2024-04-15  3:23 UTC (permalink / raw)
  To: devel, yun.lou
  Cc: 'Zhiguang Liu', 'Dandan Bi', 'Star Zeng',
	'Zhichao Gao', 'Benny Lin', 'Gua Guo',
	'Michael D Kinney'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> for this patch set. 

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jason Lou
> 发送时间: 2024年4月14日 23:24
> 收件人: 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 v1 1/2] MdePkg/SmBios.h: Add New
> ProcessorUpgrade definitions for SMBIOS Type4
> 
> From: Jason Lou <yun.lou@intel.com>
> 
> The patch adds new ProcessorUpgrade 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 | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index bdb28fc3a3..020733b777 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -880,7 +880,14 @@ typedef enum {
>    ProcessorUpgradeSocketBGA1190   = 0x4D,
> 
>    ProcessorUpgradeSocketBGA4129   = 0x4E,
> 
>    ProcessorUpgradeSocketLGA4710   = 0x4F,
> 
> -  ProcessorUpgradeSocketLGA7529   = 0x50
> 
> +  ProcessorUpgradeSocketLGA7529   = 0x50,
> 
> +  ProcessorUpgradeSocketBGA1964   = 0x51,
> 
> +  ProcessorUpgradeSocketBGA1792   = 0x52,
> 
> +  ProcessorUpgradeSocketBGA2049   = 0x53,
> 
> +  ProcessorUpgradeSocketBGA2551   = 0x54,
> 
> +  ProcessorUpgradeSocketLGA1851   = 0x55,
> 
> +  ProcessorUpgradeSocketBGA2114   = 0x56,
> 
> +  ProcessorUpgradeSocketBGA2833   = 0x57
> 
>  } PROCESSOR_UPGRADE;
> 
> 
> 
>  ///
> 
> --
> 2.44.0.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#117722):
> https://edk2.groups.io/g/devel/message/117722
> Mute This Topic: https://groups.io/mt/105518457/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 (#117746): https://edk2.groups.io/g/devel/message/117746
Mute This Topic: https://groups.io/mt/105529055/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
  2024-04-14 15:23 [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4 Jason Lou
  2024-04-14 15:24 ` [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade " Jason Lou
  2024-04-15  3:23 ` 回复: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions " gaoliming via groups.io
@ 2024-04-15  5:55 ` Gao, Zhichao
  2024-04-15 10:16 ` Zeng, Star
  3 siblings, 0 replies; 5+ messages in thread
From: Gao, Zhichao @ 2024-04-15  5:55 UTC (permalink / raw)
  To: Lou, Yun, devel@edk2.groups.io
  Cc: Liu, Zhiguang, Bi, Dandan, Zeng, Star, Lin, Benny, Guo, Gua,
	Kinney, Michael D, Liming Gao

Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>

Thanks,
Zhichao

> -----Original Message-----
> From: Lou, Yun <yun.lou@intel.com>
> Sent: Sunday, April 14, 2024 11:24 PM
> To: devel@edk2.groups.io
> Cc: Lou, Yun <yun.lou@intel.com>; Liu, Zhiguang <zhiguang.liu@intel.com>;
> Bi, Dandan <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>; Gao,
> Zhichao <zhichao.gao@intel.com>; Lin, Benny <benny.lin@intel.com>; Guo,
> Gua <gua.guo@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>
> Subject: [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade
> definitions for SMBIOS Type4
> 
> From: Jason Lou <yun.lou@intel.com>
> 
> The patch adds new ProcessorUpgrade 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 | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index bdb28fc3a3..020733b777 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -880,7 +880,14 @@ typedef enum {
>    ProcessorUpgradeSocketBGA1190   = 0x4D,
> ProcessorUpgradeSocketBGA4129   = 0x4E,
> ProcessorUpgradeSocketLGA4710   = 0x4F,-
> ProcessorUpgradeSocketLGA7529   = 0x50+
> ProcessorUpgradeSocketLGA7529   = 0x50,+
> ProcessorUpgradeSocketBGA1964   = 0x51,+
> ProcessorUpgradeSocketBGA1792   = 0x52,+
> ProcessorUpgradeSocketBGA2049   = 0x53,+
> ProcessorUpgradeSocketBGA2551   = 0x54,+
> ProcessorUpgradeSocketLGA1851   = 0x55,+
> ProcessorUpgradeSocketBGA2114   = 0x56,+
> ProcessorUpgradeSocketBGA2833   = 0x57 } PROCESSOR_UPGRADE;  ///--
> 2.44.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117754): https://edk2.groups.io/g/devel/message/117754
Mute This Topic: https://groups.io/mt/105518457/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
  2024-04-14 15:23 [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4 Jason Lou
                   ` (2 preceding siblings ...)
  2024-04-15  5:55 ` Gao, Zhichao
@ 2024-04-15 10:16 ` Zeng, Star
  3 siblings, 0 replies; 5+ messages in thread
From: Zeng, Star @ 2024-04-15 10:16 UTC (permalink / raw)
  To: Lou, Yun, devel@edk2.groups.io
  Cc: Liu, Zhiguang, Bi, Dandan, Gao, Zhichao, Lin, Benny, Guo, Gua,
	Kinney, Michael D, Liming Gao

Reviewed-by: Star Zeng <star.zeng@intel.com> to this series.

-----Original Message-----
From: Lou, Yun <yun.lou@intel.com> 
Sent: Sunday, April 14, 2024 11:24 PM
To: devel@edk2.groups.io
Cc: Lou, Yun <yun.lou@intel.com>; Liu, Zhiguang <zhiguang.liu@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star <star.zeng@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Lin, Benny <benny.lin@intel.com>; Guo, Gua <gua.guo@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>
Subject: [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4

From: Jason Lou <yun.lou@intel.com>

The patch adds new ProcessorUpgrade 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 | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index bdb28fc3a3..020733b777 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -880,7 +880,14 @@ typedef enum {
   ProcessorUpgradeSocketBGA1190   = 0x4D,

   ProcessorUpgradeSocketBGA4129   = 0x4E,

   ProcessorUpgradeSocketLGA4710   = 0x4F,

-  ProcessorUpgradeSocketLGA7529   = 0x50

+  ProcessorUpgradeSocketLGA7529   = 0x50,

+  ProcessorUpgradeSocketBGA1964   = 0x51,

+  ProcessorUpgradeSocketBGA1792   = 0x52,

+  ProcessorUpgradeSocketBGA2049   = 0x53,

+  ProcessorUpgradeSocketBGA2551   = 0x54,

+  ProcessorUpgradeSocketLGA1851   = 0x55,

+  ProcessorUpgradeSocketBGA2114   = 0x56,

+  ProcessorUpgradeSocketBGA2833   = 0x57

 } PROCESSOR_UPGRADE;

 

 ///

-- 
2.44.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117772): https://edk2.groups.io/g/devel/message/117772
Mute This Topic: https://groups.io/mt/105518457/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-15 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 15:23 [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4 Jason Lou
2024-04-14 15:24 ` [edk2-devel] [PATCH v1 2/2] ShellPkg/SmbiosView: Support New ProcessorUpgrade " Jason Lou
2024-04-15  3:23 ` 回复: [edk2-devel] [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions " gaoliming via groups.io
2024-04-15  5:55 ` Gao, Zhichao
2024-04-15 10:16 ` Zeng, Star

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox