From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EB54278003C for ; Mon, 25 Dec 2023 16:20:40 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=XrlcccQJ8/AsCGM/fUE6URnGz9jwTl8wdRVyFqZRTyg=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20140610; t=1703521239; v=1; b=NM6SIwHVuB+RvR5mlxKdlX3FBQCRFHcKHal1zPl3MqstbtuHAQfyDAyW0FuSj5GP0EjGGq3Z qinS/EfmNk8MoBvZCI+g4xtPxJIy/R0AQpvFE3wipDEPAX+CyhRszhCJke3uaa6Hp5SeTvk5elH krABirkhjyjzYOz11CsvMTIw= X-Received: by 127.0.0.2 with SMTP id elbUYY7687511xXtaBMcusGw; Mon, 25 Dec 2023 08:20:39 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.61867.1703521238683254667 for ; Mon, 25 Dec 2023 08:20:38 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="375789605" X-IronPort-AV: E=Sophos;i="6.04,303,1695711600"; d="scan'208";a="375789605" X-Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2023 08:20:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,303,1695711600"; d="scan'208";a="26085417" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by orviesa001.jf.intel.com with ESMTP; 25 Dec 2023 08:20:37 -0800 From: "Wu, Jiaxin" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v2 0/6] Reduce one round BSP & AP sync Date: Tue, 26 Dec 2023 00:20:28 +0800 Message-Id: <20231225162034.2052-1-jiaxin.wu@intel.com> 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 Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: kHdSU7yYLoUP8WKTnWeLogK4x7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=NM6SIwHV; 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 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This version is updated according Ray's comments on https://github.com/tianocore/edk2/pull/5175 Jiaxin Wu (6): SourceLevelDebugPkg/Library: Indicate SMM Debug Agent support or not MdeModulePkg/DebugAgentLibNull: Indicate SMM Debug Agent support or not UefiCpuPkg/PiSmmCpuDxeSmm: Check SMM Debug Agent support or not UefiCpuPkg/PiSmmCpuDxeSmm: Align BSP and AP sync logic for SMI exit UefiCpuPkg/PiSmmCpuDxeSmm: Invert ReleaseAllAPs & InitializeDebugAgent UefiCpuPkg/PiSmmCpuDxeSmm: Reduce one round BSP & AP sync .../Library/DebugAgentLibNull/DebugAgentLibNull.c | 9 +++ .../DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c | 14 +++-- UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c | 4 +- UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 64 ++++++++++++---------- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 7 ++- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h | 1 + 6 files changed, 65 insertions(+), 34 deletions(-) -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112885): https://edk2.groups.io/g/devel/message/112885 Mute This Topic: https://groups.io/mt/103360801/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-