]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the build report issue about Structure PCD
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 08:51:43 +0000 (16:51 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 18 Feb 2019 01:11:48 +0000 (09:11 +0800)
commit5f094268e068949b0e0a0275fa2d4a9a6cc04c2d
tree6d9640c03a8cf283239e56e647e1bf58bb3ca0bd
parentc196d1d129ad7567f578e155c18e71ae62f9b2ad
BaseTools: Fix the build report issue about Structure PCD

https://bugzilla.tianocore.org/show_bug.cgi?id=1472
build report use incorrect method to parse DynamicDefault/DynamicExDefault
and DynamicVpd/DynamicExVpd structure Pcd value.

This patch is to fix this issue.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py