]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/UPT/UPT.py
BaseTools/UPT: Fix an issue in subst command
authorHess Chen <hesheng.chen@intel.com>
Fri, 10 Mar 2017 00:25:21 +0000 (08:25 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 14 Mar 2017 09:29:24 +0000 (17:29 +0800)
commitc03f5b2c42911c6af436beb7bbc4f63dd054fc83
tree02cc6972a5712eb8a17c9e04e544ce0959c24074
parenta559e0602c7a0dcb6d51e43431e0212c7999d303
BaseTools/UPT: Fix an issue in subst command

UPT used to use "B:" as the temp directory which may cause conflict,
now it will choose a valid volume. Also UPT now accepts empty sections.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/UPT/Parser/InfGuidPpiProtocolSectionParser.py
BaseTools/Source/Python/UPT/UPT.py