Searched defs:Ffs (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DFfs.py23 class Ffs(FDClassObject): class in inherits:FDClassObject
H A DCapsuleData.py18 import Ffs namespace
51 self.Ffs = None
60 FfsFile = self.Ffs.GenFfs()
72 self.Ffs = None
104 self.Ffs = None
132 self.Ffs = None
152 self.Ffs = None
H A DCompressSection.py18 from Ffs import Ffs namespace
78 Ffs.SectionSuffix['COMPRESS']
H A DDataSection.py21 from Ffs import Ffs namespace
68 """Copy Map file to Ffs output"""
112 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
H A DDepexSection.py21 from Ffs import Ffs namespace
H A DEfiSection.py22 from Ffs import Ffs namespace
120 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
130 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
158 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
176 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
185 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
205 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
226 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
H A DFfsFileStatement.py18 import Ffs namespace
167 Ffs.Ffs.FdfFvFileTypeToFileType.get(self.FvFileType),
H A DFvImageSection.py20 from Ffs import Ffs namespace
77 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
135 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
H A DGuidSection.py20 from Ffs import Ffs namespace
126 Ffs.SectionSuffix['GUIDED']
H A DUiSection.py19 from Ffs import Ffs namespace
60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
H A DVerSection.py18 from Ffs import Ffs namespace
62 ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('VERSION'))
H A DFv.py23 import Ffs namespace
165 # Update Ffs again
H A DFfsInfStatement.py24 import Ffs namespace
188 # Set Ffs BaseName, MdouleGuid, ModuleType, Version, OutputPath
327 # Set OutputPath = ${WorkSpace}\Build\Fv\Ffs\${ModuleGuid}+ ${MdouleName}\
453 # Get the rule of how to generate Ffs file
721 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum
761 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum
837 Ffs.Ffs
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromFv.c48 @param Ffs Pointer to the FFS.
60 IN VOID *Ffs,
70 if((Ffs == NULL) || (Guid == NULL) || (Length == 0)){
80 if (CompareGuid (Guid, (EFI_GUID *) ((UINT8 *) Ffs + LoopControl))) {
107 @param Ffs Pointer to the FFS.
119 IN VOID *Ffs,
130 if ((Ffs == NULL) || (Offset == NULL)) {
134 Ffs,
148 VirOffValue = *(UINTN *) ((UINTN) Ffs + *(*Offset + Index));
59 GetAddressByGuid( IN VOID *Ffs, IN EFI_GUID *Guid, IN UINTN Length, OUT UINTN **Offset, OUT UINT8 *NumOfMatchingGuid ) argument
118 SearchVfrBinInFfs( IN VOID *Ffs, IN VOID *EfiAddr, IN UINTN Length, OUT UINTN **Offset, OUT UINT8 *NumOfMatchingOffset ) argument
/device/linaro/bootloader/edk2/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...]

Completed in 61 milliseconds