diff options
author | Jason Lou <yun.lou@intel.com> | 2024-04-14 22:44:55 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-16 08:25:44 +0000 |
commit | bfcf2d66c7d772f2becb9035eee6a81b3b69f504 (patch) | |
tree | 565c2115cead73654a92529781ab3bf74a5f3ea7 /MdePkg/Include/IndustryStandard | |
parent | 6363872629cd58636128824977e56eea15b97a15 (diff) | |
download | edk2-bfcf2d66c7d772f2becb9035eee6a81b3b69f504.tar.gz |
MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
The patch adds new ProcessorUpgrade definitions for SMBIOS Type4 based
on SMBIOS 3.8.0.
Signed-off-by: Jason Lou <yun.lou@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Benny Lin <benny.lin@intel.com>
Cc: Gua Guo <gua.guo@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r-- | MdePkg/Include/IndustryStandard/SmBios.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index bdb28fc3a3..020733b777 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -880,7 +880,14 @@ typedef enum { ProcessorUpgradeSocketBGA1190 = 0x4D,
ProcessorUpgradeSocketBGA4129 = 0x4E,
ProcessorUpgradeSocketLGA4710 = 0x4F,
- ProcessorUpgradeSocketLGA7529 = 0x50
+ ProcessorUpgradeSocketLGA7529 = 0x50,
+ ProcessorUpgradeSocketBGA1964 = 0x51,
+ ProcessorUpgradeSocketBGA1792 = 0x52,
+ ProcessorUpgradeSocketBGA2049 = 0x53,
+ ProcessorUpgradeSocketBGA2551 = 0x54,
+ ProcessorUpgradeSocketLGA1851 = 0x55,
+ ProcessorUpgradeSocketBGA2114 = 0x56,
+ ProcessorUpgradeSocketBGA2833 = 0x57
} PROCESSOR_UPGRADE;
///
|