]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Align the boolean type PCD value's display in the report
authorzhijufan <zhijux.fan@intel.com>
Thu, 6 Sep 2018 05:53:18 +0000 (13:53 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 13 Sep 2018 01:28:55 +0000 (09:28 +0800)
commit7c41b8135de692ea45334747b73936ea6804622f
tree999e55f2f59707517c6bb2166b48247e0df7f57f
parenteb2afe08cec34cf1e2a9e6f39c6adc9c66b2498a
BaseTools: Align the boolean type PCD value's display in the report

This patch align the boolean type PCD value's display in the build
report. Original it may display 0x0, also may use 0 for the same PCD.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/build/BuildReport.py