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.27654.1612143125048844541 for ; Sun, 31 Jan 2021 17:32:06 -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 ; Mon, 01 Feb 2021 09:31:55 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , Cc: "'Eric Dong'" , "'Hao A Wu'" , "'Jian J Wang'" , "'Ray Ni'" References: <20210122211148.814-1-mikuback@linux.microsoft.com> <165D54CD9EB5C9CE.23152@groups.io> In-Reply-To: <165D54CD9EB5C9CE.23152@groups.io> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gTWRlUGtnL1NtaUhhbmRsZXJQcm9maWxlTGliTnVsbDogQWRkIE1NX1NUQU5EQUxPTkUgc3VwcG9ydA==?= Date: Mon, 1 Feb 2021 09:32:00 +0800 Message-ID: <018d01d6f83a$098a2b90$1c9e82b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGkEKev5qHgCLl3aftm0CQiyj1OMQIh0AxKqpdEJyA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Create PR https://github.com/tianocore/edk2/pull/1394 to merge this patch.= =20 Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+70708+4905953+8761045@groups.io > =B4=FA=B1=ED gaoliming > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA1=D4=C225=C8=D5 9:18 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; mikuback@linux.microsoft.com > =B3=AD=CB=CD: 'Eric Dong' ; 'Hao A Wu' ; > 'Jian J Wang' ; 'Ray Ni' > =D6=F7=CC=E2: =BB=D8=B8=B4: [edk2-devel] [PATCH v1 1/1] MdePkg/SmiHandle= rProfileLibNull: > Add MM_STANDALONE support >=20 > Reviewed-by: Liming Gao >=20 > > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > > =B7=A2=BC=FE=C8=CB: bounce+27952+70694+4905953+8761045@groups.io > > =B4=FA=B1=ED > > mikuback@linux.microsoft.com > > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA1=D4=C223=C8=D5 5:12 > > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > > =B3=AD=CB=CD: Eric Dong ; Hao A Wu ; > > Jian J Wang ; Ray Ni > > =D6=F7=CC=E2: [edk2-devel] [PATCH v1 1/1] MdePkg/SmiHandlerProfileLibN= ull: Add > > MM_STANDALONE support > > > > From: Michael Kubacki > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3184 > > > > Allows the library instance to be linked with MM_STANDALONE modules. > > > > Cc: Eric Dong > > Cc: Hao A Wu > > Cc: Jian J Wang > > Cc: Ray Ni > > Signed-off-by: Michael Kubacki > > --- > > MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > | 2 > > +- > > MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf = | > 2 > > +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git > > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > > index c2c6b8bc6ff9..4bf800c139a6 100644 > > --- a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull= .c > > +++ b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull= .c > > @@ -6,7 +6,7 @@ > > > > **/ > > > > -#include > > +#include > > #include > > > > /** > > diff --git > > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > > index caf9af899376..e3512248a093 100644 > > --- > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > > +++ > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > > @@ -15,7 +15,7 @@ [Defines] > > FILE_GUID =3D > > B43D1B52-6251-4E6F-82EC-A599A5EE94C1 > > MODULE_TYPE =3D DXE_SMM_DRIVER > > VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D > > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE > > + LIBRARY_CLASS =3D > > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE > > MM_CORE_STANDALONE > > > > # > > # The following information is for reference only and not required by the > > build tools. > > -- > > 2.28.0.windows.1 > > > > > > > > -=3D-=3D-=3D-=3D-=3D-=3D > > Groups.io Links: You receive all messages sent to this group. > > View/Reply Online (#70694): > https://edk2.groups.io/g/devel/message/70694 > > Mute This Topic: https://groups.io/mt/80041632/4905953 > > Group Owner: devel+owner@edk2.groups.io > > Unsubscribe: https://edk2.groups.io/g/devel/unsub > > [gaoliming@byosoft.com.cn] > > -=3D-=3D-=3D-=3D-=3D-=3D > > >=20 >=20 >=20 >=20 >=20 >=20 >=20