Skip to content

Commit

Permalink
MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
Browse files Browse the repository at this point in the history
The patch adds new ProcessorUpgrade definitions for SMBIOS Type4 based
on SMBIOS 3.8.0.

Signed-off-by: Jason Lou <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Star Zeng <[email protected]>
Reviewed-by: Zhichao Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Dandan Bi <[email protected]>
Cc: Star Zeng <[email protected]>
Cc: Zhichao Gao <[email protected]>
Cc: Benny Lin <[email protected]>
Cc: Gua Guo <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
  • Loading branch information
jasonlouyun authored and makubacki committed May 22, 2024
1 parent 2b08534 commit 88c69a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MdePkg/Include/IndustryStandard/SmBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

///
Expand Down

0 comments on commit 88c69a3

Please sign in to comment.