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.65; helo=mga03.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 5CDA3210F16D7 for ; Mon, 20 Aug 2018 18:36:28 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Aug 2018 18:36:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,267,1531810800"; d="scan'208";a="78610643" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga002.fm.intel.com with ESMTP; 20 Aug 2018 18:35:54 -0700 From: shenglei To: edk2-devel@lists.01.org Date: Tue, 21 Aug 2018 09:35:41 +0800 Message-Id: <20180821013548.1384-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Subject: [PATCH v2 0/7] Removed unused 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, 21 Aug 2018 01:36:28 -0000 A lot of unused PCDs are removed from inf. v2: 1.Spit MdeModulePkg into separated patches. 2.Spit IntelFsp2Pkg into separated patches. shenglei (7): IntelFsp2Pkg: Remove unused PCDs IntelFsp2WrapperPkg: Remove unused PCDs MdeModulePkg: Remove unused PCDs MdePkg: Remove an unused PCD SecurityPkg: Remove unused PCDs ShellPkg: Remove unused PCDs UefiCpuPkg: Remove an unused PCD IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 6 ------ IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 11 ----------- IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf | 5 ----- .../Library/BaseFspCommonLib/BaseFspCommonLib.inf | 5 ----- .../Library/BaseFspPlatformLib/BaseFspPlatformLib.inf | 9 --------- .../BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf | 4 ---- .../FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf | 1 - .../BaseFspWrapperPlatformLibSample.inf | 3 --- .../Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 11 ----------- .../FirmwarePerformanceDxe.inf | 1 - MdePkg/Library/BaseLib/BaseLib.inf | 1 - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf | 1 - SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf | 6 ------ ShellPkg/Application/Shell/Shell.inf | 2 -- ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf | 2 -- .../DpDynamicCommand/DpDynamicCommand.inf | 3 --- .../UefiHandleParsingLib/UefiHandleParsingLib.inf | 1 - .../UefiShellDebug1CommandsLib.inf | 2 -- .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 1 - 19 files changed, 75 deletions(-) -- 2.18.0.windows.1