OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageTypeId
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CapsuleData.py
178
self.
ImageTypeId
= None
195
Guid = self.
ImageTypeId
.split('-')
FdfParser.py
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h
49
EFI_GUID
ImageTypeId
;
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/MdeModulePkg/Universal/EsrtDxe/
EsrtImpl.c
409
EsrtEntry->FwClass = FmpImageInfo->
ImageTypeId
;
EsrtDxe.c
393
if (CompareGuid(&EsrtRepositoryNew[Index1].FwClass, &TempFmpImageInfo->
ImageTypeId
)) {
401
// New
ImageTypeId
can't be found in EsrtRepositoryNew. Create a new one
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c
327
if (CompareGuid(&ImageHeader->UpdateImageTypeId, &TempFmpImageInfo->
ImageTypeId
) &&
Completed in 643 milliseconds