public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3 V2] BaseTools: Enable multiple thread to generate FFS file
@ 2017-11-14  8:27 Yonghong Zhu
  2017-11-14  8:27 ` [Patch 1/3 V2] BaseTools: GenFfs support to get alignment value from SectionFile Yonghong Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yonghong Zhu @ 2017-11-14  8:27 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao

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                 | 135 +++++++++++++-
 BaseTools/Source/Python/AutoGen/AutoGen.py         |  23 ++-
 BaseTools/Source/Python/AutoGen/GenMake.py         |  87 +++++++++
 BaseTools/Source/Python/GenFds/AprioriSection.py   |  14 +-
 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  | 202 ++++++++++++---------
 BaseTools/Source/Python/GenFds/Fv.py               | 189 ++++++++++---------
 BaseTools/Source/Python/GenFds/FvImageSection.py   |   8 +-
 BaseTools/Source/Python/GenFds/GenFds.py           |  17 ++
 .../Source/Python/GenFds/GenFdsGlobalVariable.py   | 170 +++++++++++++----
 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             |  45 ++++-
 25 files changed, 902 insertions(+), 395 deletions(-)

-- 
2.6.1.windows.1



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

end of thread, other threads:[~2017-11-14 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14  8:27 [Patch 0/3 V2] BaseTools: Enable multiple thread to generate FFS file Yonghong Zhu
2017-11-14  8:27 ` [Patch 1/3 V2] BaseTools: GenFfs support to get alignment value from SectionFile Yonghong Zhu
2017-11-14  8:27 ` [Patch 2/3 V2] BaseTools: Update Trim to generate VfrBinOffset Binary Yonghong Zhu
2017-11-14  8:27 ` [Patch 3/3 V2] BaseTools: Update Makefile to support FFS file generation Yonghong Zhu

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