mirror of https://github.com/acidanthera/audk.git
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 <revathyv@ami.com>
This commit is contained in:
parent
ad522d9609
commit
9dc7fb819c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue