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:
Jason Zhao 2024-09-02 20:41:42 +08:00 committed by mergify[bot]
parent 7f505d377b
commit aebe9625c9

View File

@ -887,7 +887,8 @@ typedef enum {
ProcessorUpgradeSocketBGA2551 = 0x54,
ProcessorUpgradeSocketLGA1851 = 0x55,
ProcessorUpgradeSocketBGA2114 = 0x56,
ProcessorUpgradeSocketBGA2833 = 0x57
ProcessorUpgradeSocketBGA2833 = 0x57,
ProcessorUpgradeInvalid = 0xFF
} PROCESSOR_UPGRADE;
///