From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2A8DE2063D77A for ; Tue, 22 May 2018 19:42:48 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 19:42:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,431,1520924400"; d="scan'208";a="56763270" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 22 May 2018 19:42:48 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 22 May 2018 19:42:48 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 22 May 2018 19:42:48 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.240]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.210]) with mapi id 14.03.0319.002; Wed, 23 May 2018 10:42:45 +0800 From: "Gao, Liming" To: "Marvin.Haeuser@outlook.com" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH v2] MdePkg: Update MmSwDispatch.h's references to SmmSw2Dispatch. Thread-Index: AQHT7dxnwnoX7kwIvEmsdtBJiqq0FqQ8o0fg Date: Wed, 23 May 2018 02:42:44 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E22F1B4@SHSMSX104.ccr.corp.intel.com> References: <396ef0a31f51da8581a8100ed1c6a6358974038e.1526560735.git.Marvin.Haeuser@outlook.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2] MdePkg: Update MmSwDispatch.h's references to SmmSw2Dispatch. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 02:42:49 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Marvin H=E4user [mailto:Marvin.Haeuser@outlook.com] >Sent: Thursday, May 17, 2018 8:42 PM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [PATCH v2] MdePkg: Update MmSwDispatch.h's references to >SmmSw2Dispatch. > >MmSwDispatch.h current refers to the deprecated SmmSw2Dispatch >protocol. Replace those references with the new MmSwDispatch name. > >V2: > - Do not change the copyright date as requested. > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Marvin Haeuser >--- > MdePkg/Include/Protocol/MmSwDispatch.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/MdePkg/Include/Protocol/MmSwDispatch.h >b/MdePkg/Include/Protocol/MmSwDispatch.h >index d3acb64e6f3d..e412bb2e66c0 100644 >--- a/MdePkg/Include/Protocol/MmSwDispatch.h >+++ b/MdePkg/Include/Protocol/MmSwDispatch.h >@@ -15,8 +15,8 @@ > > **/ > >-#ifndef _MM_SW_DISPATCH2_H_ >-#define _MM_SW_DISPATCH2_H_ >+#ifndef _MM_SW_DISPATCH_H_ >+#define _MM_SW_DISPATCH_H_ > > #include > >@@ -117,7 +117,7 @@ EFI_STATUS > /// > /// Interface structure for the MM Software MMI Dispatch Protocol. > /// >-/// The EFI_MM_SW_DISPATCH2_PROTOCOL provides the ability to install >child handlers for the >+/// The EFI_MM_SW_DISPATCH_PROTOCOL provides the ability to install >child handlers for the > /// given software. These handlers will respond to software interrupts, = and >the maximum software > /// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by >MaximumSwiValue. > /// >-- >2.17.0.windows.1