]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Report Structure PCD value and SKU, DefaultStore info
authorLiming Gao <liming.gao@intel.com>
Fri, 22 Dec 2017 12:07:54 +0000 (20:07 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 25 Dec 2017 03:05:48 +0000 (11:05 +0800)
commite651d06c5ed167e706e2dbe122ec0953a54033f3
treee3e87c6190f829372feebf4809db6ad5614b4d48
parent2b8a6c44e0deb508f79804dd5ff7156bc7e25493
BaseTools: Report Structure PCD value and SKU, DefaultStore info

https://bugzilla.tianocore.org/show_bug.cgi?id=706
Add Structure PCD support for Build report. Structure PCD field value described
in DEC/DSC will be display in build report. And, PCD value for each SKU and
Default store will also be shown in build report.

Contributed-under: TianoCore Contribution Agreement 1.1
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenPcdDb.py
BaseTools/Source/Python/Common/GlobalData.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DecBuildData.py
BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools/Source/Python/build/BuildReport.py
BaseTools/Source/Python/build/build.py