/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/ |
CapsuleCoalesce.c | 293 DEBUG ((EFI_D_ERROR, "ERROR: BlockList address failed alignment check\n"));
300 DEBUG ((EFI_D_ERROR, "ERROR: Ptr->Length(0x%lx) > MAX_ADDRESS\n", Ptr->Length));
309 DEBUG ((EFI_D_ERROR, "ERROR: Ptr->Union.ContinuationPointer(0x%lx) > MAX_ADDRESS\n", Ptr->Union.ContinuationPointer));
325 DEBUG ((EFI_D_ERROR, "ERROR: Ptr->Union.DataBlock(0x%lx) > (MAX_ADDRESS - (UINTN)Ptr->Length(0x%lx))\n", Ptr->Union.DataBlock, Ptr->Length));
342 DEBUG ((EFI_D_ERROR, "ERROR: Ptr->Length(0x%lx) < sizeof(EFI_CAPSULE_HEADER)\n", Ptr->Length));
349 DEBUG ((EFI_D_ERROR, "ERROR: CapsuleHeader->HeaderSize(0x%x) > CapsuleHeader->CapsuleImageSize(0x%x)\n", CapsuleHeader->HeaderSize, CapsuleHeader->CapsuleImageSize));
362 DEBUG ((EFI_D_ERROR, "ERROR: CapsuleSize(0x%lx) < Ptr->Length(0x%lx)\n", CapsuleSize, Ptr->Length));
383 DEBUG ((EFI_D_ERROR, "ERROR: CapsuleCount(0x%x) == 0\n", CapsuleCount));
391 DEBUG ((EFI_D_ERROR, "ERROR: CapsuleSize(0x%lx) != 0\n", CapsuleSize));
637 DEBUG ((EFI_D_ERROR, "ERROR: Desc->Length(0x%lx) >= (MAX_ADDRESS - Size(0x%x))\n", Desc->Length, Size)); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiNotTiano.c | 110 DEBUG ((EFI_D_ERROR, "EFI1.1 can't support LegacyBootEvent!"));
205 DEBUG ((EFI_D_ERROR, "EFI1.1 can't support ReadyToBootEvent!"));
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/ |
XenIoMmioLib.c | 97 DEBUG ((EFI_D_ERROR, "%a: Out of memory\n", __FUNCTION__));
112 DEBUG ((EFI_D_ERROR, "%a: Failed to install the EFI_DEVICE_PATH and "
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/ |
Tpm2NVStorage.c | 209 DEBUG ((EFI_D_ERROR, "Tpm2NvReadPublic - RecvBufferSize Error - %x\n", RecvBufferSize));
214 DEBUG ((EFI_D_ERROR, "Tpm2NvReadPublic - responseCode - %x\n", SwapBytes32(RecvBuffer.Header.responseCode)));
229 DEBUG ((EFI_D_ERROR, "Tpm2NvReadPublic - RecvBufferSize Error - %x\n", RecvBufferSize));
240 DEBUG ((EFI_D_ERROR, "Tpm2NvReadPublic - RecvBufferSize Error - NvPublicSize %x, NvNameSize %x\n", RecvBufferSize, NvNameSize));
354 DEBUG ((EFI_D_ERROR, "Tpm2NvDefineSpace - RecvBufferSize Error - %x\n", RecvBufferSize));
361 DEBUG ((EFI_D_ERROR, "Tpm2NvDefineSpace - responseCode - %x\n", SwapBytes32(RecvBuffer.Header.responseCode)));
462 DEBUG ((EFI_D_ERROR, "Tpm2NvUndefineSpace - RecvBufferSize Error - %x\n", RecvBufferSize));
469 DEBUG ((EFI_D_ERROR, "Tpm2NvUndefineSpace - responseCode - %x\n", SwapBytes32(RecvBuffer.Header.responseCode)));
577 DEBUG ((EFI_D_ERROR, "Tpm2NvRead - RecvBufferSize Error - %x\n", RecvBufferSize));
583 DEBUG ((EFI_D_ERROR, "Tpm2NvRead - responseCode - %x\n", ResponseCode)); [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
TrEEConfigDriver.c | 108 DEBUG ((EFI_D_ERROR, "TrEEConfigDriver: Fail to set TREE_STORAGE_NAME\n"));
135 DEBUG ((EFI_D_ERROR, "TrEEConfigDriver: Fail to set TREE_DEVICE_DETECTION_NAME\n"));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
Xhci.c | 826 DEBUG ((EFI_D_ERROR, "XhcControlTransfer: HC halted at entrance\n"));
894 DEBUG ((EFI_D_ERROR, "XhcControlTransfer: failed to create URB"));
914 DEBUG((EFI_D_ERROR, "XhcControlTransfer: XhcDequeueTrbFromEndpoint failed\n"));
923 DEBUG ((EFI_D_ERROR, "XhcControlTransfer: XhcRecoverHaltedEndpoint failed\n"));
1001 DEBUG ((EFI_D_ERROR, "XHCI: Don't support multi-TT feature for Hub now. (force to disable MTT)\n"));
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbHub.c | 633 DEBUG (( EFI_D_ERROR, "UsbOnHubInterrupt: failed to remove async transfer - %r\n", Status));
648 DEBUG (( EFI_D_ERROR, "UsbOnHubInterrupt: failed to submit new async transfer - %r\n", Status));
724 DEBUG (( EFI_D_ERROR, "UsbHubInit: no interrupt endpoint found for hub %d\n", HubDev->Address));
731 DEBUG (( EFI_D_ERROR, "UsbHubInit: failed to read HUB descriptor %r\n", Status));
787 DEBUG (( EFI_D_ERROR, "UsbHubInit: failed to create signal for hub %d - %r\n",
812 DEBUG (( EFI_D_ERROR, "UsbHubInit: failed to queue interrupt transfer for hub %d - %r\n",
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
UsbPeim.c | 701 DEBUG ((EFI_D_ERROR, "PeiUsbGet Device Descriptor fail: %x %r\n", Retry, Status));
720 DEBUG ((EFI_D_ERROR, "PeiUsbSetDeviceAddress Failed: %r\n", Status));
740 DEBUG ((EFI_D_ERROR, "PeiUsbGetDescriptor First Failed\n"));
811 DEBUG ((EFI_D_ERROR, "PeiUsbGet Config Descriptor First Failed\n"));
832 DEBUG ((EFI_D_ERROR, "PeiUsbGet Config Descriptor all Failed\n"));
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/ |
Gpt.c | 328 DEBUG ((EFI_D_ERROR, "Allocate pool error\n"));
341 DEBUG ((EFI_D_ERROR, " Partition Entry ReadDisk error\n"));
351 DEBUG ((EFI_D_ERROR, "Allocate pool error\n"));
473 DEBUG ((EFI_D_ERROR, "Allocate pool error\n"));
549 DEBUG ((EFI_D_ERROR, " Allocate pool error\n"));
569 DEBUG ((EFI_D_ERROR, "CheckPEntryArrayCRC: Crc calculation failed\n"));
615 DEBUG ((EFI_D_ERROR, "Allocate pool error\n"));
643 DEBUG ((EFI_D_ERROR, " Allocate pool error\n"));
842 DEBUG ((EFI_D_ERROR, "CheckCrc32: Size > MaxSize\n"));
853 DEBUG ((EFI_D_ERROR, "CheckCrc32: Crc calculation failed\n")); [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/ |
InstallBootMenu.c | 219 DEBUG ((EFI_D_ERROR, "%a: Invalid Parameters\n", __func__)); 307 DEBUG ((EFI_D_ERROR, "%a: failed to set BootVariable\n", __func__)); 399 DEBUG ((EFI_D_ERROR, "%a: failed to set LED1\n", __func__)); 404 DEBUG ((EFI_D_ERROR, "%a: failed to set LED2\n", __func__)); 409 DEBUG ((EFI_D_ERROR, "%a: failed to set LED3\n", __func__)); 414 DEBUG ((EFI_D_ERROR, "%a: failed to set LED4\n", __func__)); 459 DEBUG ((EFI_D_ERROR, "%a: failed to set jumper as gpio input\n", __func__)); 464 DEBUG ((EFI_D_ERROR, "%a: failed to get value from jumper\n", __func__)); 582 DEBUG ((EFI_D_ERROR, "Warning: Couldn't get device path\n")); 616 DEBUG ((EFI_D_ERROR, "Warning: Failed to list all the simple filesystem protocols (status:%r)\n", Status)) [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/ |
Exception.c | 100 DEBUG ((EFI_D_ERROR, "Unknown exception type %d from %016lx\n", ExceptionType, SystemContext.SystemContextAArch64->ELR));
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/AArch64/ |
ArmFvpDxeAArch64.c | 108 DEBUG ((EFI_D_ERROR, "Unsupported AArch64 RTSM (SysId:0x%X).\n", SysId));
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/Arm/ |
ArmFvpDxeArm.c | 79 DEBUG ((EFI_D_ERROR, "Unsupported platform (SysId:0x%X, CpuType:0x%X)\n", SysId, CpuType));
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ |
ArmHwDxe.c | 75 DEBUG ((EFI_D_ERROR, "ArmHwDxe: Failed to install ShellDynCmdRunAxf\n"));
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ |
ArmVirtMemoryInitPeiLib.c | 47 DEBUG ((EFI_D_ERROR, "Error: Failed to enable MMU\n"));
|
/device/linaro/bootloader/edk2/DuetPkg/SmbiosGenDxe/ |
SmbiosGen.c | 60 DEBUG ((EFI_D_ERROR, "SmbiosTable: Type 4 (Processor Info) not found!\n"));
106 DEBUG ((EFI_D_ERROR, "SmbiosTable: Type 19 (Memory Array Mapped Address Info) not found!\n"));
132 DEBUG ((EFI_D_ERROR, "SmbiosTable: Type 0 (BIOS Information) not found!\n"));
162 DEBUG ((EFI_D_ERROR, "SmbiosTable: Type 1 (System Information) not found!\n"));
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueDebugLib.h | 51 #undef EFI_D_ERROR
101 #define EFI_D_ERROR DEBUG_ERROR
356 DEBUG ((EFI_D_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
374 DEBUG ((EFI_D_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
FdtPlatform.c | 77 DEBUG ((EFI_D_ERROR, "InstallFdt() - Failed to locate EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL protocol\n"));
103 DEBUG ((EFI_D_ERROR, "InstallFdt() - loaded FDT binary image seems corrupt\n"));
338 EFI_D_ERROR,
398 DEBUG ((EFI_D_ERROR, "Failed to install the FDT - %r.\n", Status));
|
/device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/ |
AutoScanPei.c | 56 DEBUG ((EFI_D_ERROR, "Emu Autoscan PEIM Loaded\n"));
|
/device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/ |
FirmwareVolumePei.c | 53 DEBUG ((EFI_D_ERROR, "Unix Firmware Volume PEIM Loaded\n"));
|
/device/linaro/bootloader/edk2/EmulatorPkg/FlashMapPei/ |
FlashMapPei.c | 57 DEBUG ((EFI_D_ERROR, "EmulatorPkg Flash Map PEIM Loaded\n"));
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/ |
Sec.c | 88 DEBUG ((EFI_D_ERROR, "SEC Has Started\n"));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/ |
EsrtImpl.c | 65 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
146 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
249 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
346 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFirmwareVolumePei/ |
WinntFwh.c | 67 DEBUG ((EFI_D_ERROR, "NT 32 Firmware Volume PEIM Loaded\n"));
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
EntryPoint.c | 52 DEBUG ((EFI_D_ERROR, "%a: InstallAcpiTables: %r\n", __FUNCTION__, Status));
|