Searched refs:Ffs (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfs.py23 class Ffs(FDClassObject): class in inherits:FDClassObject
H A DCapsuleData.py18 import Ffs namespace
47 self.Ffs = None
56 FfsFile = self.Ffs.GenFfs()
68 self.Ffs = None
100 self.Ffs = None
128 self.Ffs = None
H A DFvImageSection.py20 from Ffs import Ffs namespace
64 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
H A DCompressSection.py18 from Ffs import Ffs namespace
78 Ffs.SectionSuffix['COMPRESS']
H A DUiSection.py19 from Ffs import Ffs namespace
59 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
H A DVerSection.py18 from Ffs import Ffs namespace
61 ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('VERSION'))
H A DEfiSection.py22 from Ffs import Ffs namespace
118 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
128 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
156 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
174 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
183 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
203 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
224 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
H A DDataSection.py21 from Ffs import Ffs namespace
68 """Copy Map file to Ffs output"""
113 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
H A DFfsFileStatement.py18 import Ffs namespace
124 Ffs.Ffs.FdfFvFileTypeToFileType.get(self.FvFileType),
H A DDepexSection.py21 from Ffs import Ffs namespace
H A DGuidSection.py20 from Ffs import Ffs namespace
124 Ffs.SectionSuffix['GUIDED']
H A DFfsInfStatement.py24 import Ffs namespace
168 # Set Ffs BaseName, MdouleGuid, ModuleType, Version, OutputPath
216 # Set OutputPath = ${WorkSpace}\Build\Fv\Ffs\${ModuleGuid}+ ${MdouleName}\
252 # Get the rule of how to generate Ffs file
526 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum
566 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum
641 Ffs.Ffs
[all...]
H A DFv.py24 import Ffs namespace
158 # Update Ffs again
H A DFdfParser.py2342 capsuleFfs.Ffs = ffsInf
2454 capsuleFfs.Ffs = FfsFileObj
4151 elif CapsuleDataObj.Ffs != None:
4152 if isinstance(CapsuleDataObj.Ffs, FfsFileStatement.FileStatement):
4153 if CapsuleDataObj.Ffs.FvName != None and CapsuleDataObj.Ffs.FvName.upper() not in RefFvList:
4154 RefFvList.append(CapsuleDataObj.Ffs.FvName.upper())
4155 elif CapsuleDataObj.Ffs.FdName != None and CapsuleDataObj.Ffs.FdName.upper() not in RefFdList:
4156 RefFdList.append(CapsuleDataObj.Ffs
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py221 Ffs = self.UnDispatchedFfsDict[FfsID]
222 if Ffs.Type == 0x03:
225 if Ffs.Type == 0x04:
228 if Ffs.Type == 0x05:
231 if Ffs.Guid.lower() == gPeiAprioriFileNameGuid:
234 if Ffs.Guid.lower() == gAprioriGuid:
350 Ffs = self.UnDispatchedFfsDict[FfsID]
351 if Ffs.Type == 0x07:
354 for Section in Ffs.Sections.values():
381 # Append New Ffs
968 class Ffs(Image): class in inherits:Image
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py941 for Ffs in Wa.FdfProfile.FvDict[FvName.upper()].FfsList:
942 for Section in Ffs.SectionList:
1170 for Ffs in Wa.FdfProfile.FvDict[FvName.upper()].FfsList:
1171 for Section in Ffs.SectionList:
1176 self._GuidsDb[Ffs.NameGuid.upper()] = FvSection.FvName
1258 for Ffs in Wa.FdfProfile.FvDict[FvName.upper()].FfsList:
1263 Guid = Ffs.NameGuid.upper()
1264 Match = gPcdGuidPattern.match(Ffs.NameGuid)
1271 for Section in Ffs.SectionList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py2042 capsuleFfs.Ffs = ffsInf
2149 capsuleFfs.Ffs = FfsFileObj

Completed in 99 milliseconds