]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: add the support for --pcd feature to patch the binary efi
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 20 Apr 2016 01:32:52 +0000 (09:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 20 Apr 2016 01:32:52 +0000 (09:32 +0800)
commit6b17c11b6f45b4196adb8a9fcbdba5576a0d872b
tree720ed5a1415d62bfb39be77463037adcffffd9a5
parent2a29017e3e305a10ee1003354c0d0c037923341d
BaseTools: add the support for --pcd feature to patch the binary efi

the original --pcd feature can override the Pcd value when build the
source driver, while it missed the binary driver. this patch add the
support to patch the binary efi for --pcd feature.

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/GenMake.py
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py