Home
last modified time | relevance | path

Searched refs:CurrentImageInfo (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleDump.c537 EFI_FIRMWARE_IMAGE_DESCRIPTOR *CurrentImageInfo; in DumpFmpImageInfo() local
545 CurrentImageInfo = ImageInfo; in DumpFmpImageInfo()
548 Print(L" ImageIndex - 0x%x\n", CurrentImageInfo->ImageIndex); in DumpFmpImageInfo()
549 Print(L" ImageTypeId - %g\n", &CurrentImageInfo->ImageTypeId); in DumpFmpImageInfo()
550 Print(L" ImageId - 0x%lx\n", CurrentImageInfo->ImageId); in DumpFmpImageInfo()
551 Print(L" ImageIdName - \"%s\"\n", CurrentImageInfo->ImageIdName); in DumpFmpImageInfo()
552 Print(L" Version - 0x%x\n", CurrentImageInfo->Version); in DumpFmpImageInfo()
553 Print(L" VersionName - \"%s\"\n", CurrentImageInfo->VersionName); in DumpFmpImageInfo()
554 Print(L" Size - 0x%x\n", CurrentImageInfo->Size); in DumpFmpImageInfo()
555 Print(L" AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported); in DumpFmpImageInfo()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleLib.c674 EFI_FIRMWARE_IMAGE_DESCRIPTOR *CurrentImageInfo; in DumpFmpImageInfo() local
682 CurrentImageInfo = ImageInfo; in DumpFmpImageInfo()
685 … DEBUG((DEBUG_VERBOSE, " ImageIndex - 0x%x\n", CurrentImageInfo->ImageIndex)); in DumpFmpImageInfo()
686 … DEBUG((DEBUG_VERBOSE, " ImageTypeId - %g\n", &CurrentImageInfo->ImageTypeId)); in DumpFmpImageInfo()
687 DEBUG((DEBUG_VERBOSE, " ImageId - 0x%lx\n", CurrentImageInfo->ImageId)); in DumpFmpImageInfo()
688 DEBUG((DEBUG_VERBOSE, " ImageIdName - %s\n", CurrentImageInfo->ImageIdName)); in DumpFmpImageInfo()
689 DEBUG((DEBUG_VERBOSE, " Version - 0x%x\n", CurrentImageInfo->Version)); in DumpFmpImageInfo()
690 DEBUG((DEBUG_VERBOSE, " VersionName - %s\n", CurrentImageInfo->VersionName)); in DumpFmpImageInfo()
691 DEBUG((DEBUG_VERBOSE, " Size - 0x%x\n", CurrentImageInfo->Size)); in DumpFmpImageInfo()
692 …DEBUG((DEBUG_VERBOSE, " AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSup… in DumpFmpImageInfo()
[all …]