From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.340.1615426823528949672 for ; Wed, 10 Mar 2021 17:40:24 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 11 Mar 2021 09:40:18 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Chasel Chiu'" , "'Nate DeSimone'" , "'Eric Dong'" References: <20210310200738.1220-1-kuqin12@gmail.com> <20210310200738.1220-2-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-2-kuqin12@gmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW2VkazItc3RhZ2luZ11bUEFUQ0ggVjEgMS81XSBNaW5QbGF0Zm9ybVBrZzogQ29yZUNvbW1vbkxpYjogQWRkZWQgbmV3IGxpYnJhcnkgZm9yIFZhcmlhYmxlU21tUnVudGltZUR4ZQ==?= Date: Thu, 11 Mar 2021 09:40:20 +0800 Message-ID: <00d701d71617$7f771b10$7e655130$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHq1Ha2Ns6RmSRQnVTWADWi9798dAF4u9RPqkrAMLA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Kun Qin > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA3=D4=C211=C8=D5 4:08 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Chasel Chiu ; Nate DeSimone > ; Liming Gao ; > Eric Dong > =D6=F7=CC=E2: [edk2-devel] [edk2-staging][PATCH V1 1/5] MinPlatformPkg: > CoreCommonLib: Added new library for VariableSmmRuntimeDxe >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3250 >=20 > This change added NULL MmUnblockMemoryLib instance in dsc files of > CoreCommonLib to resolve newly introduced dependency. The library > interface is consumed by VariableSmmRuntimeDxe to better support variabl= e > runtime cache feature. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Cc: Eric Dong >=20 > Signed-off-by: Kun Qin > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > index cb40e111b5dd..bcabb797e91a 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > @@ -159,6 +159,7 @@ [LibraryClasses.common] > LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf >=20 > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > + > MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnbloc > kMemoryLibNull.inf >=20 > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf >=20 > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib > .inf > -- > 2.30.0.windows.1 >=20 >=20 >=20 >=20 >=20