]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug for Mixed Pcd value display in the report
authorYonghong Zhu <yonghong.zhu@intel.com>
Sun, 10 Sep 2017 08:23:09 +0000 (16:23 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 11 Sep 2017 02:58:45 +0000 (10:58 +0800)
commitaa9aa47e06ac0082948b880c226c8bdf2a12102b
tree0e727ccc6a71ee17c68faa1e2d74882882ff251b
parent2f6ef874ac96db0969d1f6c09f210cd2ebb88a82
BaseTools: Fix a bug for Mixed Pcd value display in the report

the case is that override the mixed pcd value in DSC [Components]
section, the value display in the report is incorrect.

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