Skip to content

Commit

Permalink
MdePkg/SmBios.h: Add New Intel Processor family
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel(R) Processor

Cc: Zhiguang Liu <[email protected]>
Cc: Dandan Bi <[email protected]>
Cc: Star Zeng <[email protected]>
Cc: Zhichao Gao <[email protected]>
Cc: Benny Lin <[email protected]>
Cc: Gua Guo <[email protected]>
Cc: Prakashan Krishnadas Veliyathuparambil <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Avinash Bhargava <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
avinashbhargava authored and mergify[bot] committed Sep 8, 2023
1 parent d42ad81 commit d4ae5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MdePkg/Include/IndustryStandard/SmBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ typedef enum {
ProcessorFamilyM2 = 0x13,
ProcessorFamilyIntelCeleronM = 0x14,
ProcessorFamilyIntelPentium4Ht = 0x15,
ProcessorFamilyIntel = 0x16,
ProcessorFamilyAmdDuron = 0x18,
ProcessorFamilyK5 = 0x19,
ProcessorFamilyK6 = 0x1A,
Expand Down

0 comments on commit d4ae5df

Please sign in to comment.