Skip to content

Commit

Permalink
Merge branch 'microsoft:dev/202405' into user/kanechen/mock_variable_…
Browse files Browse the repository at this point in the history
…policy
  • Loading branch information
kanechen66 authored Dec 6, 2024
2 parents 2518caf + 96e0aab commit 0d87a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MdePkg/Include/IndustryStandard/SmBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ typedef enum {
ProcessorFamilyIntelCoreI5 = 0xCD,
ProcessorFamilyIntelCoreI3 = 0xCE,
ProcessorFamilyIntelCoreI9 = 0xCF,
ProcessorFamilyIntelXeonD = 0xD0, /// Smbios spec 3.8 updated this value
ProcessorFamilyViaC7M = 0xD2,
ProcessorFamilyViaC7D = 0xD3,
ProcessorFamilyViaC7 = 0xD4,
Expand Down Expand Up @@ -887,7 +888,8 @@ typedef enum {
ProcessorUpgradeSocketBGA2551 = 0x54,
ProcessorUpgradeSocketLGA1851 = 0x55,
ProcessorUpgradeSocketBGA2114 = 0x56,
ProcessorUpgradeSocketBGA2833 = 0x57
ProcessorUpgradeSocketBGA2833 = 0x57,
ProcessorUpgradeInvalid = 0xFF
} PROCESSOR_UPGRADE;

///
Expand Down

0 comments on commit 0d87a2a

Please sign in to comment.