Reviewed-by: Liming Gao <[email protected]> for this patch set.
> -----邮件原件----- > 发件人: [email protected] <[email protected]> 代表 Jason Lou > 发送时间: 2024年4月14日 23:24 > 收件人: [email protected] > 抄送: Jason Lou <[email protected]>; Zhiguang Liu <[email protected]>; > Dandan Bi <[email protected]>; Star Zeng <[email protected]>; Zhichao > Gao <[email protected]>; Benny Lin <[email protected]>; Gua Guo > <[email protected]>; Michael D Kinney <[email protected]>; > Liming Gao <[email protected]> > 主题: [edk2-devel] [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 (#117722): > https://edk2.groups.io/g/devel/message/117722 > Mute This Topic: https://groups.io/mt/105518457/4905953 > Group Owner: [email protected] > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [[email protected]] > -=-=-=-=-=-= > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117746): https://edk2.groups.io/g/devel/message/117746 Mute This Topic: https://groups.io/mt/105529055/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
