[edk2-devel] [PATCH] Update information of "Processor Upgrade" field in SMBIOS Type4

WesleyX Hsu posted 1 patch 2 years, 2 months ago
Failed in applying to current master (apply log)
MdePkg/Include/IndustryStandard/SmBios.h             |  5 ++++-
.../SmbiosView/QueryTable.c                          | 12 ++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH] Update information of "Processor Upgrade" field in SMBIOS Type4
Posted by WesleyX Hsu 2 years, 2 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3827

Add new Socket info to Processor Upgrade field in Smbios structure
According to SMBIOS spec - dmtf 3.6.0 WIP50 (DSP0134)

Change-Id: Ia0f9b64370bef22ba277eec155d5df8358c89b72
Signed-off-by: WesleyX Hsu <wesleyx.hsu@intel.com>
Cc: Chandana C Kumar <chandana.c.kumar@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: HerbX Yeh <herbx.yeh@intel.com>
Cc: NickX Peng <nickx.peng@intel.com>
Cc: TinaX Y Chen <tinax.y.chen@intel.com>
Signed-off-by: WesleyX Hsu <wesleyx.hsu@intel.com>
---
 MdePkg/Include/IndustryStandard/SmBios.h             |  5 ++++-
 .../SmbiosView/QueryTable.c                          | 12 ++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 828ea6d753..cbd3f3ee89 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -812,7 +812,10 @@ typedef enum {
   ProcessorUpgradeSocketBGA1528   = 0x3C,
   ProcessorUpgradeSocketLGA4189   = 0x3D,
   ProcessorUpgradeSocketLGA1200   = 0x3E,
-  ProcessorUpgradeSocketLGA4677   = 0x3F
+  ProcessorUpgradeSocketLGA4677   = 0x3F,
+  ProcessorUpgradeSocketLGA1700   = 0x40,
+  ProcessorUpgradeSocketBGA1744   = 0x41,
+  ProcessorUpgradeSocketBGA1781   = 0x42,
 } PROCESSOR_UPGRADE;
 
 ///
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index c4a6acb167..dae1721598 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -601,6 +601,18 @@ TABLE_ITEM  ProcessorUpgradeTable[] = {
   {
     0x3F,
     L"Socket LGA4677"
+  },
+  {
+    0x40,
+    L"Socket LGA1700"
+  },
+  {
+    0x41,
+    L"Socket BGA1744"
+  },
+  {
+    0x42,
+    L"Socket BGA1781"
   }
 };
 
-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86448): https://edk2.groups.io/g/devel/message/86448
Mute This Topic: https://groups.io/mt/88996015/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-