HomeSort by relevance Sort by last modified time
    Searched refs:FvDir (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
OptionRom.py 70 TmpOutputDir = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName, FfsFile.CurrentArch)
88 TmpOutputDir = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName, FfsFile.CurrentArch)
111 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.DriverName)
Vtf.py 46 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.Vtf')
69 self.BsfInfName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.inf')
192 OutputFileName = os.path.join(GenFdsGlobalVariable.FvDir, OutputFileName)
Capsule.py 156 CapOutputTmp = os.path.join(GenFdsGlobalVariable.FvDir, self.UiCapsuleName) + '.tmp'
189 CapOutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiCapsuleName) + '.Cap'
223 CapOutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiCapsuleName)
243 self.CapInfFileName = os.path.join(GenFdsGlobalVariable.FvDir,
Fv.py 126 FvOutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiFvName)
252 self.InfFileName = os.path.join(GenFdsGlobalVariable.FvDir,
398 FvExtHeaderFileName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiFvName + '.ext')
GenFdsGlobalVariable.py 40 FvDir = ''
43 # will be FvDir + os.sep + 'Ffs'
282 GenFdsGlobalVariable.FvDir = os.path.join(GenFdsGlobalVariable.OutputDirDict[ArchList[0]], 'FV')
283 if not os.path.exists(GenFdsGlobalVariable.FvDir) :
284 os.makedirs(GenFdsGlobalVariable.FvDir)
285 GenFdsGlobalVariable.FfsDir = os.path.join(GenFdsGlobalVariable.FvDir, 'Ffs')
GenFds.py     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 448 def ParseDscFile (self, DscFile, FvDir):
453 self._FvDir = FvDir
727 FvDir = self._FvDir;
733 VpdMapFile = os.path.join(FvDir, self._MacroDict['VPD_TOOL_GUID'] + '.map')
777 FvDir = self._FvDir
783 UpdTxtFile = os.path.join(FvDir, self._MacroDict['UPD_TOOL_GUID'] + '.txt')
    [all...]
PatchFv.py 134 # param [in] fvDir FV's directory
139 def createDicts (self, fvDir, fvNames):
141 # If the fvDir is not a dirctory, then raise an exception
143 if not os.path.isdir(fvDir):
144 raise Exception ("'%s' is not a valid directory!" % FvDir)
147 # If the Guid.xref is not existing in fvDir, then raise an exception
149 xrefFile = os.path.join(fvDir, "Guid.xref")
170 fdFile = os.path.join(fvDir, fdBase.strip() + ".fd")
183 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
207 fvFile = os.path.join(fvDir, file.strip()) + ".Fv"
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 428 def ParseDscFile (self, DscFile, FvDir):
433 self._FvDir = FvDir
760 FvDir = self._FvDir
766 UpdTxtFile = os.path.join(FvDir, self._MacroDict[GuidList[Index]] + '.txt')
    [all...]
PatchFv.py 153 # param [in] fvDir FV's directory
158 def createDicts (self, fvDir, fvNames):
160 # If the fvDir is not a dirctory, then raise an exception
162 if not os.path.isdir(fvDir):
163 raise Exception ("'%s' is not a valid directory!" % FvDir)
166 # If the Guid.xref is not existing in fvDir, then raise an exception
168 xrefFile = os.path.join(fvDir, "Guid.xref")
189 fdFile = os.path.join(fvDir, fdBase.strip() + ".fd")
202 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
227 fvFile = os.path.join(fvDir, file.strip()) + ".Fv"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
BuildReport.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 447 milliseconds