public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Jaben Carsey <jaben.carsey@intel.com>
To: edk2-devel@lists.01.org
Cc: Bob Feng <bob.c.feng@intel.com>, Liming Gao <liming.gao@intel.com>
Subject: [Patch v1 0/5] cleanup shared functions
Date: Thu, 10 Jan 2019 10:39:44 -0800	[thread overview]
Message-ID: <cover.1547145461.git.jaben.carsey@intel.com> (raw)

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=42

Many shared functions are not used by more than one consumer. 
Move them local to consumer until the use arises for sharing.

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

Jaben Carsey (5):
  BaseTools/build/build: refactor and move functions
  BaseTools/Workspace/InfBuildData: move functions
  BaseTools/DscBuildData: move function
  BaseTools/AutoGen: move functions
  BaseTools/GenFds/Capsule: move function logic

 BaseTools/Source/Python/AutoGen/AutoGen.py        |  77 ++++++++-
 BaseTools/Source/Python/Common/Misc.py            | 167 +-------------------
 BaseTools/Source/Python/GenFds/Capsule.py         |   4 +-
 BaseTools/Source/Python/Workspace/DscBuildData.py |  50 ++++--
 BaseTools/Source/Python/Workspace/InfBuildData.py |  46 +++++-
 BaseTools/Source/Python/build/build.py            |  46 +++++-
 6 files changed, 192 insertions(+), 198 deletions(-)

-- 
2.16.2.windows.1



             reply	other threads:[~2019-01-10 18:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-10 18:39 Jaben Carsey [this message]
2019-01-10 18:39 ` [Patch v1 1/5] BaseTools/build/build: refactor and move functions Jaben Carsey
2019-01-17  7:46   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 2/5] BaseTools/Workspace/InfBuildData: " Jaben Carsey
2019-01-17  7:46   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 3/5] BaseTools/DscBuildData: move function Jaben Carsey
2019-01-17  7:47   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 4/5] BaseTools/AutoGen: move functions Jaben Carsey
2019-01-17  7:47   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 5/5] BaseTools/GenFds/Capsule: move function logic Jaben Carsey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1547145461.git.jaben.carsey@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox