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 94667740038 for ; Mon, 20 Nov 2023 08:30:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2JRdM1lrgVxvhsDfFGdLAVkiYKWRlzEqSzvIQB4V0k0=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1700469052; v=1; b=qfSNkjTcx/iJ62Dlx8BEFKGnkIwKr7flYz3s+kdKSqACpFSMLgr9+X/BL1W91fJ+zLmH72Kn t5ayXhujL8ppOagC2tfaxPgNnC8VzO1B4LkzFNGXeGrbUnsjUGVSVk7V9J3xWYsF/00lEHNxnI1 y6kkVE8soRtmBzL7lBWJJqAw= X-Received: by 127.0.0.2 with SMTP id V716YY7687511xdYdOgHRZBe; Mon, 20 Nov 2023 00:30:52 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web10.46045.1700469051529709976 for ; Mon, 20 Nov 2023 00:30:51 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10899"; a="4694568" X-IronPort-AV: E=Sophos;i="6.04,213,1695711600"; d="scan'208";a="4694568" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 00:30:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10899"; a="856924425" X-IronPort-AV: E=Sophos;i="6.04,213,1695711600"; d="scan'208";a="856924425" X-Received: from shpfwdbuild003.ccr.corp.intel.com ([10.239.56.82]) by FMSMGA003.fm.intel.com with ESMTP; 20 Nov 2023 00:30:49 -0800 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Wei6 Xu , Ard Biesheuvel , Sami Mujawar , Ray Ni Subject: [edk2-devel] [PATCH 0/1] StandaloneMmPkg/Core: Restart dispatcher once MmEntryPoint is registered Date: Mon, 20 Nov 2023 16:30:31 +0800 Message-Id: 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 Reply-To: devel@edk2.groups.io,wei6.xu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: H9IjatbBF0MvIxaH3ATEdLPzx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=qfSNkjTc; 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 patch is to add support to StandaloneMmCore for restarting MmDispatcher once MmEntryPoint is registered. Please check in detail in Bugzilla and PullRequest: BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4599 PR: https://github.com/tianocore/edk2/pull/5056 Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Ray Ni Wei6 Xu (1): StandaloneMmPkg/Core: Restart dispatcher once MmEntryPoint is registered StandaloneMmPkg/Core/Dispatcher.c | 76 +++++++++++++++++++++++ StandaloneMmPkg/Core/StandaloneMmCore.c | 1 + StandaloneMmPkg/Core/StandaloneMmCore.inf | 3 + StandaloneMmPkg/StandaloneMmPkg.dec | 6 ++ 4 files changed, 86 insertions(+) -- 2.29.2.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111463): https://edk2.groups.io/g/devel/message/111463 Mute This Topic: https://groups.io/mt/102703850/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-