public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 00/16] Removed unused PCDs
@ 2018-08-28  3:42 shenglei
  2018-08-28  3:42 ` [PATCH v3 01/16] IntelFsp2Pkg/FspSecCore: Remove " shenglei
                   ` (17 more replies)
  0 siblings, 18 replies; 32+ messages in thread
From: shenglei @ 2018-08-28  3:42 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2018-10-08 12:12 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28  3:42 [PATCH v3 00/16] Removed unused PCDs shenglei
2018-08-28  3:42 ` [PATCH v3 01/16] IntelFsp2Pkg/FspSecCore: Remove " shenglei
2018-08-28  3:42 ` [PATCH v3 02/16] IntelFsp2Pkg/BaseFspCommonLib: " shenglei
2018-08-28  3:42 ` [PATCH v3 03/16] IntelFsp2Pkg/BaseFspPlatformLib: " shenglei
2018-08-28  3:42 ` [PATCH v3 04/16] IntelFsp2Pkg/BaseFspSwitchStackLib: " shenglei
2018-08-28  3:42 ` [PATCH v3 05/16] IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an unused PCD shenglei
2018-08-28  5:28   ` Chiu, Chasel
2018-08-28  3:42 ` [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs shenglei
2018-08-28  5:30   ` Chiu, Chasel
2018-08-28  3:42 ` [PATCH v3 07/16] SecurityPkg/Tcg2ConfigPei: Remove an unused PCD shenglei
2018-08-28  3:42 ` [PATCH v3 08/16] SecurityPkg/Tcg2Dxe: Remove unused PCDs shenglei
2018-08-29 13:41   ` Laszlo Ersek
2018-08-28  3:42 ` [PATCH v3 09/16] UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCD shenglei
2018-08-28  3:42 ` [PATCH v3 10/16] MdePkg/BaseLib: " shenglei
2018-08-28  3:42 ` [PATCH v3 11/16] MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs shenglei
2018-08-28  4:53   ` Zeng, Star
2018-08-28  3:42 ` [PATCH v3 12/16] MdeModulePkg/FirmwarePerformanceDataTableDxe: Remove an unused PCD shenglei
2018-08-28  3:42 ` [PATCH v3 13/16] ShellPkg/Shell: Remove unused PCDs shenglei
2018-08-29  1:36   ` Ni, Ruiyu
2018-08-29 13:43   ` Laszlo Ersek
2018-08-28  3:42 ` [PATCH v3 14/16] ShellPkg/DpDynamicCommand: " shenglei
2018-08-29  1:36   ` Ni, Ruiyu
2018-08-28  3:42 ` [PATCH v3 15/16] ShellPkg/UefiHandleParsingLib: Remove an unused PCD shenglei
2018-08-29 13:49   ` Laszlo Ersek
2018-08-28  3:42 ` [PATCH v3 16/16] ShellPkg/UefiShellDebug1CommandsLib: Remove unused PCDs shenglei
2018-08-29  1:37   ` Ni, Ruiyu
2018-08-29 13:50   ` Laszlo Ersek
2018-08-28 14:56 ` [PATCH v3 00/16] Removed " Carsey, Jaben
2018-10-02 10:13 ` Laszlo Ersek
2018-10-08  2:14   ` Zhang, Shenglei
2018-10-08  3:07   ` Ni, Ruiyu
2018-10-08 12:12     ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox