[edk2] [PATCH] UefiCpuPkg: Remove redundant library classes, Ppis and GUIDs

2018-08-03 Thread shenglei
Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- UefiCpuPkg/CpuDxe/CpuPageTable.c | 6 -- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h | 1 - UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf | 2 -- UefiCpuPkg

[edk2] [PATCH] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-03 Thread shenglei
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 1 - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 1 - .../Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 1

[edk2] [PATCH] MdeModulePkg: Remove redundant library classes and guides in inf files

2018-07-25 Thread shenglei
://bugzilla.tianocore.org/show_bug.cgi?id=1011 Cc:Star Zeng Cc:Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf | 1 - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 1

[edk2] [PATCH v2] MdeModulePkg: Remove redundant library classes, protocols and GUIDs

2018-08-01 Thread shenglei
://bugzilla.tianocore.org/show_bug.cgi?id=1033 https://bugzilla.tianocore.org/show_bug.cgi?id=1012 https://bugzilla.tianocore.org/show_bug.cgi?id=1011 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Ata/AtaBusDxe

[edk2] [PATCH] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-02 Thread shenglei
=1056 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 1 - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 1 - .../Application/SmiHandlerProfileInfo

[edk2] [PATCH] MdeModulePkg: Remove dead code in .c and .h files

2018-08-06 Thread shenglei
Some dead code has been removed in .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Application/CapsuleApp/CapsuleDump.c | 31 --- MdeModulePkg

[edk2] [PATCH] IntelFrameworkModulePkg: Remove redundant definitions and functions

2018-08-05 Thread shenglei
Some dead code functions and redundant definitions have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Isa/IsaIoDxe/IsaDriver.h

[edk2] [PATCH] MdeModulePkg: Remove redundant things in inf and .h files

2018-08-09 Thread shenglei
A redundant GUID and some library classes are removed https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.h | 1 - MdeModulePkg

[edk2] [PATCH] MdeModulePkg UiApp: Remove something redundant

2018-08-09 Thread shenglei
()". https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/UiApp/FrontPage.c | 51 -- 1 file changed, 17 insertions(+), 34 deletions(-

[edk2] [PATCH] ShellPkg Shell: Remove redundant functions

2018-08-08 Thread shenglei
Agreement 1.1 Signed-off-by: shenglei --- ShellPkg/Application/Shell/Shell.c| 29 --- ShellPkg/Application/Shell/Shell.h| 13 --- .../Shell/ShellParametersProtocol.c | 24 -- ShellPkg/Application/Shell/ShellProtocol.c| 81 +-- 4 files

[edk2] [PATCH 0/6] IntelFrameworkModulePkg: Remove something reduntdant

2018-08-07 Thread shenglei
A lot of redundant funcions which are never calld have been removed.I manually search these fuctions in source files to make sure that they are not used elsewhere. Also the IntelFrameworkModulePkg was built to ensure that. A redundant protocol and two LibraryClasses have been removed. shenglei

[edk2] [PATCH 3/6] IntelFrameworkModulePkg IdeBusDxe: Remove redundant functions

2018-08-07 Thread shenglei
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Pci/IdeBusDxe/Ata.c | 119 .../Bus/Pci/IdeBusDxe/DriverConfiguration.c | 261 -- .../Bus/Pci/IdeBusDxe/Ide.h | 24 -- .../Bus/Pci/IdeBusDxe

[edk2] [PATCH 4/6] IntelFrameworkModulePkg Snp16Dxe: Remove redundant functions

2018-08-07 Thread shenglei
Agreement 1.1 Signed-off-by: shenglei --- .../Csm/BiosThunk/Snp16Dxe/BiosSnp16.h| 180 -- .../Csm/BiosThunk/Snp16Dxe/PxeUndi.c | 91 - 2 files changed, 271 deletions(-) diff --git a/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.h b

[edk2] [PATCH 1/6] IntelFrameworkModulePkg IsaIoDxe: Remove a redundant protocol

2018-08-07 Thread shenglei
Remove a redundant protocol which is gEfiGenericMemTestProtocolGuid. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaDriver.h | 1

[edk2] [PATCH 5/6] IntelFrameworkModulePkg LegacyBiosDxe: Remove redundant LibraryClasses

2018-08-07 Thread shenglei
The redundant LibraryClasses which are PeCoffLib and CacheMaintenanceLib have been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- IntelFrameworkModulePkg/Csm/LegacyBiosDxe

[edk2] [PATCH 6/6] IntelFrameworkModulePkg BdsDxe: Remove redundant functions

2018-08-07 Thread shenglei
Agreement 1.1 Signed-off-by: shenglei --- .../Universal/BdsDxe/BootMaint/BmLib.c| 36 --- .../Universal/BdsDxe/BootMaint/BootMaint.h| 53 --- .../Universal/BdsDxe/BootMaint/BootOption.c | 62 -- .../BdsDxe/BootMaint/ConsoleOption.c | 64

[edk2] [PATCH 2/6] IntelFrameworkModulePkg Ps2KeyboardDxe: Remove a redundant function

2018-08-07 Thread shenglei
The redundant function DisableKeyboard which is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c| 25

[edk2] [PATCH 03/26] MdeModulePkg AtaAtapiPassThru: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are AhciCheckDeviceStatus and AhciPortReset. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Ata

[edk2] [PATCH 07/26] MdeModulePkg SdMmcPciHcDxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are SdCardGetCsd and SdCardGetScr. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe

[edk2] [PATCH 05/26] MdeModulePkg NvmExpressDxe: Remove redundant functions

2018-08-08 Thread shenglei
Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Pci/NvmExpressDxe/NvmExpressHci.c | 110 -- 1 file changed, 110 deletions(-) diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c b/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c index 30ade3a589

[edk2] [PATCH 04/26] MdeModulePkg EhciDxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are EhcDumpRegs,EhcDisableAsyncSchd and EhcDisablePeriodSchd https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei

[edk2] [PATCH 02/26] MdeModulePkg UiApp: Remove redundant functions

2018-08-08 Thread shenglei
-by: shenglei --- MdeModulePkg/Application/UiApp/FrontPage.c | 40 -- MdeModulePkg/Application/UiApp/Ui.h| 30 2 files changed, 70 deletions(-) diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b/MdeModulePkg/Application/UiApp/FrontPage.c index

[edk2] [PATCH 01/26] MdeModulePkg CapsuleApp: Remove a redundant function

2018-08-08 Thread shenglei
The function DumpImageAuthentication that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Application/CapsuleApp/CapsuleDump.c | 31

[edk2] [PATCH 15/26] MdeModulePkg UsbBusPei: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are PeiHubSetHubFeature,IsPortConnectChange and PeiUsbClearDeviceFeature. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei

[edk2] [PATCH 17/26] MdeModulePkg PiSmmCore: Remove redundant functions

2018-08-08 Thread shenglei
,AdjustMemoryA, AdjustMemoryS,IsHeadGuard and IsTailGuard. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Core/PiSmmCore/HeapGuard.c | 166

[edk2] [PATCH 26/26] MdeModulePkg SetupBrowserDxe: Remove a redundant function

2018-08-08 Thread shenglei
The function IsDevicePathExist that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/SetupBrowserDxe/IfrParse.c | 33

[edk2] [PATCH 19/26] MdeModulePkg EmmcBlockIoPei: Remove a redundant function

2018-08-08 Thread shenglei
The function EmmcPeimUnlinkMemBlock that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c | 24

[edk2] [PATCH 22/26] MdeModulePkg HiiDatabaseDxe: Remove a redundant function

2018-08-08 Thread shenglei
The function GetStorageWidth that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/HiiDatabaseDxe/ConfigRouting.c | 47

[edk2] [PATCH 25/26] MdeModulePkg Tcp4Dxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are SockRcvdErr,SockGroup and TcpPawsOK. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/Network

[edk2] [PATCH 21/26] MdeModulePkg TerminalDxe: Remove a redundant function

2018-08-08 Thread shenglei
The function UnicodeFiFoGetKeyCount that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/Console/TerminalDxe/Terminal.h | 12

[edk2] [PATCH 23/26] MdeModulePkg Ip4Dxe: Remove a redundant function

2018-08-08 Thread shenglei
The function Ip4Config2OnDhcp4Event that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c| 16

[edk2] [PATCH 20/26] MdeModulePkg SdBlockIoPei: Remove a redundant function

2018-08-08 Thread shenglei
The function SdPeimUnlinkMemBlock that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c | 24

[edk2] [PATCH 24/26] MdeModulePkg IScsiDxe: Remove a redundant function

2018-08-08 Thread shenglei
The function IScsiFindTcbByITT that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/Network/IScsiDxe/IScsiProto.c | 31

