HomeSort by relevance Sort by last modified time
    Searched defs:Ffs (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Ffs.py 2 # process FFS generation
20 ## generate FFS
23 class Ffs(FDClassObject):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 221 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
    [all...]

Completed in 81 milliseconds