mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
MdePkg/SmBios.h: Add new Processor Upgrade definition for SMBIOS Type4
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 <jason.zhao@intel.com>
This commit is contained in:
parent
7f505d377b
commit
aebe9625c9
@ -887,7 +887,8 @@ typedef enum {
|
||||
ProcessorUpgradeSocketBGA2551 = 0x54,
|
||||
ProcessorUpgradeSocketLGA1851 = 0x55,
|
||||
ProcessorUpgradeSocketBGA2114 = 0x56,
|
||||
ProcessorUpgradeSocketBGA2833 = 0x57
|
||||
ProcessorUpgradeSocketBGA2833 = 0x57,
|
||||
ProcessorUpgradeInvalid = 0xFF
|
||||
} PROCESSOR_UPGRADE;
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user