Home
last modified time | relevance | path

Searched refs:ModuleList (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py113 def GetDistributionPackage(self, WorkspaceDir, PackageList, ModuleList): argument
133 if ModuleList and WsRelPath in ModuleList:
172 if ModuleList:
173 for ModuleFile in ModuleList:
DDependencyRules.py62 ModuleList = self.IpiDb.GetModInPackage(Guid, Version, Name, Path)
63 ModuleList.extend(self.IpiDb.GetStandaloneModule(Guid, Version, Name, Path))
65 if len(ModuleList) > 0:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py199 def GetPackageList(DistPkg, Dep, WorkspaceDir, Options, ContentZipFile, ModuleList, PackageList): argument
212 …ackageContent(PackagePath, NewPackagePath, Package, ContentZipFile, Dep, WorkspaceDir, ModuleList,
237 def GetModuleList(DistPkg, Dep, WorkspaceDir, ContentZipFile, ModuleList): argument
271 …duleContent(ModulePath, NewModulePath, '', Module, ContentZipFile, WorkspaceDir, ModuleList, None,
283 for (Module, Package) in ModuleList:
643 WorkspaceDir, ModuleList, Package = None, ReadOnly = False): argument
716 ModuleList)
723 ModuleList): argument
756 ModuleList.append((Module, Package))
818 WorkspaceDir, ModuleList, ReadOnly = False): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py1321 …def _RebaseModule (self, MapBuffer, BaseAddress, ModuleList, AddrIsOffset = True, ModeIsSmm = Fals… argument
1324 InfFileNameList = ModuleList.keys()
1329 ModuleInfo = ModuleList[InfFile]
1422 def _CollectFvMapBuffer (self, MapBuffer, Wa, ModuleList): argument
1444 if GuidString.upper() in ModuleList:
1445 Line = Line.replace(GuidString, ModuleList[GuidString.upper()].Name)
1453 if GuidString.upper() in ModuleList:
1454 …MapBuffer.write('(IMAGE=%s)\n' % (os.path.join(ModuleList[GuidString.upper()].DebugDir, ModuleList
1460 def _CollectModuleMapBuffer (self, MapBuffer, ModuleList): argument
1476 for ModuleGuid in ModuleList:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py506 for Item in Platform.Modules.ModuleList:
566 for Item in Platform.Modules.ModuleList:
1292 for Module in Platform.Modules.ModuleList:
1340 for Module in Platform.Modules.ModuleList:
1417 for Module in self.DscDatabase[Dsc].Platform.Modules.ModuleList:
1554 for Module in Dsc.Platform.Modules.ModuleList:
DDscClassObject.py804 self.Platform.Modules.ModuleList.append(Key)
1417 print '\nComponents =', M.Modules.ModuleList, M.Modules.IncludeFiles
1418 for Item in M.Modules.ModuleList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPlatformClass.py402 self.ModuleList = []
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py407 ModuleList = LibraryClass.GetSupModuleList()
414 if not ModuleList or IsAllModuleList(ModuleList):
417 ModuleString = DT.TAB_VALUE_SPLIT.join(l for l in ModuleList)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c242 SYMBOL *ModuleList; member
684 gGlobals.ModuleList = NULL; in main()
804 TempSymbol = gGlobals.ModuleList; in main()
867 FreeSymbols (gGlobals.ModuleList); in main()
868 gGlobals.ModuleList = NULL; in main()
1382 AddModuleName (&gGlobals.ModuleList, GetSymbolValue (BASE_NAME), GetSymbolValue (INF_FILENAME)); in ProcessComponentFile()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py626 def IsAllModuleList(ModuleList): argument
627 NewModuleList = [Module.upper() for Module in ModuleList]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py327 ModuleList = Fdf.Profile.InfList
372 ModuleList = []
579 for Inf in ModuleList: