From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=EllIHoPo; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: xiaolu.jiang@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645539648; x=1677075648; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iM9sQ+24+FOcoJbMDacnCpHoo0KGmBlczSmQ4WLIL5I=; b=EllIHoPoeJEkdeOsAtgniQWfMXcPhYYldq1Ffo3LP0V4I6CY8epDMQu/ P/QDEsuOjNAszRM9BWM8JpmnuYlRvwio60/33ovrx++zOFYZhZRSCjVSX j3+ZPJQETgEBuKgjaxsm8YiEWNjyY5xFd1/WIimeHfFvOF4yiIm+nlQNU LMXGM2I55uVwkgfCaqbE6DXhj06cb0an9JEaMXRKt9ZNBUJahmGD7FdON ofQe3GYJThl1KVzHn+EbrUFa6gLEgYUGy02M2Vgp8SZwNOi5x2Qd0G/18 dQF9lit7N8TJwlKIhPxF12YPdlB57GCFeoMWpY9EIBcYIMKV8QS1Vo/NM g==; 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" 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" 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: [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> X-Mailer: git-send-email 2.30.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 --- .../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= =0D MODULE_TYPE =3D PEIM=0D VERSION_STRING =3D 1.0=0D - 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=0D + 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=0D =0D #=0D # The following information is for reference only and not required by the = build tools.=0D --=20 2.30.2.windows.1