Home
last modified time | relevance | path

Searched refs:gCommandLineDefines (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DGlobalData.py35 gCommandLineDefines = {} variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py959 if 'PREBUILD' in GlobalData.gCommandLineDefines.keys():
960 self.Prebuild = GlobalData.gCommandLineDefines.get('PREBUILD')
979 if 'POSTBUILD' in GlobalData.gCommandLineDefines.keys():
980 self.Postbuild = GlobalData.gCommandLineDefines.get('POSTBUILD')
2228 GlobalData.gCommandLineDefines.update(ParseDefines(Option.Macros))
2274 GlobalData.gCommandLineDefines['ARCH'] = ' '.join(MyBuild.ArchList)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFds.py207 GlobalData.gCommandLineDefines[List[0].strip()] = List[1].strip()
209 GlobalData.gCommandLineDefines[List[0].strip()] = "TRUE"
DFdfParser.py501 if Macro in GlobalData.gCommandLineDefines:
502 return GlobalData.gCommandLineDefines[Macro]
904 MacroDict.update(GlobalData.gCommandLineDefines)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py1203 Macros.update(GlobalData.gCommandLineDefines)
1464 elif "ECP_SOURCE" in GlobalData.gCommandLineDefines.keys():
1465 __IncludeMacros['ECP_SOURCE'] = GlobalData.gCommandLineDefines['ECP_SOURCE']
DWorkspaceDatabase.py188 self.__Macros.update(GlobalData.gCommandLineDefines)
490 if 'FIX_LOAD_TOP_MEMORY_ADDRESS' in GlobalData.gCommandLineDefines.keys():
492 … self._LoadFixAddress = int(GlobalData.gCommandLineDefines['FIX_LOAD_TOP_MEMORY_ADDRESS'], 0)
494 …OP_MEMORY_ADDRESS %s is not valid dec or hex string" % (GlobalData.gCommandLineDefines['FIX_LOAD_T…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py1118 Macros.update(GlobalData.gCommandLineDefines)
1366 elif "ECP_SOURCE" in GlobalData.gCommandLineDefines.keys():
1367 __IncludeMacros['ECP_SOURCE'] = GlobalData.gCommandLineDefines['ECP_SOURCE']
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py1422 MacroDict.update(GlobalData.gCommandLineDefines)