Kun: That’s enough. I just upload it into https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning#update-notes Thanks Liming 发件人: Kun Qin 发送时间: 2021年3月8日 10:22 收件人: gaoliming ; devel@edk2.groups.io 主题: Re: [edk2-devel] 回复: [edk2-devel] [PATCH v6 0/7] Add MmUnblockMemoryLib Interface and Usages Hi Liming, I have drafted a short update note below. This is my first time doing it, please let me know if you have any feedbacks: * VariableSmmRuntimeDxe.inf depends on library class MmUnblockMemoryLib. Platforms supporting variable service through SMM should configure platform DSC in [LibraryClasses] ```MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf``` * Tcg2Smm is split into 2 drivers: Tcg2Smm and Tcg2Acpi. Platforms supporting TCG2 Physical Presence and Memory Clear through ACPI method should add a new entry in [Components] section of platform DSC as well as the corresponding FV section in platform FDF ```SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf``` I will work on updating edk2-platform in that regards shortly. Thanks, Kun