From nobody Fri May 17 08:25:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86858+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86858+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1645539650; cv=none; d=zohomail.com; s=zohoarc; b=Ezr3BjLdi68EcpSfjGveiwpBglF76HLlL8TuZ46foIQ4NCA3E9Gi88iDAyMXHlo+u5UWh0zDm4kepE21JOXeUkroMl87UEfn38H0rtYIbPQx3zE1p0nWb9fzuNG5z/B2a7OKvbcKeM7yazRDccpJCrCYz+tJJQcqhDbaxzNC6wo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645539650; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=DcprlrqeuErOEmhOga6HTB57ww0SHnJGzqzrlY90u+I=; b=aMfQ79ZJSeI6yv7hIpQ5u+x7YnSrxoko1YbwKFpjkwvtbZcP8ENFcleyyxrrSksjq8iJf+bGmqiHXqTXY+DcIsGL9ALN3Utehoujtt8yVcrjuh0tF3Ei1WZ+jDTPI1ztfoL1Pkrcm/6smuVrypozs65rDMvGM0hDxMr0ChTEfWo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86858+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1645539650284336.97849759952976; Tue, 22 Feb 2022 06:20:50 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0aBJYY1788612xfRv16CmZQa; Tue, 22 Feb 2022 06:20:49 -0800 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web09.13283.1645539648002741377 for ; Tue, 22 Feb 2022 06:20:48 -0800 X-IronPort-AV: E=McAfee;i="6200,9189,10265"; a="312435834" X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="312435834" X-Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 06:20:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="542949274" X-Received: from xiaolu-dev.ccr.corp.intel.com ([10.239.158.148]) by fmsmga007.fm.intel.com with ESMTP; 22 Feb 2022 06:20:45 -0800 From: "Xiaolu.Jiang" To: devel@edk2.groups.io Cc: "Xiaolu.Jiang" , Jian J Wang , Liming Gao Subject: [edk2-devel] [PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support Date: Tue, 22 Feb 2022 22:20:37 +0800 Message-Id: <20220222142037.1345-1-xiaolu.jiang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,Xiaolu.jiang@intel.com X-Gm-Message-State: iiqf7YUbA6oGRaoCzFAcdWKGx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1645539649; bh=BJpEvZKOhjhn7zaspuYz53GyAeOl8Gxa1YmfHpyC5UY=; h=Cc:Date:From:Reply-To:Subject:To; b=sktPbCTMxx6+CgjHNyOnCsyuFbXTg2p1AyMD3YF3JY5I82OicEtCp9CxqF7f9ymfE9o mMDkcEcaXQRrYP4LQGWeWujUuVdJnUl9u4vL/Tra4Bs33N+C0si5kOW7iXDqvAnp7dw/0 S1Vgyeg8ibd46zLkXDbTXumF/Sv6mMNwjkI= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1645539651131100002 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D3844 This change added Standalone MM instance of DebugLib. Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Xiaolu.Jiang Reviewed-by: Jian J Wang --- .../PeiDxeDebugLibReportStatusCode.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebu= gLibReportStatusCode.inf b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusC= ode/PeiDxeDebugLibReportStatusCode.inf index b52fc5686a..72456084ff 100644 --- a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf +++ b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf @@ -16,7 +16,7 @@ FILE_GUID =3D bda39d3a-451b-4350-8266-81ab10fa0523 MODULE_TYPE =3D PEIM VERSION_STRING =3D 1.0 - LIBRARY_CLASS =3D DebugLib|DXE_CORE DXE_DRIVER DXE_RUNT= IME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_= DRIVER + LIBRARY_CLASS =3D DebugLib|DXE_CORE DXE_DRIVER DXE_RUNT= IME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_= DRIVER MM_STANDALONE =20 # # The following information is for reference only and not required by the = build tools. --=20 2.30.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86858): https://edk2.groups.io/g/devel/message/86858 Mute This Topic: https://groups.io/mt/89317370/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-