From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 2D5ED21D0DE55 for ; Tue, 18 Jul 2017 19:57:24 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 19:59:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="scan'208";a="109485195" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 18 Jul 2017 19:59:17 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Jul 2017 19:59:17 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Jul 2017 19:59:16 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.94]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 10:59:12 +0800 From: "Ni, Ruiyu" To: "Dong, Eric" , "edk2-devel@lists.01.org" CC: "Fan, Jeff" Thread-Topic: [edk2] [Patch 1/2] MdePkg SmmAccess2: Update comments to follow PI spec. Thread-Index: AQHTADgDfwUkxVU9oECAGUnnJsKoC6JadV1Q Date: Wed, 19 Jul 2017 02:59:12 +0000 Deferred-Delivery: Wed, 19 Jul 2017 02:59:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9BA988@SHSMSX104.ccr.corp.intel.com> References: <1500431855-11084-1-git-send-email-eric.dong@intel.com> <1500431855-11084-2-git-send-email-eric.dong@intel.com> In-Reply-To: <1500431855-11084-2-git-send-email-eric.dong@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 1/2] MdePkg SmmAccess2: Update comments to follow PI spec. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 02:57:24 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Eric Dong > Sent: Wednesday, July 19, 2017 10:38 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Fan, Jeff > Subject: [edk2] [Patch 1/2] MdePkg SmmAccess2: Update comments to > follow PI spec. >=20 > Cc: Jeff Fan > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Eric Dong > --- > MdePkg/Include/Protocol/SmmAccess2.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/MdePkg/Include/Protocol/SmmAccess2.h > b/MdePkg/Include/Protocol/SmmAccess2.h > index eb315db..5904266 100644 > --- a/MdePkg/Include/Protocol/SmmAccess2.h > +++ b/MdePkg/Include/Protocol/SmmAccess2.h > @@ -108,8 +108,9 @@ EFI_STATUS >=20 > /// > /// EFI SMM Access2 Protocol is used to control the visibility of the S= MRAM > on the platform. > -/// It abstracts the location and characteristics of SMRAM. The expect= ation > is > -/// that the north bridge or memory controller would publish this proto= col. > +/// It abstracts the location and characteristics of SMRAM. The platfor= m > should report all > +/// MMRAM via EFI_MM_ACCESS_PROTOCOL. The expectation is that the > north bridge or memory > +/// controller would publish this protocol. > /// > struct _EFI_SMM_ACCESS2_PROTOCOL { > EFI_SMM_OPEN2 Open; > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel