Searched refs:FdfFile (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py717 self.Fdf = BuildOptions.FdfFile
1242 self.Fdf = Wa.FdfFile
1319 self.Fdf = Wa.FdfFile
1405 self.Fdf = Wa.FdfFile
1676 Parser.add_option("-f", "--fdf", action="callback", type="string", dest="FdfFile", callback=SingleCheckCallback,
1825 if Option.FdfFile != None:
1826 if os.path.isabs (Option.FdfFile):
1827 if os.path.normcase (os.path.normpath(Option.FdfFile)).find (Workspace) == 0:
1828 Option.FdfFile = NormFile(os.path.normpath(Option.FdfFile), Workspac
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py200 self.FdfFile = FlashDefinitionFile
241 if not self.FdfFile:
242 self.FdfFile = self.Platform.FlashDefinition
254 if self.FdfFile:
255 EdkLogger.info('%-24s = %s' % ("Flash Image Definition", self.FdfFile))
257 EdkLogger.verbose("\nFLASH_DEFINITION = %s" % self.FdfFile)
262 if self.FdfFile:
267 Fdf = FdfParser(self.FdfFile.Path)
332 if self.FdfFile:
373 ExtraData=self.FdfFile)
1905 FdfFile = property(_GetFdfFile) variable in class:PlatformAutoGen
[all...]
H A DGenMake.py1333 if PlatformInfo.FdfFile != None and PlatformInfo.FdfFile != "":
1334 FdfFileList = [PlatformInfo.FdfFile]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFds.py107 EdkLogger.error("GenFds", FILE_NOT_FOUND, "FdfFile doesn't exist in Workspace!")
109 GenFdsGlobalVariable.FdfFile = FdfFilename
H A DGenFdsGlobalVariable.py60 FdfFile = '' variable in class:GenFdsGlobalVariable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py1346 make_option("-f", "--FDF-file", dest="FdfFile",
1373 Parser.set_defaults(FdfFile=None)

Completed in 63 milliseconds