]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW file
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 1 Apr 2016 07:20:51 +0000 (15:20 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 5 Apr 2016 05:24:04 +0000 (13:24 +0800)
commitcfaaf99bdd412139ca7b9724e678429b2f2fb45f
treeeb4e91a94a1978774da18d159d872fd69b1838c7
parent15f69ddfc9506dc597b771f8514161c1289a0216
BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW file

When do the multiple raw file support feature, it cause the regression
that the raw file section alignment value was wrongly overridden by the
single raw file. this patch: 1) fix the wrong overridden bug. 2) remove
the duplicate code for combine multiple raw file into one.

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/FdfParser.py
BaseTools/Source/Python/GenFds/FfsFileStatement.py
BaseTools/Source/Python/GenFds/Fv.py