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 9CFDBAC05CC for ; Mon, 29 Apr 2024 00:03:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=HuxPnRSmAnXPZpMroKcQnqz/U9r26/PvIQKEN8KSaMQ=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: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=1714349010; v=1; b=XeY8/QOonyJrsyS14x6XHm6rV2x8/pxJfA1ShlIZeEBjqSwDVaeGPlp6faKz0PFrUypLlrRp S/icJtcMww45aNiN51SNL3S/7cb0xgmTXZ+X+BjdowyPAWIneBx9JSq/eFaaD/oMAaRhM+LGZiR v89KllXob+A2CLeCrvGTaU8TLNRn4hP4upGtk3aFTgmJU1+zS8obwxMQWdl445KkARO2g7JFzhO syLo5ZwE9NTl3/33YFW91Xl5capxjvHMJRPWDgBVNcYyc/W5r9zhiRCOlql/qHkKslQZiY3AS7u EnaD7RnWa4SwGEl6H6QH/2HMlMNjRMsflBYo3XlWUH97A== X-Received: by 127.0.0.2 with SMTP id 5T1mYY7687511xWGPHuh96ao; Sun, 28 Apr 2024 17:03:30 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by mx.groups.io with SMTP id smtpd.web10.9091.1714349005414949114 for ; Sun, 28 Apr 2024 17:03:29 -0700 X-CSE-ConnectionGUID: /XsX02PYRmGYHccFtgsgtw== X-CSE-MsgGUID: jWIZr1bATOmJxpPDy8pSVQ== X-IronPort-AV: E=McAfee;i="6600,9927,11057"; a="21415246" X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="21415246" X-Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2024 17:03:29 -0700 X-CSE-ConnectionGUID: w2RFPgv7QG6Z2bftLQNxxg== X-CSE-MsgGUID: 2LVJP1HpQGmqdHzLh29W9g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="25927504" X-Received: from xieyuanh-mobl.ccr.corp.intel.com ([10.125.243.86]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2024 17:03:27 -0700 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: Yuanhao Xie , Eric Dong , Ray Ni , Rahul Kumar , Gerd Hoffmann , Jiaxin Wu Subject: [edk2-devel] [Patch V2 1/1] UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag. Date: Mon, 29 Apr 2024 08:03:08 +0800 Message-ID: <20240429000309.1171-2-yuanhao.xie@intel.com> In-Reply-To: <20240429000309.1171-1-yuanhao.xie@intel.com> References: <20240429000309.1171-1-yuanhao.xie@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: Sun, 28 Apr 2024 17:03:29 -0700 Resent-From: yuanhao.xie@intel.com Reply-To: devel@edk2.groups.io,yuanhao.xie@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: pr4bhunI6itNhEni0AQQjG4Kx7686176AA= 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="XeY8/QOo"; 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 Declares in the .inf file that the current component is an MM_STANDALONE Signed-off-by: Yuanhao Xie Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann Cc: Jiaxin Wu Reviewed-by: Jiaxin Wu --- UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf b/UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf index 6b0d49c30a..2199b7948d 100644 --- a/UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf +++ b/UefiCpuPkg/Library/SmmCpuSyncLib/SmmCpuSyncLib.inf @@ -3,7 +3,7 @@ # # This is SMM CPU Synchronization lib used for SMM CPU sync operations. # -# Copyright (c) 2023, Intel Corporation. All rights reserved.
+# Copyright (c) 2023 - 2024, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -13,7 +13,7 @@ BASE_NAME = SmmCpuSyncLib FILE_GUID = 1ca1bc1a-16a4-46ef-956a-ca500fd3381f MODULE_TYPE = DXE_SMM_DRIVER - LIBRARY_CLASS = SmmCpuSyncLib|DXE_SMM_DRIVER + LIBRARY_CLASS = SmmCpuSyncLib|DXE_SMM_DRIVER MM_STANDALONE [Sources] SmmCpuSyncLib.c -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118356): https://edk2.groups.io/g/devel/message/118356 Mute This Topic: https://groups.io/mt/105792384/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-