]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug about list the PCD in "not used" section
authorzhijufan <zhijux.fan@intel.com>
Sat, 1 Sep 2018 15:45:52 +0000 (23:45 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 6 Sep 2018 01:11:45 +0000 (09:11 +0800)
commitac4578af364916a8848453ad0f719e872b8782ec
treeecfc0522bec0111f666149bc9d67cfbb34bc625a
parente23d9c3ed86c12f93c9c432cf80add850911e44a
BaseTools: Fix a bug about list the PCD in "not used" section

Defined a pcd in Ovmf.dec and used that pcd in AcpiPlatformDxe.inf,
then assign a value to that pcd from DSC, then build Ovmf platform
successfully. But this Pcd was wrongly listed into not used section
in the report.txt file.

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