audk/BaseTools/Source/Python/GenFds
Feng, YunhuaX 4f735fc8cd BaseTools: Fix COMPRESS alignment incorrect issue
Doesn't generate the correct alignment for the leaf section
in the compression section.
Below FFS rule doesn't work as the expectation.

[Rule.Common.PEIM.PE32]
  FILE PEIM = $(NAMED_GUID) {
    PEI_DEPEX PEI_DEPEX Optional $(INF_OUTPUT)/$(MODULE_NAME).depex
    COMPRESS {
      PE32   PE32  Align=Auto    $(INF_OUTPUT)/$(MODULE_NAME).efi
      UI     STRING="$(MODULE_NAME)" Optional
      VERSION  STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
    }
  }

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-02-07 14:48:04 +08:00
..
AprioriSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
Attribute.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
Capsule.py BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule file 2017-06-07 16:12:44 +08:00
CapsuleData.py BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule file 2017-06-07 16:12:44 +08:00
ComponentStatement.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
CompressSection.py BaseTools: Fix COMPRESS alignment incorrect issue 2018-02-07 14:48:04 +08:00
DataSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
DepexSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
EfiSection.py BaseTools: Fix GenSec can't found the depex file 2017-12-08 08:57:48 +08:00
Fd.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
FdfParser.py BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF File 2017-10-11 13:53:34 +08:00
Ffs.py BaseTools/GenFds: register MM Modules and MM FV file types. 2017-07-07 10:52:08 +08:00
FfsFileStatement.py BaseTools: Fix a bug for different FV use same FILE statement Guid 2017-12-29 11:07:50 +08:00
FfsInfStatement.py BaseTools: Structure Pcd in CommandLine. 2018-02-01 09:21:47 +08:00
Fv.py BaseTools: Fix the regression bug of a74398 for SubFv Image 2018-01-03 10:48:26 +08:00
FvImageSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
GenFds.py BaseTools: Structure Pcd in CommandLine. 2018-02-01 09:21:47 +08:00
GenFdsGlobalVariable.py BaseTools: Fix GenFds increment build bug that missing cover command option's change 2018-01-21 16:27:55 +08:00
GuidSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
OptRomFileStatement.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
OptRomInfStatement.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
OptionRom.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
Region.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
Rule.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
RuleComplexFile.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
RuleSimpleFile.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
Section.py BaseTools: Fix GenSec can't found the depex file 2017-12-08 08:57:48 +08:00
UiSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
VerSection.py BaseTools: Update Makefile to support FFS file generation 2017-12-05 09:26:22 +08:00
Vtf.py BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00