]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Enhance the *P Flag display for Structure Pcd
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 15 Oct 2018 06:51:55 +0000 (14:51 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 15 Oct 2018 07:26:48 +0000 (15:26 +0800)
commitf88113789b3d6f0d29a3cf29bca3ce1a872d29b6
treeaaeb524516db6a6c67f48230a6451a35dc857bae
parent425084cd45860df8959ea1f890ca0e855d2a6220
BaseTools: Enhance the *P Flag display for Structure Pcd

Cover the case:
1.only define the structure Pcd in DEC file, it should not have any
Flag.
2.In the DEC file and DSC file only have the PCD's default value, and
without the field value, it should have *P Flag.
(re-add this patch since it be reverted in Python3 migration patches,
but this patch is not related with Python3)

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