[edk2-devel] [PATCH V2 2/2] ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0

Zeng, Star star.zeng at intel.com
Wed Aug 16 01:32:44 UTC 2023


Reviewed-by: Star Zeng <star.zeng at intel.com>

-----Original Message-----
From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Eduardo Cuevas Farfan
Sent: Friday, August 11, 2023 12:32 AM
To: devel at edk2.groups.io
Cc: Cuevas Farfan, Eduardo <eduardo.cuevas.farfan at intel.com>
Subject: [edk2-devel] [PATCH V2 2/2] ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0

This patch adds below definitions from SMBIOS 3.7.0 into QueryTable.c
- ProcessorUpgradeSocketAM5
- ProcessorUpgradeSocketSP5
- ProcessorUpgradeSocketSP6
- ProcessorUpgradeSocketBGA883
- ProcessorUpgradeSocketBGA1190
- ProcessorUpgradeSocketBGA4129
- ProcessorUpgradeSocketLGA4710
- ProcessorUpgradeSocketLGA7529

Signed-off-by: Eduardo Cuevas Farfan <eduardo.cuevas.farfan at intel.com>
---
 .../SmbiosView/QueryTable.c                   | 34 ++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 29b5a2900150..82bb7a41f0e6 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 - 2021, Intel Corporation. All rights reserved.<BR>

+  Copyright (c) 2005 - 2023, 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

@@ -638,6 +638,38 @@ TABLE_ITEM  ProcessorUpgradeTable[] = {
   {

     0x48,

     L"Socket BGA5773"

+  },

+  {

+    0x49,

+    L"Socket AM5"

+  },

+  {

+    0x4A,

+    L"Socket SP5"

+  },

+  {

+    0x4B,

+    L"Socket SP6"

+  },

+  {

+    0x4C,

+    L"Socket BGA883"

+  },

+  {

+    0x4D,

+    L"Socket BGA1190"

+  },

+  {

+    0x4E,

+    L"Socket BGA4129"

+  },

+  {

+    0x4F,

+    L"Socket LGA4710"

+  },

+  {

+    0x50,

+    L"Socket LGA7529"

   }

 };

 

-- 
2.26.2.windows.1



-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107696): https://edk2.groups.io/g/devel/message/107696
Mute This Topic: https://groups.io/mt/100667110/1779220
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [star.zeng at intel.com]
-=-=-=-=-=-=




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107776): https://edk2.groups.io/g/devel/message/107776
Mute This Topic: https://groups.io/mt/100667110/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list