Reviewed-by: Liming Gao 发件人: devel@edk2.groups.io 代表 Thotala, Gopi 发送时间: 2021年7月8日 23:35 收件人: devel@edk2.groups.io; gaoliming@byosoft.com.cn; 'Rebecca Cran' 主题: Re: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes Liming, No platform changes required for this. Commit message is highlighted with the changes. Attached the V3 patch here. Thanks Gopi From: devel@edk2.groups.io > On Behalf Of gaoliming Sent: Sunday, June 20, 2021 6:11 PM To: Thotala, Gopi >; devel@edk2.groups.io ; 'Rebecca Cran' > Subject: 回复: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes Gopi: Can you highlight this change in the commit message? Do you find any platform is required to be updated for this update? Thanks Liming 发件人: Thotala, Gopi > 发送时间: 2021年6月17日 11:53 收件人: gaoliming >; devel@edk2.groups.io ; 'Rebecca Cran' > 主题: RE: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes These changes were requested in smbios spec version 3.4.0. >From smbios specs 3.4.0 table 51 – BIT 5&6. This field is moved from specific MemoryArrayLocationCXLFlexbus10AddonCard to generic MemoryArrayLocationCXLAddonCard to address both CXL1.0 and 2.0 CXL revisions.(including backward compatible, not specific to CXL1.0) >From smbios specs 3.4.0 table 79. The memory technology name changed from MemoryTechnologyIntelPersistentMemory to MemoryTechnologyIntelOptanePersistentMemory. Attached smbios specs here for reference. From: gaoliming > Sent: Wednesday, June 16, 2021 7:10 PM To: devel@edk2.groups.io ; Thotala, Gopi >; 'Rebecca Cran' > Subject: 回复: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes Gopi: Could you let me know why changes below field name? MemoryArrayLocationCXLFlexbus10AddonCard ==> MemoryArrayLocationCXLAddonCard MemoryTechnologyIntelPersistentMemory ==> MemoryTechnologyIntelOptanePersistentMemory Thanks Liming 发件人: devel@edk2.groups.io > 代表 Thotala, Gopi 发送时间: 2021年6月14日 23:40 收件人: Rebecca Cran >; devel@edk2.groups.io 主题: Re: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes Attached V2 patch after typo correction. Thanks Gopi From: Rebecca Cran > Sent: Sunday, June 13, 2021 9:34 AM To: devel@edk2.groups.io ; Thotala, Gopi > Subject: Re: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes There’s a typo of ‘persistent’ in: // Optane DC Presistent Memory in SMBIOS spec 3.4.0 Rebecca Cran On Jun 2, 2021, at 10:46 AM, Thotala, Gopi > wrote:  Initial patch submitted for review.