MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4

The patch adds new ProcessorFamily definitions for SMBIOS Type4 based on
SMBIOS 3.8.0.

Signed-off-by: Jason Lou <yun.lou@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@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: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Jason Lou 2024-02-24 22:48:40 +08:00 committed by mergify[bot]
parent 275d0a39c4
commit 47723854fd
1 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/** @file /** @file
Industry Standard Definitions of SMBIOS Table Specification v3.7.0. Industry Standard Definitions of SMBIOS Table Specification v3.8.0.
Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR> Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
Copyright (c) 2022, AMD Incorporated. All rights reserved.<BR> Copyright (c) 2022, AMD Incorporated. All rights reserved.<BR>
@ -774,7 +774,15 @@ typedef enum {
ProcessorFamilyQuadCoreLoongson3B = 0x026E, ProcessorFamilyQuadCoreLoongson3B = 0x026E,
ProcessorFamilyMultiCoreLoongson3B = 0x026F, ProcessorFamilyMultiCoreLoongson3B = 0x026F,
ProcessorFamilyMultiCoreLoongson3C = 0x0270, ProcessorFamilyMultiCoreLoongson3C = 0x0270,
ProcessorFamilyMultiCoreLoongson3D = 0x0271 ProcessorFamilyMultiCoreLoongson3D = 0x0271,
ProcessorFamilyIntelCore3 = 0x0300,
ProcessorFamilyIntelCore5 = 0x0301,
ProcessorFamilyIntelCore7 = 0x0302,
ProcessorFamilyIntelCore9 = 0x0303,
ProcessorFamilyIntelCoreUltra3 = 0x0304,
ProcessorFamilyIntelCoreUltra5 = 0x0305,
ProcessorFamilyIntelCoreUltra7 = 0x0306,
ProcessorFamilyIntelCoreUltra9 = 0x0307
} PROCESSOR_FAMILY2_DATA; } PROCESSOR_FAMILY2_DATA;
/// ///