From: "Eduardo Cuevas Farfan" <eduardo.cuevas.farfan@intel.com>
To: devel@edk2.groups.io
Cc: Eduardo Cuevas Farfan <eduardo.cuevas.farfan@intel.com>
Subject: [edk2-devel] [PATCH V2 2/2] ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0
Date: Thu, 10 Aug 2023 09:31:51 -0700 [thread overview]
Message-ID: <7d4de84f323d36ebd7f48884df7f5ad5a306751d.1691684805.git.eduardo.cuevas.farfan@intel.com> (raw)
In-Reply-To: <cover.1691684805.git.eduardo.cuevas.farfan@intel.com>
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@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/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
next prev parent reply other threads:[~2023-08-10 16:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 16:31 [edk2-devel] [PATCH V2 0/2] Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0 Eduardo Cuevas Farfan
2023-08-10 16:31 ` [edk2-devel] [PATCH V2 1/2] MdePkg: " Eduardo Cuevas Farfan
2023-08-16 1:32 ` Zeng, Star
2023-08-29 5:02 ` 回复: " gaoliming via groups.io
2023-08-10 16:31 ` Eduardo Cuevas Farfan [this message]
2023-08-16 1:32 ` [edk2-devel] [PATCH V2 2/2] ShellPkg: " Zeng, Star
2023-08-18 3:10 ` [edk2-devel] [PATCH V2 0/2] " Zeng, Star
2023-08-18 7:02 ` 回复: " gaoliming via groups.io
2023-08-18 11:33 ` Zeng, Star
[not found] ` <177C77061099C22B.3047@groups.io>
2023-08-28 8:39 ` Zeng, Star
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=7d4de84f323d36ebd7f48884df7f5ad5a306751d.1691684805.git.eduardo.cuevas.farfan@intel.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