From nobody Fri May 17 08:24:39 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+86996+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+86996+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1645754160; cv=none; d=zohomail.com; s=zohoarc; b=lltEn1YO9ebxJVvn142VKYqTVZzbQUJMaKTggIJVo6iTb4HD/LADGjaJdG1NCWflb3Du+NWgdNTjXn/QOGTcbLNYbNo/9z020fW89rxPpzOedK2uCchCp2cfAxSbJF/0I1bMleWXw2W/OI7QfUAcg7UokRwm0GkVWcTgKGNk+Jo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645754160; 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=fh2aucDGHSNnnlW62y+C3vDZfjzo1rT78hAPDgxN+dE=; b=hR5voooqXDiK4fBeRAJmb84xltMRFpaBfLYVOWFb1PKit10MjAqVT1sC3OvJ7t+Z/UGQNJme7E6R7ZTIiKzZ+PEe5MLCzWtif/q1ixfL7v0nQVLgwWugNA8w1u8dj9Y9nlVG0UAVq7ZXqEaUQzkWcNKeu8omLYpx6InLTxsVB/Q= 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+86996+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 1645754160723981.9993243549593; Thu, 24 Feb 2022 17:56:00 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id gyp8YY1788612xDuULCSCZp5; Thu, 24 Feb 2022 17:56:00 -0800 X-Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.2197.1645754159025017992 for ; Thu, 24 Feb 2022 17:55:59 -0800 X-IronPort-AV: E=McAfee;i="6200,9189,10268"; a="252127573" X-IronPort-AV: E=Sophos;i="5.90,134,1643702400"; d="scan'208";a="252127573" X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2022 17:55:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,134,1643702400"; d="scan'208";a="639954189" X-Received: from xiaolu-dev.ccr.corp.intel.com ([10.239.158.148]) by orsmga004.jf.intel.com with ESMTP; 24 Feb 2022 17:55:56 -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: Fri, 25 Feb 2022 09:55:54 +0800 Message-Id: <20220225015554.2118-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: A7NVoqPJnMT7bRaoW1B3Ri7vx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1645754160; bh=bmJNmbWXe6F//FT+XKoe19Y5fSAcqYOnucWBJGs9Dvg=; h=Cc:Date:From:Reply-To:Subject:To; b=mLGJKWaiYL7rp6FHWYMKB6s2d2omaS9QdwYQBb7HZkGbxtDuojZasl1+bAB9ky2MayO 8OK9AHZ0YLa19F6ImdeJZPFka3BPlHRSyxRTxUIQKvbLQhDA1FAlpWpg9Yhd2GvMSDprE yP+dfGpfIf1ywCJdlmbJz1XvbCq3J5FxY8s= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1645754162926100002 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 Reviewed-by: Liming Gao --- .../PeiDxeDebugLibReportStatusCode.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebu= gLibReportStatusCode.inf b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusC= ode/PeiDxeDebugLibReportStatusCode.inf index b52fc5686a..c7b75de38a 100644 --- a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf +++ b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf @@ -2,7 +2,7 @@ # Debug Library based on report status code library # # Debug Library for PEIMs and DXE drivers that sends debug messages to Re= portStatusCode -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -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 (#86996): https://edk2.groups.io/g/devel/message/86996 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-