HomeSort by relevance Sort by last modified time
    Searched refs:EFI_D_ERROR (Results 1 - 25 of 458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcDebug.c 29 DEBUG ((EFI_D_ERROR, "- PrintCID\n"));
30 DEBUG ((EFI_D_ERROR, "\t- Manufacturing date: %d/%d\n", (Cid[0] >> 8) & 0xF, (Cid[0] >> 12) & 0xFF));
31 DEBUG ((EFI_D_ERROR, "\t- Product serial number: 0x%X%X\n", Cid[1] & 0xFFFFFF, (Cid[0] >> 24) & 0xFF));
32 DEBUG ((EFI_D_ERROR, "\t- Product revision: %d\n", Cid[1] >> 24));
33 //DEBUG ((EFI_D_ERROR, "\t- Product name: %s\n", (char*)(Cid + 2)));
34 DEBUG ((EFI_D_ERROR, "\t- OEM ID: %c%c\n", (Cid[3] >> 8) & 0xFF, (Cid[3] >> 16) & 0xFF));
46 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 1.01-1.10/Version 2.00/Standard Capacity\n"));
48 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 2.00/High Capacity\n"));
50 DEBUG ((EFI_D_ERROR, "- PrintCSD Version Higher than v3.3\n"));
53 DEBUG ((EFI_D_ERROR, "\t- Supported card command class: 0x%X\n", MMC_CSD_GET_CCC (Csd)));
    [all...]
MmcIdentification.c 90 DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to get card status, Status=%r.\n", Status));
95 DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to get response of CMD13, Status=%r.\n", Status));
99 DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to switch expected mode, Status=%r.\n", Status));
125 DEBUG ((EFI_D_ERROR, "EmmcSetEXTCSD(): Failed to send CMD6, Status=%r.\n", Status));
132 DEBUG ((EFI_D_ERROR, "EmmcSetEXTCSD(): Failed to get device state, Status=%r.\n", Status));
159 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): Failed to send CMD2, Status=%r.\n", Status));
165 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): CID retrieval error, Status=%r.\n", Status));
174 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): RCA set error, Status=%r.\n", Status));
181 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): Failed to send CMD9, Status=%r.\n", Status));
187 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): CSD retrieval error, Status=%r.\n", Status));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformSsaInitPeim.c 46 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Start\n"));
47 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - SystemConfiguration->ISPDevSel 0x%x\n",SystemConfiguration->ISPDevSel));
58 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Device 3 Interrupt Route Done\n"));
69 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Device 2 Interrupt Route Done\n"));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
BootMode.c 230 DEBUG ((EFI_D_ERROR, "*****************************************************************\n"));
231 DEBUG ((EFI_D_ERROR, "***** Force Recovery Jumper Detected. *****\n"));
232 DEBUG ((EFI_D_ERROR, "***** Attempting auto recovery of system flash. *****\n"));
233 DEBUG ((EFI_D_ERROR, "***** Expecting USB key with recovery module connected. *****\n"));
234 DEBUG ((EFI_D_ERROR, "***** PLEASE REMOVE FORCE RECOVERY JUMPER. *****\n"));
235 DEBUG ((EFI_D_ERROR, "*****************************************************************\n"));
237 DEBUG ((EFI_D_ERROR, "*****************************************************************\n"));
238 DEBUG ((EFI_D_ERROR, "***** ERROR: System boot failure!!!!!!! *****\n"));
239 DEBUG ((EFI_D_ERROR, "***** - Press 'R' if you wish to force system recovery *****\n"));
240 DEBUG ((EFI_D_ERROR, "***** (connect USB key with recovery module first) *****\n"));
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64ArchTimer.c 86 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
90 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg));
93 DEBUG ((EFI_D_ERROR, "Attempt to read ARM Generic Timer registers. But ARM Generic Timer extension is not implemented \n "));
115 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTPCT \n"));
139 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTVCT \n"));
158 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
162 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg));
165 DEBUG ((EFI_D_ERROR, "Attempt to write to ARM Generic Timer registers. But ARM Generic Timer extension is not implemented \n "));
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7ArchTimer.c 84 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
88 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg));
91 DEBUG ((EFI_D_ERROR, "Attempt to read ARM Generic Timer registers. But ARM Generic Timer extension is not implemented \n "));
115 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTPCT \n"));
139 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTVCT \n"));
158 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
162 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg));
165 DEBUG ((EFI_D_ERROR, "Attempt to write to ARM Generic Timer registers. But ARM Generic Timer extension is not implemented \n "));
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 92 DEBUG ((EFI_D_ERROR, "\n%a: %a\n", AbortType, AbortCause));
119 DEBUG ((EFI_D_ERROR, "\n %a \n", Message));
149 DEBUG ((EFI_D_ERROR, "%a loaded at 0x%016lx \n", Pdb, ImageBase));
153 DEBUG ((EFI_D_ERROR, "\n X0 0x%016lx X1 0x%016lx X2 0x%016lx X3 0x%016lx\n", SystemContext.SystemContextAArch64->X0, SystemContext.SystemContextAArch64->X1, SystemContext.SystemContextAArch64->X2, SystemContext.SystemContextAArch64->X3));
154 DEBUG ((EFI_D_ERROR, " X4 0x%016lx X5 0x%016lx X6 0x%016lx X7 0x%016lx\n", SystemContext.SystemContextAArch64->X4, SystemContext.SystemContextAArch64->X5, SystemContext.SystemContextAArch64->X6, SystemContext.SystemContextAArch64->X7));
155 DEBUG ((EFI_D_ERROR, " X8 0x%016lx X9 0x%016lx X10 0x%016lx X11 0x%016lx\n", SystemContext.SystemContextAArch64->X8, SystemContext.SystemContextAArch64->X9, SystemContext.SystemContextAArch64->X10, SystemContext.SystemContextAArch64->X11));
156 DEBUG ((EFI_D_ERROR, " X12 0x%016lx X13 0x%016lx X14 0x%016lx X15 0x%016lx\n", SystemContext.SystemContextAArch64->X12, SystemContext.SystemContextAArch64->X13, SystemContext.SystemContextAArch64->X14, SystemContext.SystemContextAArch64->X15));
157 DEBUG ((EFI_D_ERROR, " X16 0x%016lx X17 0x%016lx X18 0x%016lx X19 0x%016lx\n", SystemContext.SystemContextAArch64->X16, SystemContext.SystemContextAArch64->X17, SystemContext.SystemContextAArch64->X18, SystemContext.SystemContextAArch64->X19));
158 DEBUG ((EFI_D_ERROR, " X20 0x%016lx X21 0x%016lx X22 0x%016lx X23 0x%016lx\n", SystemContext.SystemContextAArch64->X20, SystemContext.SystemContextAArch64->X21, SystemContext.SystemContextAArch64->X22, SystemContext.SystemContextAArch64->X23));
159 DEBUG ((EFI_D_ERROR, " X24 0x%016lx X25 0x%016lx X26 0x%016lx X27 0x%016lx\n", SystemContext.SystemContextAArch64-> (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LockBox/SmmLockBox/
SmmLockBox.c 64 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n"));
75 DEBUG ((EFI_D_ERROR, "SmmLockBox Save address in SMRAM or buffer overflow!\n"));
109 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n"));
148 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n"));
159 DEBUG ((EFI_D_ERROR, "SmmLockBox Update address in SMRAM or buffer overflow!\n"));
200 DEBUG ((EFI_D_ERROR, "SmmLockBox Restore address in SMRAM or buffer overflow!\n"));
270 DEBUG ((EFI_D_ERROR, "SmmLockBox SmmLockBoxHandler Enter\n"));
285 DEBUG ((EFI_D_ERROR, "SmmLockBox Command Buffer Size invalid!\n"));
289 DEBUG ((EFI_D_ERROR, "SmmLockBox Command Buffer in SMRAM or overflow!\n"));
297 DEBUG ((EFI_D_ERROR, "SmmLockBox LockBoxParameterHeader - %x\n", (UINTN)LockBoxParameterHeader));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 37 DEBUG ((EFI_D_ERROR, "CardStatus: ADDRESS_OUT_OF_RANGE\n"));
41 DEBUG ((EFI_D_ERROR, "CardStatus: ADDRESS_MISALIGN\n"));
45 DEBUG ((EFI_D_ERROR, "CardStatus: BLOCK_LEN_ERROR\n"));
49 DEBUG ((EFI_D_ERROR, "CardStatus: ERASE_SEQ_ERROR\n"));
53 DEBUG ((EFI_D_ERROR, "CardStatus: ERASE_PARAM\n"));
57 DEBUG ((EFI_D_ERROR, "CardStatus: WP_VIOLATION\n"));
61 DEBUG ((EFI_D_ERROR, "CardStatus: CARD_IS_LOCKED\n"));
65 DEBUG ((EFI_D_ERROR, "CardStatus: LOCK_UNLOCK_FAILED\n"));
69 DEBUG ((EFI_D_ERROR, "CardStatus: COM_CRC_ERROR\n"));
73 DEBUG ((EFI_D_ERROR, "CardStatus: ILLEGAL_COMMAND\n"));
    [all...]
SDMediaDevice.c 147 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to open gEfiSDHostIoProtocolGuid \r\n"));
160 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to AllocateZeroPool(CARD_DATA) \r\n"));
174 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to AllocateZeroPool(2*x) \r\n"));
185 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to MMCSDCardInit \r\n"));
197 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to BlockIoInit \r\n"));
210 DEBUG ((EFI_D_ERROR, "SDMediaDeviceStart: Fail to install gEfiBlockIoProtocolGuid \r\n"));
  /device/linaro/bootloader/edk2/OvmfPkg/SmmControl2Dxe/
SmmControl2Dxe.c 203 DEBUG ((EFI_D_ERROR, "%a: this Q35 implementation lacks SMI\n",
227 DEBUG ((EFI_D_ERROR, "%a: failed to lock down GBL_SMI_EN\n",
244 DEBUG ((EFI_D_ERROR, "%a: CreateEvent: %r\n", __FUNCTION__, Status));
251 DEBUG ((EFI_D_ERROR, "%a: RegisterProtocolNotify: %r\n", __FUNCTION__,
261 DEBUG ((EFI_D_ERROR, "%a: SignalEvent: %r\n", __FUNCTION__, Status));
274 DEBUG ((EFI_D_ERROR, "%a: InstallMultipleProtocolInterfaces: %r\n",
339 DEBUG ((EFI_D_ERROR, "%a: EFI_BOOT_SCRIPT_IO_READ_WRITE_OPCODE: %r\n",
356 DEBUG ((EFI_D_ERROR,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
SmbiosMiscEntryPoint.c 58 DEBUG((EFI_D_ERROR, "Could not locate SMBIOS protocol. %r\n", EfiStatus));
81 DEBUG((EFI_D_ERROR, "Misc smbios store error. Index=%d, ReturnStatus=%r\n", Index, EfiStatus));
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c 203 DEBUG ((EFI_D_ERROR, "%a\n", CpsrStr));
208 DEBUG ((EFI_D_ERROR, "%a\n", Pdb));
218 DEBUG ((EFI_D_ERROR, "loaded at 0x%08x (PE/COFF offset) 0x%x (ELF or Mach-O offset) 0x%x", ImageBase, Offset, Offset - PeCoffSizeOfHeader));
224 DEBUG ((EFI_D_ERROR, "\n%a", Buffer));
241 DEBUG ((EFI_D_ERROR, "\n R0 0x%08x R1 0x%08x R2 0x%08x R3 0x%08x\n", SystemContext.SystemContextArm->R0, SystemContext.SystemContextArm->R1, SystemContext.SystemContextArm->R2, SystemContext.SystemContextArm->R3));
242 DEBUG ((EFI_D_ERROR, " R4 0x%08x R5 0x%08x R6 0x%08x R7 0x%08x\n", SystemContext.SystemContextArm->R4, SystemContext.SystemContextArm->R5, SystemContext.SystemContextArm->R6, SystemContext.SystemContextArm->R7));
243 DEBUG ((EFI_D_ERROR, " R8 0x%08x R9 0x%08x R10 0x%08x R11 0x%08x\n", SystemContext.SystemContextArm->R8, SystemContext.SystemContextArm->R9, SystemContext.SystemContextArm->R10, SystemContext.SystemContextArm->R11));
244 DEBUG ((EFI_D_ERROR, " R12 0x%08x SP 0x%08x LR 0x%08x PC 0x%08x\n", SystemContext.SystemContextArm->R12, SystemContext.SystemContextArm->SP, SystemContext.SystemContextArm->LR, SystemContext.SystemContextArm->PC));
245 DEBUG ((EFI_D_ERROR, "DFSR 0x%08x DFAR 0x%08x IFSR 0x%08x IFAR 0x%08x\n", SystemContext.SystemContextArm->DFSR, SystemContext.SystemContextArm->DFAR, SystemContext.SystemContextArm->IFSR, SystemContext.SystemContextArm->IFAR));
251 DEBUG ((EFI_D_ERROR, " %a: %a 0x%08x\n", FaultStatusToString (DfsrStatus), DfsrWrite ? "write to" : "read from", Syste (…)
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
CbSupportPei.c 127 DEBUG((EFI_D_ERROR, "Found one valid fv : 0x%lx.\n", TempPtr, ((EFI_FIRMWARE_VOLUME_HEADER* )TempPtr)->FvLength));
184 DEBUG((EFI_D_ERROR, "LowMemorySize: 0x%lx.\n", LowMemorySize));
185 DEBUG((EFI_D_ERROR, "HighMemorySize: 0x%lx.\n", HighMemorySize));
260 DEBUG((EFI_D_ERROR, "PeiMemBase: 0x%lx.\n", PeiMemBase));
261 DEBUG((EFI_D_ERROR, "PeiMemSize: 0x%lx.\n", PeiMemSize));
331 DEBUG((EFI_D_ERROR, "Actual Coreboot header: %p.\n", pCbHeader));
345 DEBUG ((EFI_D_ERROR, "Failed to find the required acpi table\n"));
357 DEBUG ((EFI_D_ERROR, "Detected Acpi Table at 0x%lx, length 0x%x\n", pSystemTableInfo->AcpiTableBase, pSystemTableInfo->AcpiTableSize));
358 DEBUG ((EFI_D_ERROR, "Detected Smbios Table at 0x%lx, length 0x%x\n", pSystemTableInfo->SmbiosTableBase, pSystemTableInfo->SmbiosTableSize));
359 DEBUG ((EFI_D_ERROR, "Create system table info guid hob\n"));
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
CbSupportDxe.c 51 EFI_D_ERROR,
112 DEBUG ((EFI_D_ERROR, "Enable SCI bit at 0x%lx before boot\n", (UINT64)mPmCtrlReg));
162 DEBUG ((EFI_D_ERROR, "Install Acpi Table at 0x%lx, length 0x%x\n", pSystemTableInfo->AcpiTableBase, pSystemTableInfo->AcpiTableSize));
171 DEBUG ((EFI_D_ERROR, "Install Smbios Table at 0x%lx, length 0x%x\n", pSystemTableInfo->SmbiosTableBase, pSystemTableInfo->SmbiosTableSize));
184 DEBUG ((EFI_D_ERROR, "PmCtrlReg at 0x%lx\n", (UINT64)mPmCtrlReg));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 109 DEBUG ((EFI_D_ERROR, "TCP Fastboot out of resources"));
119 DEBUG ((EFI_D_ERROR, "TCP Receive: %r\n", Status));
150 DEBUG ((EFI_D_ERROR, "TCP Accept: %r\n", Status));
205 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Out of resources\n"));
225 DEBUG ((EFI_D_ERROR, "\nTCP Fastboot Receive error: %r\n", Status));
254 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Connection Error: %r\n", Status));
257 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Connection Received.\n"));
273 DEBUG ((EFI_D_ERROR, "Open TCP Connection: %r\n", Status));
348 DEBUG ((EFI_D_ERROR, "Find TCP Service Binding: %r\n", Status));
364 DEBUG ((EFI_D_ERROR, "Open TCP Service Binding: %r\n", Status));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 118 DEBUG ((EFI_D_ERROR, "SockBufferIOToken: No Memory "
160 DEBUG ((EFI_D_ERROR, "SockDestroyChild: Get the lock to "
173 DEBUG ((EFI_D_ERROR, "SockDestroyChild: Protocol detach socket"
220 DEBUG ((EFI_D_ERROR, "SockCreateChild: No resource to "
229 DEBUG ((EFI_D_ERROR, "SockCreateChild: Get the lock to "
243 DEBUG ((EFI_D_ERROR, "SockCreateChild: Protocol failed to"
276 DEBUG ((EFI_D_ERROR, "SockConfigure: Get the access for "
328 DEBUG ((EFI_D_ERROR, "SockConnect: Get the access for "
405 DEBUG ((EFI_D_ERROR, "SockAccept: Get the access for socket"
518 DEBUG ((EFI_D_ERROR, "SockSend: Get the access for socket"
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockInterface.c 116 (EFI_D_ERROR,
159 (EFI_D_ERROR,
175 (EFI_D_ERROR,
224 (EFI_D_ERROR,
235 (EFI_D_ERROR,
252 (EFI_D_ERROR,
287 (EFI_D_ERROR,
341 (EFI_D_ERROR,
420 (EFI_D_ERROR,
535 (EFI_D_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 106 DEBUG ((EFI_D_ERROR,
182 DEBUG ((EFI_D_ERROR, "Warning: Couldn't locate Android NVM device (status: %r)\n", Status));
196 DEBUG ((EFI_D_ERROR, "Fastboot platform: Couldn't open Android NVM device (status: %r)\n", Status));
203 DEBUG ((EFI_D_ERROR, "Warning: Failed to read partitions from Android NVM device (status: %r)\n", Status));
282 DEBUG ((EFI_D_ERROR,
354 DEBUG ((EFI_D_ERROR, "Fastboot platform: couldn't open Block IO for flash: %r\n", Status));
366 DEBUG ((EFI_D_ERROR, "Sparse image version %d.%d not supported.\n",
377 DEBUG ((EFI_D_ERROR, "Partition not big enough.\n"));
378 DEBUG ((EFI_D_ERROR, "Partition Size:\t%d\nImage Size:\t%d\n", PartitionSize, Size));
419 DEBUG ((EFI_D_ERROR, "Unknown Chunk Type: 0x%x"));
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/HighMemDxe/
HighMemDxe.c 49 DEBUG ((EFI_D_ERROR, "%a: No DTB found @ 0x%p\n", __FUNCTION__,
85 DEBUG ((EFI_D_ERROR,
96 DEBUG ((EFI_D_ERROR,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSubclassDriverEntryPoint.c 146 DEBUG ((EFI_D_ERROR, "PlatformInfoHob->BoardId [0x%x]\n", mPlatformInfo->BoardId));
165 DEBUG((EFI_D_ERROR, "Could not locate SMBIOS protocol. %r\n", EfiStatus));
188 DEBUG((EFI_D_ERROR, "Misc smbios store error. Index=%d, ReturnStatus=%r\n", Index, EfiStatus));
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 477 DEBUG((EFI_D_ERROR, "\nLAN91x I/O Register Dump:\n"));
481 DEBUG((EFI_D_ERROR, " BankSel: %d Bank Register %04x (%d)\n",
486 DEBUG((EFI_D_ERROR, " %02x:", Offset));
488 DEBUG((EFI_D_ERROR, " %04x", ReadIoReg16 (LanDriver, MakeRegister (Bank, Offset))));
490 DEBUG((EFI_D_ERROR, "\n"));
502 DEBUG((EFI_D_ERROR, "\nLAN91x Phy %d Register Dump:\n", LanDriver->PhyAd));
506 DEBUG((EFI_D_ERROR, " %2d: %04x\n",
512 DEBUG((EFI_D_ERROR, " %2d: %04x\n",
535 DEBUG((EFI_D_ERROR, " Dst: %02x-%02x-%02x",
537 DEBUG((EFI_D_ERROR, "-%02x-%02x-%02x"
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugPeCoffExtraActionLib/
DebugPeCoffExtraActionLib.c 131 DEBUG ((EFI_D_ERROR, "unload symbols_only %a\n", DeCygwinPathIfNeeded (ImageContext->PdbPointer, Temp, sizeof (Temp))));
134 DEBUG ((EFI_D_ERROR, "remove-symbol-file %a 0x%08x\n", DeCygwinPathIfNeeded (ImageContext->PdbPointer, Temp, sizeof (Temp)), (UINTN)(ImageContext->ImageAddress + ImageContext->SizeOfHeaders)));
136 DEBUG ((EFI_D_ERROR, "Unloading %a\n", ImageContext->PdbPointer));
139 DEBUG ((EFI_D_ERROR, "Unloading driver at 0x%11p\n", (VOID *)(UINTN) ImageContext->ImageAddress));
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtGicArchLib/
ArmVirtGicArchLib.c 62 DEBUG ((EFI_D_ERROR, "%a: No GIC revision specified!\n", __FUNCTION__));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueConfig.h 96 #define EDKII_GLUE_DebugPrintErrorLevel (EFI_D_ERROR|EFI_D_INFO)

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>