public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Yonghong Zhu <yonghong.zhu@intel.com>
To: edk2-devel@lists.01.org
Cc: Liming Gao <liming.gao@intel.com>
Subject: [Patch 0/3] BaseTools: Enable multiple thread to generate FFS file
Date: Fri, 29 Sep 2017 09:22:41 +0800	[thread overview]
Message-ID: <1506648164-5624-1-git-send-email-yonghong.zhu@intel.com> (raw)

These patches enable multiple thread to generate ffs file by merge FFS file's
generation into Make phase.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>

Yonghong Zhu (3):
  BaseTools: GenFfs support to get alignment value from SectionFile
  BaseTools: Update Trim to generate VfrBinOffset Binary
  BaseTools: Update Makefile to support FFS file generation

 BaseTools/Source/C/GenFfs/GenFfs.c                 | 127 ++++++++++++-
 BaseTools/Source/Python/AutoGen/AutoGen.py         |  16 +-
 BaseTools/Source/Python/AutoGen/GenMake.py         |  84 +++++++++
 BaseTools/Source/Python/GenFds/AprioriSection.py   |  16 +-
 BaseTools/Source/Python/GenFds/CompressSection.py  |  10 +-
 BaseTools/Source/Python/GenFds/DataSection.py      |  37 ++--
 BaseTools/Source/Python/GenFds/DepexSection.py     |   6 +-
 BaseTools/Source/Python/GenFds/EfiSection.py       |  78 ++++----
 BaseTools/Source/Python/GenFds/Fd.py               |  24 ++-
 BaseTools/Source/Python/GenFds/FfsFileStatement.py |   4 +-
 BaseTools/Source/Python/GenFds/FfsInfStatement.py  | 198 ++++++++++++---------
 BaseTools/Source/Python/GenFds/Fv.py               | 187 ++++++++++---------
 BaseTools/Source/Python/GenFds/FvImageSection.py   |   8 +-
 BaseTools/Source/Python/GenFds/GenFds.py           |  17 ++
 .../Source/Python/GenFds/GenFdsGlobalVariable.py   | 168 +++++++++++++----
 BaseTools/Source/Python/GenFds/GuidSection.py      |  59 +-----
 .../Source/Python/GenFds/OptRomFileStatement.py    |   4 +-
 .../Source/Python/GenFds/OptRomInfStatement.py     |  12 +-
 BaseTools/Source/Python/GenFds/OptionRom.py        |  25 +--
 BaseTools/Source/Python/GenFds/Region.py           |  49 +++--
 BaseTools/Source/Python/GenFds/Section.py          |   4 +-
 BaseTools/Source/Python/GenFds/UiSection.py        |   5 +-
 BaseTools/Source/Python/GenFds/VerSection.py       |   9 +-
 BaseTools/Source/Python/Trim/Trim.py               |  81 ++++++++-
 BaseTools/Source/Python/build/build.py             |  18 +-
 25 files changed, 859 insertions(+), 387 deletions(-)

-- 
2.6.1.windows.1



             reply	other threads:[~2017-09-29  1:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29  1:22 Yonghong Zhu [this message]
2017-09-29  1:22 ` [Patch 1/3] BaseTools: GenFfs support to get alignment value from SectionFile Yonghong Zhu
2017-10-11  5:14   ` Gao, Liming
2017-09-29  1:22 ` [Patch 2/3] BaseTools: Update Trim to generate VfrBinOffset Binary Yonghong Zhu
2017-09-29  1:22 ` [Patch 3/3] BaseTools: Update Makefile to support FFS file generation Yonghong Zhu

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=1506648164-5624-1-git-send-email-yonghong.zhu@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