From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 7174A20945BA8 for ; Mon, 9 Oct 2017 23:55:12 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2017 23:58:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,503,1500966000"; d="scan'208";a="1229053225" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 09 Oct 2017 23:58:39 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 23:58:39 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 23:58:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Tue, 10 Oct 2017 14:58:37 +0800 From: "Yao, Jiewen" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch 10/11] IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files Thread-Index: AQHTNe5q98xDpyBRQUKDw+16GcE1/KLcvnxQ Date: Tue, 10 Oct 2017 06:58:36 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A9D7512@shsmsx102.ccr.corp.intel.com> References: <1506337584-9588-1-git-send-email-liming.gao@intel.com> <1506337584-9588-11-git-send-email-liming.gao@intel.com> In-Reply-To: <1506337584-9588-11-git-send-email-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 10/11] IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files 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: Tue, 10 Oct 2017 06:55:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Gao, Liming > Sent: Monday, September 25, 2017 7:06 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [Patch 10/11] IntelFsp2WrapperPkg: Update Protocol/Guid usage in= INF > files >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > Cc: Jiewen Yao > --- > IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf | 6 > +++--- > IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 9 > ++------- > IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 6 > +++--- > .../Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf | 4 ++-= - > 4 files changed, 10 insertions(+), 15 deletions(-) >=20 > diff --git > a/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf > b/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf > index 54c2cbf..ce3bfa0 100644 > --- a/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf > +++ b/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf > @@ -3,7 +3,7 @@ > # > # This driver will register two callbacks to call fsp's notifies. > # > -# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved. > # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the= BSD > License > @@ -53,10 +53,10 @@ >=20 > [Protocols] > gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES > - gAddPerfRecordProtocolGuid ## CONSUMES > + gAddPerfRecordProtocolGuid ## > SOMETIMES_CONSUMES >=20 > [Guids] > - gFspApiPerformanceGuid ## CONSUMES ## > GUID > + gFspApiPerformanceGuid ## > SOMETIMES_CONSUMES ## GUID > gEfiEventExitBootServicesGuid ## CONSUMES ## > Event > gFspHobGuid ## CONSUMES ## > HOB >=20 > diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > index 0901a14..2b3d240 100644 > --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > @@ -6,7 +6,7 @@ > # register TemporaryRamDonePpi to call TempRamExit API, and register > MemoryDiscoveredPpi > # notify to call FspSiliconInit API. > # > -# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved. > # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the= BSD > License > @@ -64,14 +64,9 @@ > [Sources] > FspmWrapperPeim.c >=20 > -[Ppis] > - gTopOfTemporaryRamPpiGuid ## PRODUCES > - gEfiEndOfPeiSignalPpiGuid ## PRODUCES > - gEfiPeiMemoryDiscoveredPpiGuid ## PRODUCES > - > [Guids] > gFspHobGuid ## PRODUCES ## HOB > - gFspApiPerformanceGuid ## CONSUMES ## GUID > + gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## > GUID >=20 > [Depex] > gEfiPeiMasterBootModePpiGuid > diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > index 261278f..c858e70 100644 > --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > @@ -6,7 +6,7 @@ > # register TemporaryRamDonePpi to call TempRamExit API, and register > MemoryDiscoveredPpi > # notify to call FspSiliconInit API. > # > -# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved. > # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the= BSD > License > @@ -63,14 +63,14 @@ > gFspSiliconInitDonePpiGuid ## PRODUCES > gEfiEndOfPeiSignalPpiGuid ## PRODUCES > gEfiTemporaryRamDonePpiGuid ## PRODUCES > - gEfiPeiMemoryDiscoveredPpiGuid ## PRODUCES > + gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY >=20 > [Pcd] > gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES >=20 > [Guids] > gFspHobGuid ## CONSUMES ## HOB > - gFspApiPerformanceGuid ## CONSUMES ## GUID > + gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## > GUID >=20 > [Sources] > FspsWrapperPeim.c > diff --git > a/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTes > tLib.inf > b/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTe > stLib.inf > index fbbcf30..1a5029b 100644 > --- > a/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTes > tLib.inf > +++ > b/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTe > stLib.inf > @@ -1,7 +1,7 @@ > ### @file > # Provide FSP-M wrapper API test related function. > # > -# Copyright (C) 2016, Intel Corporation. All rights reserved.
> +# Copyright (C) 2016 - 2017, Intel Corporation. All rights reserved. > # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the= BSD > License > @@ -53,4 +53,4 @@ > HobLib >=20 > [Guids] > - gFspBootLoaderTolumHobGuid ## CONSUMES ## GUID > \ No newline at end of file > + gFspBootLoaderTolumHobGuid ## SOMETIMES_CONSUMES ## > GUID > \ No newline at end of file > -- > 2.8.0.windows.1