Skip to content

Commit

Permalink
MdePkg/SmBios.h: Add new Processor Upgrade definition for SMBIOS Type4
Browse files Browse the repository at this point in the history
The patch adds ProcessorUpgradeInvalid(0xFF) definition in Processor
Upgrade(Type 4, Offset 19h) for SMBIOS Type4 based on SMBIOS v3.8.0.
Processor Upgrade should be 0xFF when no other valid enumeration is
available.

Signed-off-by: Jason Zhao <[email protected]>
  • Loading branch information
jiahuanzhao authored and kenlautner committed Dec 6, 2024
1 parent fdc7433 commit e5740cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MdePkg/Include/IndustryStandard/SmBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,8 @@ typedef enum {
ProcessorUpgradeSocketBGA2551 = 0x54,
ProcessorUpgradeSocketLGA1851 = 0x55,
ProcessorUpgradeSocketBGA2114 = 0x56,
ProcessorUpgradeSocketBGA2833 = 0x57
ProcessorUpgradeSocketBGA2833 = 0x57,
ProcessorUpgradeInvalid = 0xFF
} PROCESSOR_UPGRADE;

///
Expand Down

0 comments on commit e5740cd

Please sign in to comment.