Skip to content

Commit 96e0aab

Browse files
Revathy-Reykenlautner
authored andcommitted
MdePkg: Updated Type 4 Info as per Smbios 3.8.0
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4861 Added PROCESSOR_FAMILY_NAME support in MdePkg. Signed-off-by: Revathy <[email protected]>
1 parent 92ab9fb commit 96e0aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MdePkg/Include/IndustryStandard/SmBios.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ typedef enum {
706706
ProcessorFamilyIntelCoreI5 = 0xCD,
707707
ProcessorFamilyIntelCoreI3 = 0xCE,
708708
ProcessorFamilyIntelCoreI9 = 0xCF,
709+
ProcessorFamilyIntelXeonD = 0xD0, /// Smbios spec 3.8 updated this value
709710
ProcessorFamilyViaC7M = 0xD2,
710711
ProcessorFamilyViaC7D = 0xD3,
711712
ProcessorFamilyViaC7 = 0xD4,

0 commit comments

Comments
 (0)