public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] IntelFrameworkModulePkg: Remove something reduntdant
@ 2018-08-08  3:08 shenglei
  2018-08-08  3:08 ` [PATCH 1/6] IntelFrameworkModulePkg IsaIoDxe: Remove a redundant protocol shenglei
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: shenglei @ 2018-08-08  3:08 UTC (permalink / raw)
  To: edk2-devel

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 (6):
  IntelFrameworkModulePkg IsaIoDxe: Remove a redundant protocol
  IntelFrameworkModulePkg Ps2KeyboardDxe: Remove a redundant function
  IntelFrameworkModulePkg IdeBusDxe: Remove redundant functions
  IntelFrameworkModulePkg Snp16Dxe: Remove redundant functions
  IntelFrameworkModulePkg LegacyBiosDxe: Remove redundant LibraryClasses
  IntelFrameworkModulePkg BdsDxe: Remove redundant functions

 .../Bus/Isa/IsaIoDxe/IsaDriver.h              |   1 -
 .../Bus/Isa/IsaIoDxe/IsaIoDxe.inf             |   1 -
 .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c    |  25 --
 .../Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h      |  11 -
 .../Bus/Pci/IdeBusDxe/Ata.c                   | 119 --------
 .../Bus/Pci/IdeBusDxe/DriverConfiguration.c   | 261 ------------------
 .../Bus/Pci/IdeBusDxe/Ide.h                   |  24 --
 .../Bus/Pci/IdeBusDxe/IdeBus.h                | 113 --------
 .../Csm/BiosThunk/Snp16Dxe/BiosSnp16.h        | 180 ------------
 .../Csm/BiosThunk/Snp16Dxe/PxeUndi.c          |  91 ------
 .../Csm/LegacyBiosDxe/LegacyBiosDxe.inf       |   2 -
 .../Csm/LegacyBiosDxe/LegacyBiosInterface.h   |   2 -
 .../Universal/BdsDxe/BootMaint/BmLib.c        |  36 ---
 .../Universal/BdsDxe/BootMaint/BootMaint.h    |  53 ----
 .../Universal/BdsDxe/BootMaint/BootOption.c   |  62 -----
 .../BdsDxe/BootMaint/ConsoleOption.c          |  64 -----
 .../Universal/BdsDxe/BootMaint/Variable.c     |  63 -----
 .../Universal/BdsDxe/FrontPage.c              |  29 --
 .../Universal/BdsDxe/FrontPage.h              |  17 --
 19 files changed, 1154 deletions(-)

-- 
2.18.0.windows.1



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

end of thread, other threads:[~2018-08-24  3:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08  3:08 [PATCH 0/6] IntelFrameworkModulePkg: Remove something reduntdant shenglei
2018-08-08  3:08 ` [PATCH 1/6] IntelFrameworkModulePkg IsaIoDxe: Remove a redundant protocol shenglei
2018-08-08  5:05   ` Ni, Ruiyu
2018-08-08  3:08 ` [PATCH 2/6] IntelFrameworkModulePkg Ps2KeyboardDxe: Remove a redundant function shenglei
2018-08-08  5:05   ` Ni, Ruiyu
2018-08-08  3:08 ` [PATCH 3/6] IntelFrameworkModulePkg IdeBusDxe: Remove redundant functions shenglei
2018-08-08  5:05   ` Ni, Ruiyu
2018-08-08  3:08 ` [PATCH 4/6] IntelFrameworkModulePkg Snp16Dxe: " shenglei
     [not found]   ` <C0706E73DB8C124D9B9C38AA364E5D5E5E1B89@shsmsx102.ccr.corp.intel.com>
2018-08-24  3:28     ` Ni, Ruiyu
2018-08-08  3:08 ` [PATCH 5/6] IntelFrameworkModulePkg LegacyBiosDxe: Remove redundant LibraryClasses shenglei
2018-08-08  5:04   ` Ni, Ruiyu
2018-08-08  3:08 ` [PATCH 6/6] IntelFrameworkModulePkg BdsDxe: Remove redundant functions shenglei
2018-08-08  5:04   ` Ni, Ruiyu

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