We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ab9fb commit 96e0aabCopy full SHA for 96e0aab
MdePkg/Include/IndustryStandard/SmBios.h
@@ -706,6 +706,7 @@ typedef enum {
706
ProcessorFamilyIntelCoreI5 = 0xCD,
707
ProcessorFamilyIntelCoreI3 = 0xCE,
708
ProcessorFamilyIntelCoreI9 = 0xCF,
709
+ ProcessorFamilyIntelXeonD = 0xD0, /// Smbios spec 3.8 updated this value
710
ProcessorFamilyViaC7M = 0xD2,
711
ProcessorFamilyViaC7D = 0xD3,
712
ProcessorFamilyViaC7 = 0xD4,
0 commit comments