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=shenglei.zhang@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 88FA721A07A82 for ; Mon, 27 Aug 2018 20:43:03 -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 orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2018 20:43:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,297,1531810800"; d="scan'208";a="80736336" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga002.fm.intel.com with ESMTP; 27 Aug 2018 20:42:59 -0700 From: shenglei To: edk2-devel@lists.01.org Date: Tue, 28 Aug 2018 11:42:41 +0800 Message-Id: <20180828034257.19060-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Subject: [PATCH v3 00/16] 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, 28 Aug 2018 03:43:04 -0000 A lot of unused PCDs are removed from inf. All packages are built and the results are "pass". v2: 1.Split MdeModulePkg into separated patches. 2.Split IntelFsp2Pkg into separated patches. v3: 1.Split ShellPkg into separated patches. 2.Split SecurityPkg into separated patches. 3.Split IntelFsp2WrapperPkg into separated patches. 4.Split IntelFspPkg into separated patches. 5.Update the message in the cover letter. shenglei (16): IntelFsp2Pkg FspSecCore: Remove unused PCDs IntelFsp2Pkg/BaseFspCommonLib: Remove unused PCDs IntelFsp2Pkg/BaseFspPlatformLib: Remove unused PCDs IntelFsp2Pkg/BaseFspSwitchStackLib: Remove unused PCDs IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an unused PCD IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs SecurityPkg/Tcg2ConfigPei: Remove an unused PCD SecurityPkg/Tcg2Dxe: Remove unused PCDs UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCD MdePkg/BaseLib: Remove an unused PCD MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs MdeModulePkg/FirmwarePerformanceDataTableDxe: Remove an unused PCD ShellPkg/Shell: Remove unused PCDs ShellPkg/DpDynamicCommand: Remove unused PCDs ShellPkg/UefiHandleParsingLib: Remove an unused PCD ShellPkg/UefiShellDebug1CommandsLib: Remove unused PCDs 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 --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 1 - .../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 - 20 files changed, 76 deletions(-) -- 2.18.0.windows.1