]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug to support generate FFS by Align=Auto
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 9 Nov 2016 10:18:01 +0000 (18:18 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 15 Nov 2016 02:21:47 +0000 (10:21 +0800)
commitf475f1e2361877e9947ecda98a697bc55fb9d85a
tree9a06ab5337be7b1ae4d18b50498a4521f61c80bf
parentec8a387700905bf2776f304576d1fb3b969ad16a
BaseTools: Fix the bug to support generate FFS by Align=Auto

FDF spec support to use 'Auto' as <FfsAlignmentValues>, but current Tool
report error about -a=Auto is invalid option when we set Align=Auto for
RAW File.

Cc: Liming Gao <liming.gao@intel.com>
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