[edk2] [PATCH 18/26] MdeModulePkg Ps2KeyboardDxe: Remove a redundant function

2018-08-08 Thread shenglei
The function DisableKeyboard that is never calld has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c| 26

[edk2] [PATCH 16/26] MdeModulePkg Core/Dxe: Remove redundant functions

2018-08-08 Thread shenglei
-off-by: shenglei --- MdeModulePkg/Core/Dxe/DxeMain.h | 13 - MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 22 --- MdeModulePkg/Core/Dxe/Mem/HeapGuard.c | 78 - 3 files changed, 113 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg

[edk2] [PATCH 14/26] MdeModulePkg UsbBusDxe: Remove redundant functions

2018-08-08 Thread shenglei
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c | 68 - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c | 146 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h | 114 --- 3 files changed, 328

[edk2] [PATCH 11/26] MdeModulePkg UfsBlockIoPei: Remove redundant functions

2018-08-08 Thread shenglei
: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c | 101 -- MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.c | 24 --- MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c | 180 -- 3 files changed, 305 deletions(-) diff

[edk2] [PATCH 09/26] MdeModulePkg XhciDxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are XhcReadDoorBellReg and XhcWriteOpReg16. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Pci

[edk2] [PATCH 08/26] MdeModulePkg UhciPei: Remove redundant functions

2018-08-08 Thread shenglei
Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Pci/UhciPei/DmaMem.c | 22 - MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.c | 125 - MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.h | 78 --- 3 files changed, 225

[edk2] [PATCH 10/26] MdeModulePkg XhciPei: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are XhcPeiReadDoorBellReg and UsbHcUnlinkMemBlock. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus

[edk2] [PATCH 00/26] MdeModulePkg Remove redundant functions

2018-08-08 Thread shenglei
A lot of redundant functions which are never calld have been removed.I manually search these fuctions in source files to make sure that they are not used elsewhere. Also the MdeModulePkg was built to ensure that. shenglei (26): MdeModulePkg CapsuleApp: Remove a redundant function

[edk2] [PATCH 06/26] MdeModulePkg PciBusDxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are UpStreamBridgesAttributes and GetHpcPciAddressFromRootBridge. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei

[edk2] [PATCH 13/26] MdeModulePkg UsbBotPei: Remove redundant functions

2018-08-08 Thread shenglei
-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c | 190 - MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h | 98 --- 2 files changed, 288 deletions(-) diff --git a/MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c b

[edk2] [PATCH 12/26] MdeModulePkg UfsPassThruDxe: Remove redundant functions

2018-08-08 Thread shenglei
The functions that are never called have been removed. They are UfsClearFlag and UfsFindAvailableSlotInTmrl. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Ufs

[edk2] [PATCH 5/5] UefiCpuPkg: Remove an unused PCD

2018-08-15 Thread shenglei
The PCD below is unused, so it has been removed from inf. gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 1 - 1 file changed, 1

[edk2] [PATCH 3/5] SecurityPkg: Remove unused PCDs

2018-08-15 Thread shenglei
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision Cc: Jiewen Yao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- SecurityPkg/Tcg/Tcg2Config

[edk2] [PATCH 0/5] Removed unused PCDs

2018-08-15 Thread shenglei
A lot of unused PCDs are removed from inf. shenglei (5): MdeModulePkg: Remove unused PCDs from inf IntelFsp2Pkg: Remove unused PCDs SecurityPkg: Remove unused PCDs ShellPkg: Remove unused PCDs UefiCpuPkg: Remove unused PCDs IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 6

[edk2] [PATCH 4/5] ShellPkg: Remove unused PCDs

2018-08-15 Thread shenglei
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- ShellPkg/Application/Shell/Shell.inf

[edk2] [PATCH 2/5] IntelFsp2Pkg: Remove unused PCDs

2018-08-15 Thread shenglei
: Jiewen Yao Cc: Chasel Chiu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 6 -- IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 11 --- IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf

[edk2] [PATCH 1/5] MdeModulePkg: Remove unused PCDs

2018-08-15 Thread shenglei
gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Library

[edk2] [PATCH v2] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread shenglei
. Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 1 - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 1 - .../Application/SmiHandlerProfileInfo

[edk2] [PATCH v2] SignedCapsulePkg: Remove redundant things in inf, .h and .c files

2018-08-13 Thread shenglei
1.1 Signed-off-by: shenglei Reviewed-by: Jiewen Yao --- .../SystemFirmwareCommonDxe.c | 27 --- .../SystemFirmwareUpdate/SystemFirmwareDxe.h | 1 - .../SystemFirmwareReportDxe.inf | 2 -- .../SystemFirmwareUpdateDxe.inf | 1 - 4 fil

[edk2] [PATCH v3] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread shenglei
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 1 - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 1 - .../Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 1

[edk2] [PATCH v2 26/27] MdeModulePkg SetupBrowserDxe: Remove a redundant function

2018-08-14 Thread shenglei
The function IsDevicePathExist that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Universal/SetupBrowserDxe/IfrParse.c | 33

[edk2] [PATCH v2 21/27] MdeModulePkg TerminalDxe: Remove a redundant function

2018-08-14 Thread shenglei
The function UnicodeFiFoGetKeyCount that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni Reviewed-by: Star Zeng Reviewed

[edk2] [PATCH v2 27/27] MdeModulePkg UiApp: Remove a redundant function and a variable

2018-08-14 Thread shenglei
o been removed, whose judgment condition is "IsResetReminderFeatureEnable()". https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Application/UiApp/FrontPage.c | 51 +++

[edk2] [PATCH v2 20/27] MdeModulePkg SdBlockIoPei: Remove a redundant function

2018-08-14 Thread shenglei
Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Hao Wu Reviewed-by: Star Zeng --- MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c | 26 -- 1 file changed, 26 deletions(-) diff --git a/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c b/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c index

[edk2] [PATCH v2 25/27] MdeModulePkg Tcp4Dxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are SockRcvdErr,SockGroup and TcpPawsOK. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Laszlo Ersek

[edk2] [PATCH v2 22/27] MdeModulePkg HiiDatabaseDxe: Remove a redundant function

2018-08-14 Thread shenglei
The function GetStorageWidth that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng Reviewed-by: Laszlo Ersek

[edk2] [PATCH v2 19/27] MdeModulePkg EmmcBlockIoPei: Remove a redundant function

2018-08-14 Thread shenglei
Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Hao Wu Reviewed-by: Star Zeng --- .../Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c | 26 --- 1 file changed, 26 deletions(-) diff --git a/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c b/MdeModulePkg/Bus/Sd/EmmcBlockIoPei

[edk2] [PATCH v2 02/27] MdeModulePkg UiApp: Remove redundant functions

2018-08-14 Thread shenglei
-by: shenglei Reviewed-by: Laszlo Ersek Reviewed-by: Star Zeng --- MdeModulePkg/Application/UiApp/FrontPage.c | 40 -- MdeModulePkg/Application/UiApp/Ui.h| 30 2 files changed, 70 deletions(-) diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b

[edk2] [PATCH v2 00/27] MdeModulePkg Remove redundant functions

2018-08-14 Thread shenglei
. shenglei (27): MdeModulePkg CapsuleApp: Remove a redundant function MdeModulePkg UiApp: Remove redundant functions MdeModulePkg AtaAtapiPassThru: Remove redundant functions MdeModulePkg EhciDxe: Remove redundant functions MdeModulePkg NvmExpressDxe: Remove redundant functions MdeModulePkg

[edk2] [PATCH v2 12/27] MdeModulePkg UfsPassThruDxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are UfsClearFlag and UfsFindAvailableSlotInTmrl. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Hao Wu

[edk2] [PATCH v2 04/27] MdeModulePkg EhciDxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are EhcDumpRegs,EhcDisableAsyncSchd and EhcDisablePeriodSchd https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed

[edk2] [PATCH v2 08/27] MdeModulePkg UhciPei: Remove redundant functions

2018-08-14 Thread shenglei
Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni Reviewed-by: Star Zeng --- MdeModulePkg/Bus/Pci/UhciPei/DmaMem.c | 22 - MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.c | 125 - MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.h

[edk2] [PATCH v2 09/27] MdeModulePkg XhciDxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are XhcReadDoorBellReg and XhcWriteOpReg16. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni

[edk2] [PATCH v2 14/27] MdeModulePkg UsbBusDxe: Remove redundant functions

2018-08-14 Thread shenglei
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni Reviewed-by: Laszlo Ersek Reviewed-by: Star Zeng --- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c | 68 - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c | 146 MdeModulePkg/Bus

[edk2] [PATCH v2 13/27] MdeModulePkg UsbBotPei: Remove redundant functions

2018-08-14 Thread shenglei
-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng --- MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c | 190 - MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h | 98 --- 2 files changed, 288 deletions(-) diff --git a/MdeModulePkg/Bus/Usb

[edk2] [PATCH v2 10/27] MdeModulePkg XhciPei: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are XhcPeiReadDoorBellReg and UsbHcUnlinkMemBlock. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni

[edk2] [PATCH v2 11/27] MdeModulePkg UfsBlockIoPei: Remove redundant functions

2018-08-14 Thread shenglei
'UfsPeimUnlinkMemBlock' within function UfsPeimFreeMemPool(). Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Hao Wu Reviewed-by: Star Zeng --- .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c | 101 -- MdeModulePkg/Bus/Ufs

[edk2] [PATCH v2 05/27] MdeModulePkg NvmExpressDxe: Remove redundant functions

2018-08-14 Thread shenglei
Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng Reviewed-by: Laszlo Ersek Reviewed-by: Hao Wu --- .../Bus/Pci/NvmExpressDxe/NvmExpressHci.c | 110 -- 1 file changed, 110 deletions(-) diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c b

[edk2] [PATCH v2 06/27] MdeModulePkg PciBusDxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are UpStreamBridgesAttributes and GetHpcPciAddressFromRootBridge. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed

[edk2] [PATCH v2 16/27] MdeModulePkg Core/Dxe: Remove redundant functions

2018-08-14 Thread shenglei
-off-by: shenglei Reviewed-by: Ruiyu Ni Reviewed-by: Jian J Wang mailto:jian.j.wang at intel.com>> Reviewed-by: Laszlo Ersek Reviewed-by: Star Zeng --- MdeModulePkg/Core/Dxe/DxeMain.h | 13 - MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 22 --- MdeModulePkg/Core/D

[edk2] [PATCH v2 23/27] MdeModulePkg Ip4Dxe: Remove a redundant function

2018-08-14 Thread shenglei
The function Ip4Config2OnDhcp4Event that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Laszlo Ersek --- .../Universal/Network

[edk2] [PATCH v2 17/27] MdeModulePkg PiSmmCore: Remove redundant functions

2018-08-14 Thread shenglei
calls SmmMemoryMapConsistencyCheck(). Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Jian J Wang mailto:jian.j.wang at intel.com>> --- MdeModulePkg/Core/PiSmmCore/HeapGuard.c | 166 -- ..

[edk2] [PATCH v2 24/27] MdeModulePkg IScsiDxe: Remove a redundant function

2018-08-14 Thread shenglei
The function IScsiFindTcbByITT that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Laszlo Ersek --- .../Universal/Network/IScsiDxe

[edk2] [PATCH v2 18/27] MdeModulePkg Ps2KeyboardDxe: Remove a redundant function

2018-08-14 Thread shenglei
The function DisableKeyboard that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni Reviewed-by: Laszlo Ersek Reviewed

[edk2] [PATCH v2 03/27] MdeModulePkg AtaAtapiPassThru: Remove redundant functions

2018-08-14 Thread shenglei
message. Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Laszlo Ersek Reviewed-by: Star Zeng --- .../Bus/Ata/AtaAtapiPassThru/AhciMode.c | 104 --- .../Bus/Ata/AtaAtapiPassThru/IdeMode.c| 257

[edk2] [PATCH v2 07/27] MdeModulePkg SdMmcPciHcDxe: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are SdCardGetCsd and SdCardGetScr. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe

[edk2] [PATCH v2 15/27] MdeModulePkg UsbBusPei: Remove redundant functions

2018-08-14 Thread shenglei
The functions that are never called have been removed. They are PeiHubSetHubFeature,IsPortConnectChange and PeiUsbClearDeviceFeature. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei

[edk2] [PATCH v2 01/27] MdeModulePkg CapsuleApp: Remove a redundant function

2018-08-14 Thread shenglei
The function DumpImageAuthentication that is never called has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng --- .../Application/CapsuleApp

[edk2] [PATCH v2] IntelFrameworkModulePkg:Remove redundant definitions and comments

2018-08-06 Thread shenglei
Some redundant definitions adn comments have been removed in .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Bus/Isa/IsaIoDxe/IsaDriver.h | 1 - .../Bus

