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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 238 FfsGuid = FfsObj.Guid
241 FfsPath = FfsGuid
245 if FfsGuid.upper() == '7BB28B99-61BB-11D5-9A5D-0090273FC14D':
248 if FfsGuid.upper() == '7E374E25-8E01-4FEE-87F2-390C23C606CD':
251 if FfsGuid.upper() == '961578FE-B6B7-44C3-AF35-6BC705CD2B1F':
257 and Model = %s and Value1='BASE_NAME'""" % (FfsGuid, 5001, 5001)
264 and Model = %s""" % (FfsGuid, 5001, 1011)
278 <td colspan="4"><table width="100%%" border="1">""" % (self.FfsIndex, self.FfsIndex, self.FfsIndex, FfsPath, FfsName, FfsGuid, FfsOffset, FfsType, self.FfsIndex)
282 self.DispatchList.write("%s %s %s %s\n" % (FfsGuid, "P", FfsName, FfsPath))
284 self.DispatchList.write("%s %s %s %s\n" % (FfsGuid, "D", FfsName, FfsPath))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c 62 EFI_GUID FfsGuid = EFI_FIRMWARE_FILE_SYSTEM_GUID;
64 EFI_GUID FfsGuid = EFI_FIRMWARE_FILE_SYSTEM2_GUID;
190 memcpy (&FvInfo->FvGuid, &FfsGuid, sizeof (EFI_GUID));
193 memcpy (&FvInfo->FvGuid, &FfsGuid, sizeof (EFI_GUID));
    [all...]

Completed in 491 milliseconds