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 2978C9411E8 for ; Tue, 23 Apr 2024 05:57:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vKpGtk2gF40+Zs8Cuc443BzSL6gCPaSDI4eA2j3GZXA=; 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=1713851854; v=1; b=0wp5BdWwE/wNPnjpBgbAek63hOvgPILDgoXfGzdMq75uVkUKmTOcXwJyeuTaa9vxA2EjVH5X wsB0SabhloPHVp1KhCSSK6GA9F37XfR89HoTS1RjTQaUnS4dP3/4bxFUHuXjdtkLyMTl4ZhLDIA bctUHbFQxAx6NEiBleRla2PpMu3kL6RzhP9a5F3jybxclnuy8dgH3CnWht+fl8f/m+lffTP73qg 2OBTRhtM98HnHngJC0uRJELqEHlkn3gDNpKms5sTea//oVTLjsgVxhjelZkyn0X6+PhsYo26rjO SnnrBAcSiTGL4KLumJk78Sjq04bfEZZCDVbhTBVKqTw/w== X-Received: by 127.0.0.2 with SMTP id 5nMAYY7687511xMGERgoupQZ; Mon, 22 Apr 2024 22:57:34 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by mx.groups.io with SMTP id smtpd.web10.12037.1713851854159204992 for ; Mon, 22 Apr 2024 22:57:34 -0700 X-CSE-ConnectionGUID: fVl5rGZdTxqm6d0PltFnzg== X-CSE-MsgGUID: NromeCkfRTezdanYEi/x6g== X-IronPort-AV: E=McAfee;i="6600,9927,11052"; a="13252447" X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="13252447" X-Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2024 22:57:34 -0700 X-CSE-ConnectionGUID: /HpZdBKFRB+O9LWZpkvTNg== X-CSE-MsgGUID: EEeXkgfUQEypliNO2t8pdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="55462244" X-Received: from unknown (HELO xieyuanh-mobl.ccr.corp.intel.com) ([10.238.3.39]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2024 22:57:31 -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 1/1] UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag. Date: Tue, 23 Apr 2024 13:57:12 +0800 Message-ID: <20240423055712.531-2-yuanhao.xie@intel.com> In-Reply-To: <20240423055712.531-1-yuanhao.xie@intel.com> References: <20240423055712.531-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: Mon, 22 Apr 2024 22:57:34 -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: ovJsgQ1ys0mzYvgpqm21h7Vzx7686176AA= 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=0wp5BdWw; 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 --- 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..2cfbd27b41 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) 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 (#118124): https://edk2.groups.io/g/devel/message/118124 Mute This Topic: https://groups.io/mt/105685282/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-