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.31; helo=mga06.intel.com; envelope-from=chasel.chiu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 805EB210F48E6 for ; Mon, 27 Aug 2018 22:30:28 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2018 22:30:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,298,1531810800"; d="scan'208";a="66504015" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by fmsmga008.fm.intel.com with ESMTP; 27 Aug 2018 22:30:26 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.244]) by PGSMSX107.gar.corp.intel.com ([169.254.7.2]) with mapi id 14.03.0319.002; Tue, 28 Aug 2018 13:30:25 +0800 From: "Chiu, Chasel" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" , Laszlo Ersek Thread-Topic: [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs Thread-Index: AQHUPoFSpKDFRCVjVEepR2/4LGQPNKTUo1gA Date: Tue, 28 Aug 2018 05:30:25 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC5015ED7C@PGSMSX111.gar.corp.intel.com> References: <20180828034257.19060-1-shenglei.zhang@intel.com> <20180828034257.19060-7-shenglei.zhang@intel.com> In-Reply-To: <20180828034257.19060-7-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2YzZWM0ZGItNWE4ZS00MjMzLTk3MjYtODA1ZGJhMTE4MTVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoid0hXOGg2WXRyMmhnOHd1eHFNMFNoU0RmUXNQMFwva0d4SWhqZmxYZGxWZmtic2VPZHkyZHBpcm9MdFNhWmRBSkwifQ== x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.205] MIME-Version: 1.0 Subject: Re: [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 05:30:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu -----Original Message----- From: Zhang, Shenglei=20 Sent: Tuesday, August 28, 2018 11:43 AM To: edk2-devel@lists.01.org Cc: Yao, Jiewen ; Chiu, Chasel ; Laszlo Ersek Subject: [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSamp= le: Remove PCDs The PCDs below are unused, so they have been removed from inf. gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize Cc: Jiewen Yao Cc: Chasel Chiu Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../BaseFspWrapperPlatformLibSample.inf | 3 --- 1 file changed, 3 deletions(-) diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/Ba= seFspWrapperPlatformLibSample.inf b/IntelFsp2WrapperPkg/Library/BaseFspWrap= perPlatformLibSample/BaseFspWrapperPlatformLibSample.inf index f9581e8456..3bc024459f 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWr= apperPlatformLibSample.inf +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWr= apperPlatformLibSample.inf @@ -55,6 +55,3 @@ =20 [LibraryClasses] =20 -[Pcd] - gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES - gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES --=20 2.18.0.windows.1