]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/GenFw: Update to handle PE image with .code section only
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 14 Apr 2016 02:04:55 +0000 (10:04 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 00:43:12 +0000 (08:43 +0800)
commit3c4db2dfe2f1ea2cf8529671765111319bbadca4
treeaaf5380e82183e13e39d059af70b89ee2f6d8878
parent67a69059f714c0728676d13d97f10bd12730b378
BaseTools/GenFw: Update to handle PE image with .code section only

current GenFw rebase the image which only has .code section, but no other
section, the tool return error. this patch fix this bug to support it.

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/C/GenFw/GenFw.c