public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family
@ 2023-09-06 11:41 Avinash
  0 siblings, 0 replies; 4+ messages in thread
From: Avinash @ 2023-09-06 11:41 UTC (permalink / raw)
  To: devel
  Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
	Benny Lin, Gua Guo, Prakashan Krishnadas Veliyathuparambil

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel® Processor

Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
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>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 89985bb4186b..acb23d556c50 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,

-- 
2.37.3.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108324): https://edk2.groups.io/g/devel/message/108324
Mute This Topic: https://groups.io/mt/101190622/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family
  2023-09-06 11:50 [edk2-devel] [PATCH 0/2] " Avinash
@ 2023-09-06 11:50 ` Avinash
  0 siblings, 0 replies; 4+ messages in thread
From: Avinash @ 2023-09-06 11:50 UTC (permalink / raw)
  To: devel
  Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
	Benny Lin, Gua Guo, Prakashan Krishnadas Veliyathuparambil

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel® Processor

Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
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>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 89985bb4186b..acb23d556c50 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,

-- 
2.37.3.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108327): https://edk2.groups.io/g/devel/message/108327
Mute This Topic: https://groups.io/mt/101190717/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family
  2023-09-07 18:59 [edk2-devel] [PATCH 0/2] " Avinash
@ 2023-09-07 18:59 ` Avinash
  0 siblings, 0 replies; 4+ messages in thread
From: Avinash @ 2023-09-07 18:59 UTC (permalink / raw)
  To: devel
  Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
	Benny Lin, Gua Guo, Prakashan Krishnadas Veliyathuparambil

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel® Processor

Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
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>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 89985bb4186b..acb23d556c50 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,

-- 
2.37.3.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108412): https://edk2.groups.io/g/devel/message/108412
Mute This Topic: https://groups.io/mt/101221821/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family
@ 2023-09-08 11:03 Avinash
  0 siblings, 0 replies; 4+ messages in thread
From: Avinash @ 2023-09-08 11:03 UTC (permalink / raw)
  To: devel
  Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
	Benny Lin, Gua Guo, Prakashan Krishnadas Veliyathuparambil,
	Michael D Kinney, Liming Gao

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel® Processor

Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
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>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 89985bb4186b..acb23d556c50 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,

-- 
2.37.3.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108443): https://edk2.groups.io/g/devel/message/108443
Mute This Topic: https://groups.io/mt/101221821/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-08 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 11:41 [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family Avinash
  -- strict thread matches above, loose matches on Subject: below --
2023-09-06 11:50 [edk2-devel] [PATCH 0/2] " Avinash
2023-09-06 11:50 ` [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : " Avinash
2023-09-07 18:59 [edk2-devel] [PATCH 0/2] " Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : " Avinash
2023-09-08 11:03 Avinash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox