Home
last modified time | relevance | path

Searched refs:infFile (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DPatchFv.py132 def parseFvInfFile (self, infFile): argument
134 fvFile = infFile[0:-4] + ".Fv"
135 fvInfo['Name'] = os.path.splitext(os.path.basename(infFile))[0]
138 fdIn = open(infFile, "r")
202 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
203 if not os.path.exists(infFile):
204 raise Exception("Cannot open INF file '%s'!" % infFile)
209 self.parseInfFile(infFile)
232 infFile = fvFile[0:-3] + ".inf"
233 self.parseFvInfFile(infFile)
[all …]
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py183 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
184 if not os.path.exists(infFile):
185 raise Exception("Cannot open INF file '%s'!" % infFile)
190 self.parseInfFile(infFile)
266 def parseInfFile(self, infFile): argument
271 fvOffset = self.getFvOffsetInFd(infFile[0:-4] + ".Fv")
272 fdIn = open(infFile, "r")