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.3525.1646099682763451335 for ; Mon, 28 Feb 2022 17:54:43 -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 ; Tue, 01 Mar 2022 09:54:39 +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: "'Jian J Wang'" References: <20220225015554.2118-1-xiaolu.jiang@intel.com> In-Reply-To: <20220225015554.2118-1-xiaolu.jiang@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF1bUEFUQ0hdIGVkazIvTWRlTW9kdWxlUGtnL0RlYnVnbGliOiBBZGQgU3RhbmRhbG9uZSBNTSBzdXBwb3J0?= Date: Tue, 1 Mar 2022 09:54:40 +0800 Message-ID: <02de01d82d0f$5088eda0$f19ac8e0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQImJs2SwUFmM169xEJS7E0YUBxViKwN0P+A 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 Xiaolu.Jiang > =B7=A2=CB=CD=CA=B1=BC=E4: 2022=C4=EA2=D4=C225=C8=D5 9:56 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Xiaolu.Jiang ; Jian J Wang > ; Liming Gao > =D6=F7=CC=E2: [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add = Standalone > MM support >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D3844 >=20 > This change added Standalone MM instance of DebugLib. >=20 > Cc: Jian J Wang > Cc: Liming Gao >=20 > Signed-off-by: Xiaolu.Jiang > --- > .../PeiDxeDebugLibReportStatusCode.inf | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git > a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi > bReportStatusCode.inf > b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi > bReportStatusCode.inf > index b52fc5686a..c7b75de38a 100644 > --- > a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi > bReportStatusCode.inf > +++ > b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi > bReportStatusCode.inf > @@ -2,7 +2,7 @@ > # Debug Library based on report status code library >=20 > # >=20 > # Debug Library for PEIMs and DXE drivers that sends debug messages = to > ReportStatusCode >=20 > -# Copyright (c) 2006 - 2018, Intel Corporation. All rights = reserved.
>=20 > +# Copyright (c) 2006 - 2022, Intel Corporation. All rights = reserved.
>=20 > # >=20 > # SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > # >=20 > @@ -16,7 +16,7 @@ > FILE_GUID =3D > bda39d3a-451b-4350-8266-81ab10fa0523 >=20 > MODULE_TYPE =3D PEIM >=20 > VERSION_STRING =3D 1.0 >=20 > - LIBRARY_CLASS =3D DebugLib|DXE_CORE > DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM > SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER >=20 > + LIBRARY_CLASS =3D DebugLib|DXE_CORE > DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM > SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER MM_STANDALONE >=20 >=20 >=20 > # >=20 > # The following information is for reference only and not required by = the > build tools. >=20 > -- > 2.30.2.windows.1 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#86996): = https://edk2.groups.io/g/devel/message/86996 > Mute This Topic: https://groups.io/mt/89317370/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