[edk2-devel] [PATCH] * MdePkg/SmBios.h: Updated newly added socket info from smbios 3.4.

Chaganty, Rangasai V rangasai.v.chaganty at intel.com
Wed Apr 21 06:52:39 UTC 2021


Please also update SmbiosView library in ShellPkg with the new socket types.
With that:
Reviewed-by: Sai Chaganty <rangasai.v.chaganty at intel.com>

-----Original Message-----
From: Bhargava, Avinash <avinash.bhargava at intel.com> 
Sent: Tuesday, April 20, 2021 7:39 AM
To: devel at edk2.groups.io
Cc: Ni, Ray <ray.ni at intel.com>; Chaganty; Chaganty, Rangasai V <rangasai.v.chaganty at intel.com>; Liming Gao <gaoliming at byosoft.com.cn>; Kumar; Kumar, Chandana C <chandana.c.kumar at intel.com>
Subject: [PATCH] * MdePkg/SmBios.h: Updated newly added socket info from smbios 3.4.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3140
Add theses socket type to MdePkg\Include\IndustryStandard\SmBios.h
-LGA1200
-LGA4189

Signed-off-by: Avinash Bhargava <avinash.bhargava at intel.com>
Cc: Ray Ni <ray.ni at intel.com>
Cc: Chaganty, Rangasai V <rangasai.v.chaganty at intel.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Cc: Kumar, Chandana C <chandana.c.kumar at intel.com>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index cc023b7369..39dfe4e137 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.3.0.

 

-Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>

+Copyright (c) 2006 - 2021, 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>

 SPDX-License-Identifier: BSD-2-Clause-Patent

@@ -810,7 +810,9 @@ typedef enum {
   ProcessorUpgradeSocketLGA2066   = 0x39,

   ProcessorUpgradeSocketBGA1392   = 0x3A,

   ProcessorUpgradeSocketBGA1510   = 0x3B,

-  ProcessorUpgradeSocketBGA1528   = 0x3C

+  ProcessorUpgradeSocketBGA1528   = 0x3C,

+  ProcessorUpgradeSocketLGA4189   = 0x3D,

+  ProcessorUpgradeSocketLGA1200   = 0x3E

 } PROCESSOR_UPGRADE;

 

 ///

-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#74317): https://edk2.groups.io/g/devel/message/74317
Mute This Topic: https://groups.io/mt/82254796/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