mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
19ee56c4b3
commit
782d018703
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Industry Standard Definitions of SMBIOS Table Specification v3.3.0.
|
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-2017 Hewlett Packard Enterprise Development LP<BR>
|
||||||
(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
|
(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
@ -810,7 +810,10 @@ typedef enum {
|
||||||
ProcessorUpgradeSocketLGA2066 = 0x39,
|
ProcessorUpgradeSocketLGA2066 = 0x39,
|
||||||
ProcessorUpgradeSocketBGA1392 = 0x3A,
|
ProcessorUpgradeSocketBGA1392 = 0x3A,
|
||||||
ProcessorUpgradeSocketBGA1510 = 0x3B,
|
ProcessorUpgradeSocketBGA1510 = 0x3B,
|
||||||
ProcessorUpgradeSocketBGA1528 = 0x3C
|
ProcessorUpgradeSocketBGA1528 = 0x3C,
|
||||||
|
ProcessorUpgradeSocketLGA4189 = 0x3D,
|
||||||
|
ProcessorUpgradeSocketLGA1200 = 0x3E,
|
||||||
|
ProcessorUpgradeSocketLGA4677 = 0x3F
|
||||||
} PROCESSOR_UPGRADE;
|
} PROCESSOR_UPGRADE;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue