public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] BaseTools: Remove unused logic in BaseTools
@ 2019-01-09  6:44 BobCF
  0 siblings, 0 replies; only message in thread
From: BobCF @ 2019-01-09  6:44 UTC (permalink / raw)
  To: edk2-devel; +Cc: Bob Feng, Liming Gao, Jaben Carsey

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1350
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1104

Based on the requestion the above BZ, this patch serial removes
the BaseTools C and Python code for EDKI, IPF support.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>

Feng, Bob C (3):
  BaseTools: Remove unused logic for EDKI
  BaseTools: Remove unused logic for IPF
  BaseTools: Remove unused logic from C tools

 BaseTools/Source/C/Common/BasePeCoff.c        |  14 +-
 BaseTools/Source/C/Common/PeCoffLoaderEx.c    | 162 +------------
 BaseTools/Source/C/EfiRom/EfiRom.h            |   3 +-
 BaseTools/Source/C/GenFv/GenFvInternalLib.c   |  72 +-----
 BaseTools/Source/C/GenFv/GenFvInternalLib.h   |  10 -
 BaseTools/Source/C/GenFw/Elf64Convert.c       |   5 -
 BaseTools/Source/C/GenFw/GenFw.c              |   6 +-
 BaseTools/Source/C/GenFw/elf_common.h         |  85 -------
 .../C/Include/IndustryStandard/PeImage.h      |   3 -
 .../Source/C/Include/IndustryStandard/pci22.h |   1 -
 BaseTools/Source/C/Makefiles/header.makefile  |   1 -
 BaseTools/Source/C/VolInfo/VolInfo.c          |   2 +-
 BaseTools/Source/Python/AutoGen/AutoGen.py    |  93 +-------
 BaseTools/Source/Python/AutoGen/GenC.py       |  90 +++----
 BaseTools/Source/Python/AutoGen/GenMake.py    |  18 +-
 BaseTools/Source/Python/Common/DataType.py    |  21 +-
 BaseTools/Source/Python/Common/GlobalData.py  |   6 -
 .../Source/Python/CommonDataClass/FdfClass.py |  20 --
 BaseTools/Source/Python/Eot/EotMain.py        |   2 -
 .../Python/GenFds/ComponentStatement.py       |  29 ---
 BaseTools/Source/Python/GenFds/Fd.py          |  56 +----
 BaseTools/Source/Python/GenFds/FdfParser.py   | 223 +-----------------
 BaseTools/Source/Python/GenFds/Fv.py          |  12 +-
 BaseTools/Source/Python/GenFds/GenFds.py      |  11 +-
 .../Python/GenFds/GenFdsGlobalVariable.py     |   1 -
 BaseTools/Source/Python/GenFds/Region.py      |   5 +-
 BaseTools/Source/Python/GenFds/Vtf.py         | 200 ----------------
 .../Source/Python/TargetTool/TargetTool.py    |   4 +-
 .../Source/Python/Workspace/DecBuildData.py   |   1 -
 .../Source/Python/Workspace/DscBuildData.py   |   3 -
 .../Source/Python/Workspace/InfBuildData.py   | 191 ++++-----------
 .../Source/Python/Workspace/MetaFileParser.py |  22 --
 .../Python/Workspace/WorkspaceCommon.py       |  29 +--
 BaseTools/Source/Python/build/BuildReport.py  |  54 ++---
 BaseTools/Source/Python/build/build.py        |  85 +------
 edksetup.bat                                  |   3 -
 36 files changed, 146 insertions(+), 1397 deletions(-)
 delete mode 100644 BaseTools/Source/Python/GenFds/ComponentStatement.py
 delete mode 100644 BaseTools/Source/Python/GenFds/Vtf.py

-- 
2.19.1.windows.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-09  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09  6:44 [Patch 0/3] BaseTools: Remove unused logic in BaseTools BobCF

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