]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update the FV region name as upper letter
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 11 Jul 2016 07:52:09 +0000 (15:52 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 14 Jul 2016 01:10:45 +0000 (09:10 +0800)
commit0199377c0d634218d0e06478ca766b7d891651c5
tree58cc4a6371045317de83c1a29a6c32925a390a4e
parent0e2c6c552990edcd6352c2395860cb0df62b158d
BaseTools: Update the FV region name as upper letter

Since in the GenFds phase, the FV is generated as upper letter. This
patch update the FV region name as upper letter, it can fix the build
report generate failure on case sensitive file system.

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>
Reviewed-by: Andrew Fish <afish@apple.com>
BaseTools/Source/Python/GenFds/FdfParser.py