]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: fix a bug for PEI VPD Pcd collection
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 19 Apr 2016 02:43:57 +0000 (10:43 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 19 Apr 2016 10:40:37 +0000 (18:40 +0800)
commit61ee1dff160dabbb0855d56c925985030af702bc
tree44b391d60a77d4c1c4dbb9033fc089383edff493
parente642ceb8a586571b506a1ae4c00674b291f8395d
BaseTools: fix a bug for PEI VPD Pcd collection

When a PEI phase VPD PCD only list in the DSC IA32 arch, then build X64
arch image, it missed to collect this PEI VPD pcd into VPD Pcd map file.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py