mirror of https://github.com/acidanthera/audk.git
MdePkg/SmBios.h: Add New Intel Processor family
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 <zhiguang.liu@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Benny Lin <benny.lin@intel.com> Cc: Gua Guo <gua.guo@intel.com> Cc: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Avinash Bhargava <avinash.bhargava@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
d42ad81e22
commit
d4ae5df711
|
@ -554,6 +554,7 @@ typedef enum {
|
|||
ProcessorFamilyM2 = 0x13,
|
||||
ProcessorFamilyIntelCeleronM = 0x14,
|
||||
ProcessorFamilyIntelPentium4Ht = 0x15,
|
||||
ProcessorFamilyIntel = 0x16,
|
||||
ProcessorFamilyAmdDuron = 0x18,
|
||||
ProcessorFamilyK5 = 0x19,
|
||||
ProcessorFamilyK6 = 0x1A,
|
||||
|
|
Loading…
Reference in New Issue