From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id D52DB740035 for ; Mon, 29 Apr 2024 09:40:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1WrKnZKB/PUGMaQ3CD+q7wCZSFBCQwoRG+WGjdH5Gc0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1714383652; v=1; b=wGUZPMILKsExk1hBNz3lXyRLSEwax8qs443qpYyoB3D5JnUrQxyzPr2GdKdN8OVQ+/SDnOlg tPdZN/O0ghAVLURJDqXSCJESJNGobXaE/i6FlHwXcBv1bTxhNDOqdyq2p0yaS3CvPy5XNkmwZ3O zYLkYNMYzAoIQWNl3BtdmKAFqjr2gDPweLEMcWEHortx+501a1JBd6kNlosq6xOecGme5zQ5xTi UkXcOy1poy5ieuimUfdZsfIaOsJvnZc00RK8mgs0i/5e81pVsY4uKkXno4HGoPXMNSIX5YnBWy7 r/VgHimIgjzsVEc4hMsrgxXbOfeW4vKvjkW6XEQywrLwQ== X-Received: by 127.0.0.2 with SMTP id R7vhYY7687511xyQzeP4tStG; Mon, 29 Apr 2024 02:40:52 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mx.groups.io with SMTP id smtpd.web10.11979.1714360133748068562 for ; Sun, 28 Apr 2024 20:08:53 -0700 X-CSE-ConnectionGUID: R4bX3JFqSwqaY+lGBSh7Mg== X-CSE-MsgGUID: Nt5NiyksSGWrBvT+IEA1mw== X-IronPort-AV: E=McAfee;i="6600,9927,11057"; a="13783735" X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="13783735" X-Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2024 20:08:53 -0700 X-CSE-ConnectionGUID: Wv0dVLCXQaSvDj3QJScQsA== X-CSE-MsgGUID: kwrcaxjpRSa48hRSNl9ZSg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="25988842" X-Received: from unknown (HELO hongbin1-mobl1.ccr.corp.intel.com) ([10.238.0.131]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2024 20:08:51 -0700 From: "Zhang, Hongbin1" To: devel@edk2.groups.io Cc: "Zhang, Hongbin1" , Michael D Kinney , Ray Ni , Liming Gao , Zhiguang Liu , Jiaxin Wu , Yuanhao Xie Subject: [edk2-devel] [PATCH v1] Add MmUnblockMemoryLib to MdeLibs.dsc Date: Mon, 29 Apr 2024 11:08:26 +0800 Message-Id: <20240429030826.1646-1-hongbin1.zhang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Mon, 29 Apr 2024 02:40:51 -0700 Resent-From: hongbin1.zhang@intel.com Reply-To: devel@edk2.groups.io,hongbin1.zhang@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8CWJp8pHgD7XdBUoak7sKtOux7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=wGUZPMIL; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io It is for unblocking certain data pages to be accessible inside MM environment Cc: Michael D Kinney Cc: Ray Ni Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiaxin Wu Cc: Yuanhao Xie --- MdePkg/MdeLibs.dsc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdePkg/MdeLibs.dsc.inc b/MdePkg/MdeLibs.dsc.inc index d782dbf4ff..ddd27115f5 100644 --- a/MdePkg/MdeLibs.dsc.inc +++ b/MdePkg/MdeLibs.dsc.inc @@ -5,7 +5,7 @@ # by using "!include MdePkg/MdeLibs.dsc.inc" to specify the library instances # of some EDKII basic/common library classes. # -# Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.
+# Copyright (c) 2021 - 2024, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -18,3 +18,4 @@ SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf -- 2.37.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118381): https://edk2.groups.io/g/devel/message/118381 Mute This Topic: https://groups.io/mt/105794629/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-