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.py747 self.PlatformFile = BuildOptions.PlatformFile
909 if not self.PlatformFile:
910PlatformFile = self.TargetTxt.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_ACTIVE_PLATFORM]
911 if not PlatformFile:
920 PlatformFile = FileList[0]
925 … self.PlatformFile = PathClass(NormFile(PlatformFile, self.WorkspaceDir), self.WorkspaceDir)
937 ErrorCode, ErrorInfo = self.PlatformFile.Validate(".dsc", False)
947 ErrorCode, ErrorInfo = self.PlatformFile.Validate(".dsc", False)
964 Platform = self.Db._MapPlatform(str(self.PlatformFile))
982 Platform = self.Db._MapPlatform(str(self.PlatformFile))
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py1065 def _Init(self, Workspace, PlatformFile, Target, Toolchain, Arch): argument
1066 EdkLogger.debug(EdkLogger.DEBUG_9, "AutoGen platform [%s] [%s]" % (PlatformFile, Arch))
1067 GlobalData.gProcessingFile = "%s [%s, %s, %s]" % (PlatformFile, Arch, Toolchain, Target)
1069 self.MetaFile = PlatformFile
1075 self.SourceDir = PlatformFile.SubDir
2536 def _Init(self, Workspace, ModuleFile, Target, Toolchain, Arch, PlatformFile): argument
2544 self.PlatformInfo = PlatformAutoGen(Workspace, PlatformFile, Target, Toolchain, Arch)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py3128 for PlatformFile in self.TblFile.GetFileList(MODEL_FILE_DSC):
3130 Platform = self.BuildObject[PathClass(PlatformFile), 'COMMON']