]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: generate alignment when the FV content come from the filesystem
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 23 Mar 2016 09:55:50 +0000 (17:55 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 27 Mar 2016 07:12:50 +0000 (15:12 +0800)
commit877c0a93be4317f5715347359cc78d41f4654748
treed35e1e25af9925020e038100d6282e6ec0ca5c55
parent860992ed70ae4c849239174c154d9a7650eabd6e
BaseTools: generate alignment when the FV content come from the filesystem

when the FV contents come from the filesystem instead of from a named FDF
section, the build tool missed to generate alignment for this FV. The fix
is get the alignment value from FV header and use this value to generate
alignment.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/FvImageSection.py