Searched refs:ImageTypeId (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
H A DEdkiiSystemFmpCapsule.h108 EFI_GUID ImageTypeId; member in struct:__anon10538
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
H A DCapsuleApp.c91 @param[in] ImageTypeId The ImageTypeId of the FMP image.
99 IN EFI_GUID *ImageTypeId,
271 Get ImageTypeId in the FMP capsule header.
275 @return ImageTypeId
296 Get ESRT FwType according to ImageTypeId
298 @param[in] ImageTypeId ImageTypeId of an FMP capsule.
304 IN EFI_GUID *ImageTypeId
320 if (CompareGuid(&EsrtEntry->FwClass, ImageTypeId)) {
349 EFI_GUID *ImageTypeId; local
780 EFI_GUID ImageTypeId; local
[all...]
H A DCapsuleDump.c549 Print(L" ImageTypeId - %g\n", &CurrentImageInfo->ImageTypeId);
759 Check if the ImageInfo includes the ImageTypeId.
764 @param[in] ImageTypeId A unique GUID identifying the firmware image type.
766 @return TRUE This ImageInfo includes the ImageTypeId
767 @return FALSE This ImageInfo does not include the ImageTypeId
774 IN EFI_GUID *ImageTypeId
782 if (CompareGuid (&CurrentImageInfo->ImageTypeId, ImageTypeId)) {
791 return the FMP whoes ImageInfo includes the ImageTypeId
908 DumpFmpImage( IN EFI_GUID *ImageTypeId, IN UINTN ImageIndex, IN CHAR16 *ImageName ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DCapsuleData.py179 self.ImageTypeId = None
202 Guid = self.ImageTypeId.split('-')
H A DFdfParser.py3208 FmpData.ImageTypeId = self.__Token
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c113 CopyGuid (&ImageInfo->ImageTypeId, &ImageDescriptor->ImageTypeId);
367 if (CompareGuid(&FmpImageInfo->ImageTypeId, Guid)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
H A DEsrtImpl.c414 if (CompareGuid(&FmpImageInfo->ImageTypeId, Guid)) {
438 EsrtEntry->FwClass = FmpImageInfo->ImageTypeId;
H A DEsrtDxe.c393 if (CompareGuid(&EsrtRepositoryNew[Index1].FwClass, &TempFmpImageInfo->ImageTypeId)) {
401 // New ImageTypeId can't be found in EsrtRepositoryNew. Create a new one
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h172 EFI_GUID ImageTypeId; member in struct:__anon10461
191 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
227 EFI_GUID ImageTypeId; member in struct:__anon10462
246 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
H A DUefiHandleParsingLib.c1325 &ImageInfoV1[Index].ImageTypeId,
1352 &ImageInfoV2[Index].ImageTypeId,
1380 &ImageInfo[Index].ImageTypeId,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DFirmwareManagement.h49 EFI_GUID ImageTypeId; member in struct:__anon9039
68 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
107 /// number must be unique within the namespace of the ImageTypeId GUID and
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
H A DDxeCapsuleLib.c325 if (CompareGuid(&ImageHeader->UpdateImageTypeId, &TempFmpImageInfo->ImageTypeId) &&
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
H A DMicrocodeFmp.c624 DEBUG((DEBUG_VERBOSE, " ImageTypeId - %g\n", &ImageDescriptor[Index].ImageTypeId));
H A DMicrocodeUpdate.c265 CopyGuid (&ImageDescriptor[Count].ImageTypeId, &gMicrocodeFmpImageTypeIdGuid);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c686 DEBUG((DEBUG_VERBOSE, " ImageTypeId - %g\n", &CurrentImageInfo->ImageTypeId));
852 Get FMP handle by ImageTypeId and HardwareInstance.
965 if (CompareGuid(UpdateImageTypeId, &TempFmpImageInfo->ImageTypeId)) {
1106 DEBUG((DEBUG_INFO, "ImageTypeId - %g, ", &ImageHeader->UpdateImageTypeId));

Completed in 623 milliseconds