[edk2] [PATCH] MdeModulePkg: Remove some comments

2018-08-10 Thread shenglei
Some comments including the redundant functions removed before have been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c

[edk2] [PATCH] SignedCapsulePkg: Remove redundant things in inf, .h and .c files

2018-08-10 Thread shenglei
Two redundant library classes have been removed. The redundant function "IsSystemFmp" has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1067 Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../SystemFirmwareC

[edk2] [PATCH v2 7/7] UefiCpuPkg: Remove an unused PCD

2018-08-20 Thread shenglei
The PCD below is unused, so it has been removed from inf. gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Eric Dong --- UefiCpuPkg/Library/CpuCommonFeaturesLib

[edk2] [PATCH v2 3/7] MdeModulePkg: Remove unused PCDs

2018-08-20 Thread shenglei
gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize Cc: Star Zeng Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- .../Library/DxeCapsuleLibFmp

[edk2] [PATCH v2 4/7] MdePkg: Remove an unused PCD

2018-08-20 Thread shenglei
The PCD below is unused, so it has been removed from inf. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask Cc: Michael D Kinney Cc: Liming Gao Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdePkg/Library/BaseLib/BaseLib.inf | 1 - 1 file

[edk2] [PATCH v2 2/7] IntelFsp2WrapperPkg: Remove unused PCDs

2018-08-20 Thread shenglei
Contribution Agreement 1.1 Signed-off-by: shenglei --- .../FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf| 1 - .../BaseFspWrapperPlatformLibSample.inf| 3 --- 2 files changed, 4 deletions(-) diff --git a/IntelFsp2WrapperPkg/FspWrapperNotifyDxe

[edk2] [PATCH] MdePkg: Add the missing spec version information for header files

2018-08-21 Thread shenglei
Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- MdePkg/Include/Protocol/AbsolutePointer.h| 3 +++ MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h | 3 +++ MdePkg/Include/Protocol/AcpiTable.h

[edk2] [PATCH v3 12/16] MdeModulePkg/FirmwarePerformanceDataTableDxe: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize Cc: Star Zeng Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng

[edk2] [PATCH v3 09/16] UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Eric Dong --- UefiCpuPkg/Library/CpuCommonFeaturesLib

[edk2] [PATCH v3 15/16] ShellPkg/UefiHandleParsingLib: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize Cc: Jaben Carsey Cc: Ruiyu Ni Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Ruiyu Ni --- ShellPkg/Library

[edk2] [PATCH v3 13/16] ShellPkg/Shell: Remove unused PCDs

2018-08-27 Thread shenglei
The PCDs below are unused, so they have been removed from inf. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength Cc: Jaben Carsey Cc: Ruiyu Ni Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei

[edk2] [PATCH v3 07/16] SecurityPkg/Tcg2ConfigPei: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress Cc: Jiewen Yao Cc: Chao Zhang Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Chao Zhang --- SecurityPkg/Tcg/Tcg2Config

[edk2] [PATCH v3 11/16] MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs

2018-08-27 Thread shenglei
gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem The library Pcdlib is not linked??? so "#include " is deleted. Cc: Star Zeng Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Star Zeng --- Md

[edk2] [PATCH v3 10/16] MdePkg/BaseLib: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask Cc: Michael D Kinney Cc: Liming Gao Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Laszlo Ersek --- MdePkg/Library/BaseLib

[edk2] [PATCH v3 16/16] ShellPkg/UefiShellDebug1CommandsLib: Remove unused PCDs

2018-08-27 Thread shenglei
-by: shenglei Reviewed-by: Ruiyu Ni --- .../UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | 2 -- 1 file changed, 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib

[edk2] [PATCH v3 08/16] SecurityPkg/Tcg2Dxe: Remove unused PCDs

2018-08-27 Thread shenglei
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision Cc: Jiewen Yao Cc: Chao Zhang Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei Reviewed-by: Chao Zhang --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf | 6

[edk2] [PATCH v3 05/16] IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an unused PCD

2018-08-27 Thread shenglei
The PCD below is unused, so it has been removed from inf. gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress Cc: Jiewen Yao Cc: Chasel Chiu Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei --- IntelFsp2WrapperPkg/FspWrapperNotifyDxe

[edk2] [PATCH v3 00/16] Removed unused PCDs

2018-08-27 Thread shenglei
s. 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 u

  1   2   3   4   >