[edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS

Avinash posted 2 patches 1 year ago
[edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS
Posted by Avinash 1 year ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547

Add New Intel Processor family for SMBIOS
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>
---
 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 40bdc9a937c0..56cec615a010 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 (#108411): https://edk2.groups.io/g/devel/message/108411
Mute This Topic: https://groups.io/mt/101221819/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS
Posted by Michael D Kinney 1 year ago
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Avinash
> Sent: Thursday, September 7, 2023 12:00 PM
> To: devel@edk2.groups.io
> Cc: Bhargava, Avinash <avinash.bhargava@intel.com>; Liu, Zhiguang
> <zhiguang.liu@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star
> <star.zeng@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> Subject: [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor
> family for SMBIOS
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547
> 
> Add New Intel Processor family for SMBIOS
> 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>
> ---
>  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 40bdc9a937c0..56cec615a010 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 (#108456): https://edk2.groups.io/g/devel/message/108456
Mute This Topic: https://groups.io/mt/101221819/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-