summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvinash Bhargava <avinash.bhargava@intel.com>2023-09-08 04:10:12 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-09-08 20:05:49 +0000
commitd4ae5df71190148c902942c3462245e97ed2fcc8 (patch)
treece4b4280c4089fdb02b619ca6bee32c42152d985
parentd42ad81e2247bc6f1c30ef7be5fafc6fcfa0dfb9 (diff)
downloadedk2-d4ae5df71190148c902942c3462245e97ed2fcc8.tar.gz
edk2-d4ae5df71190148c902942c3462245e97ed2fcc8.tar.bz2
edk2-d4ae5df71190148c902942c3462245e97ed2fcc8.zip
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>
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 40bdc9a937..56cec615a0 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -554,6 +554,7 @@ typedef enum {
ProcessorFamilyM2 = 0x13,
ProcessorFamilyIntelCeleronM = 0x14,
ProcessorFamilyIntelPentium4Ht = 0x15,
+ ProcessorFamilyIntel = 0x16,
ProcessorFamilyAmdDuron = 0x18,
ProcessorFamilyK5 = 0x19,
ProcessorFamilyK6 = 0x1A,