]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the *B and *F Flag display for Structure Pcd
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Oct 2018 07:10:30 +0000 (15:10 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 23 Oct 2018 02:40:31 +0000 (10:40 +0800)
commita6a326770b0e9e209c604d26fd861a9714c36bef
tree65a34a3835eacaa2cc2c74d8fee7fe324c97a6c4
parent0dab57708de64284ac83f0632daba4d9e1cb1135
BaseTools: Fix the *B and *F Flag display for Structure Pcd

Because of we newly add the PcdFieldValueFromComm and
PcdFieldValueFromFdf in early parser phase, so in the report we use
the saved value in this two variables to print it.

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/build/BuildReport.py