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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CapsuleData.py 105 self.FdName = None
114 if self.FdName.find('.fd') == -1:
115 if self.FdName.upper() in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
116 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())
120 FdFile = GenFdsGlobalVariable.ReplaceWorkspaceMacro(self.FdName)
FfsFileStatement.py 89 elif self.FdName != None:
90 if self.FdName.upper() not in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
91 EdkLogger.error("GenFds", GENFDS_ERROR, "FD (%s) is NOT described in FDF file!" % (self.FdName))
92 Fd = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())
Fv.py 78 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
79 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
222 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
223 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
FdfParser.py     [all...]
GenFds.py 522 # FvName, FdName, CapName in FDF, Image file name
551 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
552 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
FdfClass.py 113 self.FdName = None
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]

Completed in 297 milliseconds