]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix size override issue for Void* Patchable pcd
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 14 Mar 2018 12:20:23 +0000 (20:20 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 Apr 2018 05:56:43 +0000 (13:56 +0800)
commitf7b31aa540435f43f5c60e7bde456c272b31f7ee
tree1a113ac600bfc370f06e32b2abea6ddc8b500d1d
parenteca980c0c899d9c2c57327e8af03fabe1da5feef
BaseTools: Fix size override issue for Void* Patchable pcd

when multiple driver link same library, and the drivers override the pcd
to different value in the DSC component section, it cause the pcd size
incorrect.

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/AutoGen/GenC.py