summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeng, Star <star.zeng@intel.com>2021-09-28 10:36:16 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-12 05:41:25 +0000
commit782d0187032908cfe3298f975dca6ca1312f8bc2 (patch)
tree1f67628b4312ace1929a48e655252c6c70b46323
parent19ee56c4b33faa33078894a6c8495c81c660b8be (diff)
downloadedk2-782d0187032908cfe3298f975dca6ca1312f8bc2.tar.gz
edk2-782d0187032908cfe3298f975dca6ca1312f8bc2.tar.bz2
edk2-782d0187032908cfe3298f975dca6ca1312f8bc2.zip
MdePkg: Add ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0
This patch adds ProcessorUpgradeSocketLGA4677 definition into Smbios.h from SMBIOS 3.5.0. It also adds ProcessorUpgradeSocketLGA4189 and ProcessorUpgradeSocketLGA1200 definitions into from SMBIOS 3.4.0. Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 6918f58cce..2c2b32b8d4 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,10 @@ typedef enum {
ProcessorUpgradeSocketLGA2066 = 0x39,
ProcessorUpgradeSocketBGA1392 = 0x3A,
ProcessorUpgradeSocketBGA1510 = 0x3B,
- ProcessorUpgradeSocketBGA1528 = 0x3C
+ ProcessorUpgradeSocketBGA1528 = 0x3C,
+ ProcessorUpgradeSocketLGA4189 = 0x3D,
+ ProcessorUpgradeSocketLGA1200 = 0x3E,
+ ProcessorUpgradeSocketLGA4677 = 0x3F
} PROCESSOR_UPGRADE;
///