Lines Matching refs:Print

198     Print(L"CapsuleApp: NO GOP is found.\n");  in CreateBmpFmp()
201 Print(L"Current GOP: Mode - %d, ", Gop->Mode->Mode); in CreateBmpFmp()
202 Print(L"HorizontalResolution - %d, ", Gop->Mode->Info->HorizontalResolution); in CreateBmpFmp()
203 Print(L"VerticalResolution - %d\n", Gop->Mode->Info->VerticalResolution); in CreateBmpFmp()
208 Print(L"CapsuleApp: Invalid Parameter.\n"); in CreateBmpFmp()
213 Print(L"CapsuleApp: NO output capsule name.\n"); in CreateBmpFmp()
225 Print(L"CapsuleApp: BMP image (%s) is not found.\n", BmpName); in CreateBmpFmp()
232 Print(L"CapsuleApp: Capsule Buffer size (0x%x) too big.\n", FullCapsuleBufferSize); in CreateBmpFmp()
256 Print(L"CapsuleApp: Write %s %r\n", OutputCapsuleName, Status); in CreateBmpFmp()
354 Print(L"CapsuleApp: Invalid Parameter.\n"); in CreateNestedFmp()
359 Print(L"CapsuleApp: NO output capsule name.\n"); in CreateNestedFmp()
371 Print(L"CapsuleApp: Capsule image (%s) is not found.\n", CapsuleName); in CreateNestedFmp()
377 Print(L"CapsuleApp: Capsule ImageTypeId is not found.\n"); in CreateNestedFmp()
382 Print(L"CapsuleApp: Capsule FwType is invalid.\n"); in CreateNestedFmp()
389 Print(L"CapsuleApp: Capsule Buffer size (0x%x) too big.\n", FullCapsuleBufferSize); in CreateNestedFmp()
404 Print(L"CapsuleApp: Write %s %r\n", OutputCapsuleName, Status); in CreateNestedFmp()
514 Print (L"CapsuleApp: failed to allocate memory for descriptors\n"); in BuildGatherList()
518 Print (L"CapsuleApp: creating capsule descriptors at 0x%X\n", (UINTN) BlockDescriptors1); in BuildGatherList()
519Print (L"CapsuleApp: capsule data starts at 0x%X with size 0x%X\n", (UINTN) CapsuleBuffer… in BuildGatherList()
555 Print (L"CapsuleApp: capsule block/size 0x%X/0x%X\n", (UINTN) TempDataPtr, Size); in BuildGatherList()
576 Print (L"CapsuleApp: failed to allocate memory for descriptors\n"); in BuildGatherList()
607Print (L"CapsuleApp: capsule block/size 0x%X/0x%X\n", (UINTN) TempDataPtr, Size); in BuildGatherList()
690 Print(L"CapsuleApp: usage\n"); in PrintUsage()
691 Print(L" CapsuleApp <Capsule...>\n"); in PrintUsage()
692 Print(L" CapsuleApp -S\n"); in PrintUsage()
693 Print(L" CapsuleApp -C\n"); in PrintUsage()
694 Print(L" CapsuleApp -P\n"); in PrintUsage()
695 Print(L" CapsuleApp -E\n"); in PrintUsage()
696 Print(L" CapsuleApp -G <BMP> -O <Capsule>\n"); in PrintUsage()
697 Print(L" CapsuleApp -N <Capsule> -O <NestedCapsule>\n"); in PrintUsage()
698 Print(L" CapsuleApp -D <Capsule>\n"); in PrintUsage()
699 Print(L" CapsuleApp -P GET <ImageTypeId> <Index> -O <FileName>\n"); in PrintUsage()
700 Print(L"Parameter:\n"); in PrintUsage()
701 Print(L" -S: Dump capsule report variable (EFI_CAPSULE_REPORT_GUID),\n"); in PrintUsage()
702 Print(L" which is defined in UEFI specification.\n"); in PrintUsage()
703 Print(L" -C: Clear capsule report variable (EFI_CAPSULE_RPORT_GUID),\n"); in PrintUsage()
704 Print(L" which is defined in UEFI specification.\n"); in PrintUsage()
705 Print(L" -P: Dump UEFI FMP protocol info.\n"); in PrintUsage()
706 Print(L" -E: Dump UEFI ESRT table info.\n"); in PrintUsage()
707 Print(L" -G: Convert a BMP file to be a UX capsule,\n"); in PrintUsage()
708 Print(L" according to Windows Firmware Update document\n"); in PrintUsage()
709 Print(L" -N: Append a Capsule Header to an existing capsule image,\n"); in PrintUsage()
710 Print(L" according to Windows Firmware Update document\n"); in PrintUsage()
711 Print(L" -O: Output new Capsule file name\n"); in PrintUsage()
712 Print(L" -D: Dump Capsule image header information and FMP header information,\n"); in PrintUsage()
713 Print(L" if it is an FMP capsule.\n"); in PrintUsage()
747 Print(L"Please use UEFI SHELL to run this application!\n", Status); in UefiMain()
787 Print (L"Invalid ImageTypeId - %s\n", Argv[3]); in UefiMain()
807 Print(L"CapsuleApp: NO capsule image.\n"); in UefiMain()
811 Print(L"CapsuleApp: Too many capsule images.\n"); in UefiMain()
823 Print(L"CapsuleApp: capsule image (%s) is not found.\n", CapsuleName); in UefiMain()
853 Print (L"CapsuleApp: failed to query capsule capability - %r\n", Status); in UefiMain()
859 Print (L"CapsuleApp: capsule is too large to update, %ld is allowed\n", MaxCapsuleSize); in UefiMain()
871 Print (L"CapsuleApp: failed to update capsule - %r\n", Status); in UefiMain()
886 Print (L"CapsuleApp: failed to update capsule - %r\n", Status); in UefiMain()