summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
diff options
context:
space:
mode:
authorYonghong Zhu <yonghong.zhu@intel.com>2016-04-20 09:32:52 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2016-04-20 09:32:52 +0800
commit6b17c11b6f45b4196adb8a9fcbdba5576a0d872b (patch)
tree720ed5a1415d62bfb39be77463037adcffffd9a5 /BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
parent2a29017e3e305a10ee1003354c0d0c037923341d (diff)
downloadedk2-6b17c11b6f45b4196adb8a9fcbdba5576a0d872b.tar.gz
edk2-6b17c11b6f45b4196adb8a9fcbdba5576a0d872b.tar.bz2
edk2-6b17c11b6f45b4196adb8a9fcbdba5576a0d872b.zip
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>
Diffstat (limited to 'BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py')
-rw-r--r--BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py b/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
index d1c9aff8d0..c3f36243f0 100644
--- a/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
+++ b/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
@@ -285,8 +285,6 @@ class GenFdsGlobalVariable:
GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
if not os.path.exists(GenFdsGlobalVariable.FfsDir) :
os.makedirs(GenFdsGlobalVariable.FfsDir)
- if ArchList != None:
- GenFdsGlobalVariable.ArchList = ArchList
T_CHAR_LF = '\n'
#