Home
last modified time | relevance | path

Searched refs:PlatformFile (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py730 self.PlatformFile = BuildOptions.PlatformFile
860 if not self.PlatformFile:
861PlatformFile = self.TargetTxt.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_ACTIVE_PLATFORM]
862 if not PlatformFile:
871 PlatformFile = FileList[0]
876 … self.PlatformFile = PathClass(NormFile(PlatformFile, self.WorkspaceDir), self.WorkspaceDir)
888 ErrorCode, ErrorInfo = self.PlatformFile.Validate(".dsc", False)
1411 self.PlatformFile,
1432 Pa = PlatformAutoGen(Wa, self.PlatformFile, BuildTarget, ToolChain, Arch)
1435 … Ma = ModuleAutoGen(Wa, Module, BuildTarget, ToolChain, Arch, self.PlatformFile)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py802 def _Init(self, Workspace, PlatformFile, Target, Toolchain, Arch): argument
803 EdkLogger.debug(EdkLogger.DEBUG_9, "AutoGen platform [%s] [%s]" % (PlatformFile, Arch))
804 GlobalData.gProcessingFile = "%s [%s, %s, %s]" % (PlatformFile, Arch, Toolchain, Target)
806 self.MetaFile = PlatformFile
812 self.SourceDir = PlatformFile.SubDir
2183 def _Init(self, Workspace, ModuleFile, Target, Toolchain, Arch, PlatformFile): argument
2191 self.PlatformInfo = PlatformAutoGen(Workspace, PlatformFile, Target, Toolchain, Arch)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2973 for PlatformFile in self.TblFile.GetFileList(MODEL_FILE_DSC):
2975 Platform = self.BuildObject[PathClass(PlatformFile), 'COMMON']