]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update GenFw tool to support -e -z option together
authorLiming Gao <liming.gao@intel.com>
Mon, 2 Sep 2019 01:31:02 +0000 (09:31 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 4 Sep 2019 01:23:12 +0000 (09:23 +0800)
commitfa5e184327519e2ff367538b1cade1e5687e8795
tree16f885214ee169871d452db77948a6297be26fb4
parent48d49ea507e571c5ace752077832ab23917ab9cd
BaseTools: Update GenFw tool to support -e -z option together

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1727
-e -z option is to generate EFI image with zero debug entry.
It can be used to check the EFI image in DEBUG build.
This fix also supports the case -t -z option together for TE image.

Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Feng Bob C <bob.c.feng@intel.com>
BaseTools/Source/C/GenFw/GenFw.c