]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix VPD PCD Sub-section display bug
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 23 Oct 2018 08:14:28 +0000 (16:14 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 25 Oct 2018 08:40:18 +0000 (16:40 +0800)
commitebed920ffddf1a7de779be3f956415f4160de60d
treed095571ae855eddf76fedb53e675120423dbba1b
parent5d54ab94db0308e90a86aee543cb3a07a9c4d2bc
BaseTools: Fix VPD PCD Sub-section display bug

original we get the VPD PCD items from the VPDGuid.map file in the FV
output folder. but this logic doesn't work when 1) there only have
single non Default SKU, 2) there have multiple SKU with same value.
Now we change it to get the really VPD Pcd items that already display
in the PCD section of the report.

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