Reviewed-by: Star Zeng <[email protected]> to this series. -----Original Message----- From: Lou, Yun <[email protected]> Sent: Sunday, April 14, 2024 11:24 PM To: [email protected] Cc: Lou, Yun <[email protected]>; Liu, Zhiguang <[email protected]>; Bi, Dandan <[email protected]>; Zeng, Star <[email protected]>; Gao, Zhichao <[email protected]>; Lin, Benny <[email protected]>; Guo, Gua <[email protected]>; Kinney, Michael D <[email protected]>; Liming Gao <[email protected]> Subject: [PATCH v1 1/2] MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
From: Jason Lou <[email protected]> The patch adds new ProcessorUpgrade definitions for SMBIOS Type4 based on SMBIOS 3.8.0. Signed-off-by: Jason Lou <[email protected]> Cc: Zhiguang Liu <[email protected]> Cc: Dandan Bi <[email protected]> Cc: Star Zeng <[email protected]> Cc: Zhichao Gao <[email protected]> Cc: Benny Lin <[email protected]> Cc: Gua Guo <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> --- MdePkg/Include/IndustryStandard/SmBios.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index bdb28fc3a3..020733b777 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -880,7 +880,14 @@ typedef enum { ProcessorUpgradeSocketBGA1190 = 0x4D, ProcessorUpgradeSocketBGA4129 = 0x4E, ProcessorUpgradeSocketLGA4710 = 0x4F, - ProcessorUpgradeSocketLGA7529 = 0x50 + ProcessorUpgradeSocketLGA7529 = 0x50, + ProcessorUpgradeSocketBGA1964 = 0x51, + ProcessorUpgradeSocketBGA1792 = 0x52, + ProcessorUpgradeSocketBGA2049 = 0x53, + ProcessorUpgradeSocketBGA2551 = 0x54, + ProcessorUpgradeSocketLGA1851 = 0x55, + ProcessorUpgradeSocketBGA2114 = 0x56, + ProcessorUpgradeSocketBGA2833 = 0x57 } PROCESSOR_UPGRADE; /// -- 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117772): https://edk2.groups.io/g/devel/message/117772 Mute This Topic: https://groups.io/mt/105518457/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
