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 45058D80186 for ; Fri, 27 Oct 2023 03:28:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QeAGcDT3/tOTTyamfxqVVmWBexP7hBj9Z2Fk5KaDZSA=; 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=1698377286; v=1; b=hFDtKpqzBjwu01Efmhmwuloaw8hCtZAo3toyS7CgAtl0yNVOFuJPGmt7EMGmpd5V3pkt8rJ7 FXlpCdZgFCBw3Ss3DkKqWzz/Pd2o1Ch4T3SvsrPmj1K4XY5R91vt40/iS3jsbXsGXU5pLIo45Bp KRoPg7KecC3mjyMhZHfyFinQ= X-Received: by 127.0.0.2 with SMTP id JQShYY7687511xL4eYxaB8eN; Thu, 26 Oct 2023 20:28:06 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.89154.1698377286242718615 for ; Thu, 26 Oct 2023 20:28:06 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="473943419" X-IronPort-AV: E=Sophos;i="6.03,255,1694761200"; d="scan'208";a="473943419" X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 20:28:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="829832829" X-IronPort-AV: E=Sophos;i="6.03,255,1694761200"; d="scan'208";a="829832829" X-Received: from shpfwdbuild003.ccr.corp.intel.com ([10.239.56.82]) by fmsmga004.fm.intel.com with ESMTP; 26 Oct 2023 20:28:04 -0700 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Wei6 Xu , Ard Biesheuvel , Sami Mujawar , Ray Ni Subject: [edk2-devel] [PATCH 0/2] Add Platform Hook Lib into StandaloneMmCore Date: Fri, 27 Oct 2023 11:28:00 +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: 18vbh5UtsLguaRHnr8b4ZScdx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=hFDtKpqz; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) This patch set is to add StandaloneMmCorePlatformHookLib into StandaloneMmC= ore.=0D This library class defines a set of platform hooks called by the Standalone= Mm Core. With this library, platform can perform specific tasks before and= after invoking registered MMI handlers. We need this library to implement our feature.=0D PR: https://github.com/tianocore/edk2/pull/4949=0D =0D Cc: Ard Biesheuvel =0D Cc: Sami Mujawar =0D Cc: Ray Ni =0D Wei6 Xu (2): StandaloneMmPkg: Add Standalone Mm Core platform hook lib. StandaloneMmPkg/Core: Consumes Standalone Mm Core Platform Hook Lib. StandaloneMmPkg/Core/StandaloneMmCore.c | 7 ++- .../StandaloneMmCorePlatformHookLibNull.c | 45 +++++++++++++++++++ StandaloneMmPkg/Core/StandaloneMmCore.h | 1 + StandaloneMmPkg/Core/StandaloneMmCore.inf | 1 + .../Library/StandaloneMmCorePlatformHookLib.h | 44 ++++++++++++++++++ .../StandaloneMmCorePlatformHookLibNull.inf | 30 +++++++++++++ StandaloneMmPkg/StandaloneMmPkg.dec | 4 ++ StandaloneMmPkg/StandaloneMmPkg.dsc | 2 + 8 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 StandaloneMmPkg/Library/StandaloneMmCorePlatformHookLib= Null/StandaloneMmCorePlatformHookLibNull.c create mode 100644 StandaloneMmPkg/Include/Library/StandaloneMmCorePlatfor= mHookLib.h create mode 100644 StandaloneMmPkg/Library/StandaloneMmCorePlatformHookLib= Null/StandaloneMmCorePlatformHookLibNull.inf --=20 2.29.2.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110177): https://edk2.groups.io/g/devel/message/110177 Mute This Topic: https://groups.io/mt/102214566/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-