Reviewed-by: Dandan Bi <[email protected]>
Thanks, Dandan -----Original Message----- From: Bhargava, Avinash <[email protected]> Sent: Saturday, September 2, 2023 2:21 AM To: [email protected] Cc: Bhargava, Avinash <[email protected]>; Liu, Zhiguang <[email protected]>; Bi, Dandan <[email protected]>; Zeng, Star <[email protected]>; Gao, Zhichao <[email protected]> Subject: [PATCH v1 1/1] MdePkg/Include/IndustryStandard/SmBios.h: Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547 Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0 Hex value - 16h Name - Intel® Processor Signed-off-by: avinashbhargava <[email protected]> Cc: Zhiguang Liu <[email protected]> Cc: Dandan Bi <[email protected]> Cc: Star Zeng <[email protected]> Cc: Zhichao Gao <[email protected]> --- 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 (#108249): https://edk2.groups.io/g/devel/message/108249 Mute This Topic: https://groups.io/mt/101104407/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
