Home
last modified time | relevance | path

Searched refs:EFI_D_ERROR (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmcDebug.c29 DEBUG ((EFI_D_ERROR, "- PrintCID\n")); in PrintCID()
30 …DEBUG ((EFI_D_ERROR, "\t- Manufacturing date: %d/%d\n", (Cid[0] >> 8) & 0xF, (Cid[0] >> 12) & 0xFF… in PrintCID()
31 …DEBUG ((EFI_D_ERROR, "\t- Product serial number: 0x%X%X\n", Cid[1] & 0xFFFFFF, (Cid[0] >> 24) & 0x… in PrintCID()
32 DEBUG ((EFI_D_ERROR, "\t- Product revision: %d\n", Cid[1] >> 24)); in PrintCID()
34 DEBUG ((EFI_D_ERROR, "\t- OEM ID: %c%c\n", (Cid[3] >> 8) & 0xFF, (Cid[3] >> 16) & 0xFF)); in PrintCID()
46 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 1.01-1.10/Version 2.00/Standard Capacity\n")); in PrintCSD()
48 DEBUG ((EFI_D_ERROR, "- PrintCSD Version 2.00/High Capacity\n")); in PrintCSD()
50 DEBUG ((EFI_D_ERROR, "- PrintCSD Version Higher than v3.3\n")); in PrintCSD()
53 DEBUG ((EFI_D_ERROR, "\t- Supported card command class: 0x%X\n", MMC_CSD_GET_CCC (Csd))); in PrintCSD()
54 …DEBUG ((EFI_D_ERROR, "\t- Speed: %a %a\n",mStrValue[(MMC_CSD_GET_TRANSPEED (Csd) >> 3) & 0xF],mStr… in PrintCSD()
[all …]
DMmcIdentification.c89 DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to get card status, Status=%r.\n", Status)); in EmmcGetDeviceState()
94 …DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to get response of CMD13, Status=%r.\n", Status… in EmmcGetDeviceState()
98 …DEBUG ((EFI_D_ERROR, "EmmcGetDeviceState(): Failed to switch expected mode, Status=%r.\n", Status)… in EmmcGetDeviceState()
124 DEBUG ((EFI_D_ERROR, "EmmcSetEXTCSD(): Failed to send CMD6, Status=%r.\n", Status)); in EmmcSetEXTCSD()
131 DEBUG ((EFI_D_ERROR, "EmmcSetEXTCSD(): Failed to get device state, Status=%r.\n", Status)); in EmmcSetEXTCSD()
158 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): Failed to send CMD2, Status=%r.\n", Status)); in EmmcIdentificationMode()
164 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): CID retrieval error, Status=%r.\n", Status)); in EmmcIdentificationMode()
173 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): RCA set error, Status=%r.\n", Status)); in EmmcIdentificationMode()
180 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): Failed to send CMD9, Status=%r.\n", Status)); in EmmcIdentificationMode()
186 DEBUG ((EFI_D_ERROR, "EmmcIdentificationMode(): CSD retrieval error, Status=%r.\n", Status)); in EmmcIdentificationMode()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DDefaultExceptionHandler.c92 DEBUG ((EFI_D_ERROR, "\n%a: %a\n", AbortType, AbortCause)); in DescribeInstructionOrDataAbort()
119 DEBUG ((EFI_D_ERROR, "\n %a \n", Message)); in DescribeExceptionSyndrome()
181 DEBUG ((EFI_D_ERROR, "PC 0x%012lx (0x%012lx+0x%08x) [ 0] %a\n", in DefaultExceptionHandler()
201 DEBUG ((EFI_D_ERROR, "PC 0x%012lx (0x%012lx+0x%08x) [% 2d] %a\n", in DefaultExceptionHandler()
206 DEBUG ((EFI_D_ERROR, "\n[ 0] %a\n", Pdb)); in DefaultExceptionHandler()
212 DEBUG ((EFI_D_ERROR, "[% 2d] %a\n", ++Idx, Pdb)); in DefaultExceptionHandler()
220 …DEBUG ((EFI_D_ERROR, "\n X0 0x%016lx X1 0x%016lx X2 0x%016lx X3 0x%016lx\n", SystemContext.… in DefaultExceptionHandler()
221 …DEBUG ((EFI_D_ERROR, " X4 0x%016lx X5 0x%016lx X6 0x%016lx X7 0x%016lx\n", SystemContext.Sy… in DefaultExceptionHandler()
222 …DEBUG ((EFI_D_ERROR, " X8 0x%016lx X9 0x%016lx X10 0x%016lx X11 0x%016lx\n", SystemContext.Sy… in DefaultExceptionHandler()
223 …DEBUG ((EFI_D_ERROR, " X12 0x%016lx X13 0x%016lx X14 0x%016lx X15 0x%016lx\n", SystemContext.Sy… in DefaultExceptionHandler()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LockBox/SmmLockBox/
DSmmLockBox.c64 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n")); in SmmLockBoxSave()
75 DEBUG ((EFI_D_ERROR, "SmmLockBox Save address in SMRAM or buffer overflow!\n")); in SmmLockBoxSave()
109 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n")); in SmmLockBoxSetAttributes()
148 DEBUG ((EFI_D_ERROR, "SmmLockBox Locked!\n")); in SmmLockBoxUpdate()
159 DEBUG ((EFI_D_ERROR, "SmmLockBox Update address in SMRAM or buffer overflow!\n")); in SmmLockBoxUpdate()
200 DEBUG ((EFI_D_ERROR, "SmmLockBox Restore address in SMRAM or buffer overflow!\n")); in SmmLockBoxRestore()
270 DEBUG ((EFI_D_ERROR, "SmmLockBox SmmLockBoxHandler Enter\n")); in SmmLockBoxHandler()
285 DEBUG ((EFI_D_ERROR, "SmmLockBox Command Buffer Size invalid!\n")); in SmmLockBoxHandler()
289 DEBUG ((EFI_D_ERROR, "SmmLockBox Command Buffer in SMRAM or overflow!\n")); in SmmLockBoxHandler()
297 DEBUG ((EFI_D_ERROR, "SmmLockBox LockBoxParameterHeader - %x\n", (UINTN)LockBoxParameterHeader)); in SmmLockBoxHandler()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/UpdateFdtDxe/
DUpdateFdtDxe.c42 DEBUG ((EFI_D_ERROR,"can not find FdtBlob \n")); in InstallFdtIntoConfigurationTable()
49 DEBUG ((EFI_D_ERROR,"FdtBlob <= FdtSize \n")); in InstallFdtIntoConfigurationTable()
71 DEBUG ((EFI_D_ERROR,"get memory space error:--------- \n")); in SetNvramSpace()
77 DEBUG ((EFI_D_ERROR,"set memory space error:--------- \n")); in SetNvramSpace()
105 DEBUG ((EFI_D_ERROR,"fdtfileaddress:--------- 0x%lx\n",PcdGet64(FdtFileAddress))); in UpdateFdt()
108 DEBUG ((EFI_D_ERROR,"ERROR: Device Tree header not valid (%a)\n", fdt_strerror(Error))); in UpdateFdt()
126 DEBUG((EFI_D_ERROR, "%a(%d):EFIFdtUpdate Fail!\n", __FUNCTION__,__LINE__)); in UpdateFdt()
132 …DEBUG ((EFI_D_ERROR, "NewFdtBlobBase: 0x%lx NewFdtBlobSize:0x%lx\n",NewFdtBlobBase,NewFdtBlobSize… in UpdateFdt()
135 DEBUG ((EFI_D_ERROR, "installfdtconfiguration table fail():\n")); in UpdateFdt()
145 DEBUG ((EFI_D_ERROR, "FDTConfigTable Address: 0x%lx\n",FDTConfigTable)); in UpdateFdt()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDTransfer.c37 DEBUG ((EFI_D_ERROR, "CardStatus: ADDRESS_OUT_OF_RANGE\n")); in CheckCardStatus()
41 DEBUG ((EFI_D_ERROR, "CardStatus: ADDRESS_MISALIGN\n")); in CheckCardStatus()
45 DEBUG ((EFI_D_ERROR, "CardStatus: BLOCK_LEN_ERROR\n")); in CheckCardStatus()
49 DEBUG ((EFI_D_ERROR, "CardStatus: ERASE_SEQ_ERROR\n")); in CheckCardStatus()
53 DEBUG ((EFI_D_ERROR, "CardStatus: ERASE_PARAM\n")); in CheckCardStatus()
57 DEBUG ((EFI_D_ERROR, "CardStatus: WP_VIOLATION\n")); in CheckCardStatus()
61 DEBUG ((EFI_D_ERROR, "CardStatus: CARD_IS_LOCKED\n")); in CheckCardStatus()
65 DEBUG ((EFI_D_ERROR, "CardStatus: LOCK_UNLOCK_FAILED\n")); in CheckCardStatus()
69 DEBUG ((EFI_D_ERROR, "CardStatus: COM_CRC_ERROR\n")); in CheckCardStatus()
73 DEBUG ((EFI_D_ERROR, "CardStatus: ILLEGAL_COMMAND\n")); in CheckCardStatus()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64ArchTimer.c85 …DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operatio… in ArmArchTimerReadReg()
89 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg)); in ArmArchTimerReadReg()
92 …DEBUG ((EFI_D_ERROR, "Attempt to read ARM Generic Timer registers. But ARM Generic Timer extension… in ArmArchTimerReadReg()
114 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTPCT \n")); in ArmArchTimerWriteReg()
138 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTVCT \n")); in ArmArchTimerWriteReg()
157 …DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operatio… in ArmArchTimerWriteReg()
161 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg)); in ArmArchTimerWriteReg()
164 …DEBUG ((EFI_D_ERROR, "Attempt to write to ARM Generic Timer registers. But ARM Generic Timer exten… in ArmArchTimerWriteReg()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmV7ArchTimer.c83 …DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operatio… in ArmArchTimerReadReg()
87 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg)); in ArmArchTimerReadReg()
90 …DEBUG ((EFI_D_ERROR, "Attempt to read ARM Generic Timer registers. But ARM Generic Timer extension… in ArmArchTimerReadReg()
114 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTPCT \n")); in ArmArchTimerWriteReg()
138 DEBUG ((EFI_D_ERROR, "Can't write to Read Only Register: CNTVCT \n")); in ArmArchTimerWriteReg()
157 …DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operatio… in ArmArchTimerWriteReg()
161 DEBUG ((EFI_D_ERROR, "Unknown ARM Generic Timer register %x. \n ", Reg)); in ArmArchTimerWriteReg()
164 …DEBUG ((EFI_D_ERROR, "Attempt to write to ARM Generic Timer registers. But ARM Generic Timer exten… in ArmArchTimerWriteReg()
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c325 DEBUG ((EFI_D_ERROR, "Fail to retrieve variable to log S3 performance data \n")); in WriteToOsS3PerformanceData()
332 DEBUG ((EFI_D_ERROR, "Performance data in ACPI memory get corrupted! \n")); in WriteToOsS3PerformanceData()
531 …DEBUG (( EFI_D_ERROR, "Transfer to 64bit OS waking vector - %x\r\n", (UINTN)Facs->XFirmwareWakingV… in S3ResumeBootOs()
548 DEBUG (( EFI_D_ERROR, "Unsupported for 32bit DXE transfer to 64bit OS waking vector!\r\n")); in S3ResumeBootOs()
557 …DEBUG (( EFI_D_ERROR, "Transfer to 32bit OS waking vector - %x\r\n", (UINTN)Facs->XFirmwareWakingV… in S3ResumeBootOs()
569 …DEBUG (( EFI_D_ERROR, "Transfer to 16bit OS waking vector - %x\r\n", (UINTN)Facs->FirmwareWakingVe… in S3ResumeBootOs()
624 …DEBUG ((EFI_D_ERROR, "S3NvsPageTableAddress - %x (%x)\n", (UINTN)S3NvsPageTableAddress, (UINTN)Bui… in RestoreS3PageTables()
777 DEBUG ((EFI_D_ERROR, "S3ResumeExecuteBootScript()\n")); in S3ResumeExecuteBootScript()
804 DEBUG ((EFI_D_ERROR, "Close all SMRAM regions before executing boot script\n")); in S3ResumeExecuteBootScript()
810 DEBUG ((EFI_D_ERROR, "Lock all SMRAM regions before executing boot script\n")); in S3ResumeExecuteBootScript()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/UnInstallAcpiTableDxe/
DUnInstallAcpiTable.c60 DEBUG((EFI_D_ERROR,"Get Variable ok\n")); in UnInstallSsdtTable()
72 DEBUG((EFI_D_ERROR,"Install SataEnableFlag Protocol ok, %r\n",Status)); in UnInstallSsdtTable()
75 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sata, try to uninstall Sas SSDT table\n")); in UnInstallSsdtTable()
79 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sas, try to uninstall Sata SSDT table\n")); in UnInstallSsdtTable()
86 DEBUG((EFI_D_ERROR,"Unable to locate ACPI table protocol\n")); in UnInstallSsdtTable()
93 DEBUG((EFI_D_ERROR,"Unable to locate ACPI Sdt protocol\n")); in UnInstallSsdtTable()
108 DEBUG((EFI_D_ERROR,"Successfully remove the SSDT table\n")); in UnInstallSsdtTable()
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DDefaultExceptionHandler.c211 DEBUG ((EFI_D_ERROR, "%a\n", CpsrStr)); in DefaultExceptionHandler()
216 DEBUG ((EFI_D_ERROR, "%a\n", Pdb)); in DefaultExceptionHandler()
226 …DEBUG ((EFI_D_ERROR, "loaded at 0x%08x (PE/COFF offset) 0x%x (ELF or Mach-O offset) 0x%x", ImageBa… in DefaultExceptionHandler()
232 DEBUG ((EFI_D_ERROR, "\n%a", Buffer)); in DefaultExceptionHandler()
249 …DEBUG ((EFI_D_ERROR, "\n R0 0x%08x R1 0x%08x R2 0x%08x R3 0x%08x\n", SystemContext.SystemCo… in DefaultExceptionHandler()
250 …DEBUG ((EFI_D_ERROR, " R4 0x%08x R5 0x%08x R6 0x%08x R7 0x%08x\n", SystemContext.SystemCont… in DefaultExceptionHandler()
251 …DEBUG ((EFI_D_ERROR, " R8 0x%08x R9 0x%08x R10 0x%08x R11 0x%08x\n", SystemContext.SystemCont… in DefaultExceptionHandler()
252 …DEBUG ((EFI_D_ERROR, " R12 0x%08x SP 0x%08x LR 0x%08x PC 0x%08x\n", SystemContext.SystemCont… in DefaultExceptionHandler()
253 …DEBUG ((EFI_D_ERROR, "DFSR 0x%08x DFAR 0x%08x IFSR 0x%08x IFAR 0x%08x\n", SystemContext.SystemCont… in DefaultExceptionHandler()
259 …DEBUG ((EFI_D_ERROR, " %a: %a 0x%08x\n", FaultStatusToString (DfsrStatus), DfsrWrite ? "write to" … in DefaultExceptionHandler()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/OemNicConfigD02/
DOemNicConfigD02.c49 …DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2CInit failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status)); in OemGetMacE2prom()
62 …DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2cRead failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status)); in OemGetMacE2prom()
79 …DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2CInit failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status)); in OemSetMacE2prom()
92 …DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2cWrite failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status)… in OemSetMacE2prom()
109 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Mac buffer is null!\n", __FUNCTION__, __LINE__)); in OemGetMac()
118 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Get mac failed!\n", __FUNCTION__, __LINE__)); in OemGetMac()
135 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Mac buffer is null!\n", __FUNCTION__, __LINE__)); in OemSetMac()
142 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Set mac failed!\n", __FUNCTION__, __LINE__)); in OemSetMac()
167 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Install Protocol failed %r\n", __FUNCTION__, __LINE__, Status)); in OemNicConfigEntry()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/MpBootDxe/
DMpBootDxe.c109 DEBUG ((EFI_D_ERROR, "MpBootDxe Loaded\n")); in MpBootDxeEntryPoint()
118 DEBUG ((EFI_D_ERROR, "Warning: Failed to locate MP-Boot Protocol.\n")); in MpBootDxeEntryPoint()
123 DEBUG ((EFI_D_ERROR, "Warning: MpBootInfo not allocated.\n")); in MpBootDxeEntryPoint()
129 DEBUG ((EFI_D_ERROR, "Warning: MpParkingBase not allocated.\n")); in MpBootDxeEntryPoint()
133 DEBUG ((EFI_D_ERROR, "Warning: MpParkingBase not 4K aligned.\n")); in MpBootDxeEntryPoint()
139 DEBUG ((EFI_D_ERROR, "Warning: ArmCoreInfoTable not allocated.\n")); in MpBootDxeEntryPoint()
145 DEBUG ((EFI_D_ERROR, "Warning: Found %d cores.\n", ArmCoreCount)); in MpBootDxeEntryPoint()
151 DEBUG ((EFI_D_ERROR, "Warning: MpParkingSize = 0x%lX, not large enough for %d cores.\n", in MpBootDxeEntryPoint()
157 DEBUG ((EFI_D_ERROR, "Warning: ParkSecondaryCore() not supported.\n")); in MpBootDxeEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c132 DEBUG ((EFI_D_ERROR, "PlatInit PEIM Loaded\n")); in PlatInitPeiEntryPoint()
136 DEBUG ((EFI_D_ERROR, "SocCpuId = 0x%X\n", PcdGet32 (PcdSocCpuId))); in PlatInitPeiEntryPoint()
169 DEBUG ((EFI_D_ERROR, "Warning: Could not get CPU info via ISCP, using default values.\n")); in PlatInitPeiEntryPoint()
186 DEBUG ((EFI_D_ERROR, "Core[%d]: ClusterId = %d CoreId = %d\n", in PlatInitPeiEntryPoint()
208 DEBUG ((EFI_D_ERROR, "SocCoreCount = %d\n", PcdGet32 (PcdSocCoreCount))); in PlatInitPeiEntryPoint()
225 … DEBUG ((EFI_D_ERROR, "Warning: Could not get SystemMemorySize via ISCP, using default value.\n")); in PlatInitPeiEntryPoint()
228 DEBUG ((EFI_D_ERROR, "SystemMemorySize = %ld\n", PcdGet64 (PcdSystemMemorySize))); in PlatInitPeiEntryPoint()
246 DEBUG ((EFI_D_ERROR, "EthMacA = 0x%lX\n", PcdGet64 (PcdEthMacA))); in PlatInitPeiEntryPoint()
247 DEBUG ((EFI_D_ERROR, "EthMacB = 0x%lX\n", PcdGet64 (PcdEthMacB))); in PlatInitPeiEntryPoint()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DPlatformSsaInitPeim.c46 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Start\n")); in PlatformSsaInit()
47 …DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - SystemConfiguration->ISPDevSel 0x%x\n",SystemConfigurati… in PlatformSsaInit()
58 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Device 3 Interrupt Route Done\n")); in PlatformSsaInit()
69 DEBUG ((EFI_D_ERROR, "PlatformSsaInit() - Device 2 Interrupt Route Done\n")); in PlatformSsaInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
DFlashDeviceLibDxeRuntimeSmm.c145 …DEBUG ((EFI_D_ERROR, "OK - Found SPI Flash Type in SPI Flash Driver, Device Type ID 0 = 0x%02x!\n"… in LibFvbFlashDeviceSupportInit()
146 DEBUG ((EFI_D_ERROR, "Device Type ID 1 = 0x%02x!\n", mInitTable[FlashIndex].DeviceId1)); in LibFvbFlashDeviceSupportInit()
149 … DEBUG ((EFI_D_ERROR, "ERROR - The size of BIOS image is bigger than SPI Flash device!\n")); in LibFvbFlashDeviceSupportInit()
162 …DEBUG ((EFI_D_ERROR, "SPI flash chip VID = 0x%X, DID0 = 0x%X, DID1 = 0x%X\n", SfId[0], SfId[1], Sf… in LibFvbFlashDeviceSupportInit()
168 … DEBUG ((EFI_D_ERROR, "ERROR - SPI Read ID execution failed! Error Count = %d\n", SpiReadError)); in LibFvbFlashDeviceSupportInit()
172 …DEBUG ((EFI_D_ERROR, "ERROR - No supported SPI flash chip found! Error Count = %d\n", SpiNotMatchE… in LibFvbFlashDeviceSupportInit()
173 …DEBUG ((EFI_D_ERROR, "SPI flash chip VID = 0x%X, DID0 = 0x%X, DID1 = 0x%X\n", SfId[0], SfId[1], Sf… in LibFvbFlashDeviceSupportInit()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c448 DEBUG((EFI_D_ERROR, "\nLAN91x I/O Register Dump:\n")); in PrintIoRegisters()
452 DEBUG((EFI_D_ERROR, " BankSel: %d Bank Register %04x (%d)\n", in PrintIoRegisters()
457 DEBUG((EFI_D_ERROR, " %02x:", Offset)); in PrintIoRegisters()
459 DEBUG((EFI_D_ERROR, " %04x", ReadIoReg16 (LanDriver, MakeRegister (Bank, Offset)))); in PrintIoRegisters()
461 DEBUG((EFI_D_ERROR, "\n")); in PrintIoRegisters()
473 DEBUG((EFI_D_ERROR, "\nLAN91x Phy %d Register Dump:\n", LanDriver->PhyAd)); in PrintPhyRegisters()
477 DEBUG((EFI_D_ERROR, " %2d: %04x\n", in PrintPhyRegisters()
483 DEBUG((EFI_D_ERROR, " %2d: %04x\n", in PrintPhyRegisters()
506 DEBUG((EFI_D_ERROR, " Dst: %02x-%02x-%02x", in PrintIpDgram()
508 DEBUG((EFI_D_ERROR, "-%02x-%02x-%02x", in PrintIpDgram()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
DFdtUpdateLib.c107 … DEBUG((EFI_D_ERROR, "[%a]:[%dL] LocateProtocol failed %r\n", __FUNCTION__, __LINE__, Status)); in GetMacAddress()
114 DEBUG((EFI_D_ERROR, "[%a]:[%dL] GetMac failed %r\n", __FUNCTION__, __LINE__, Status)); in GetMacAddress()
147 DEBUG ((EFI_D_ERROR, "can not find soc root node\n")); in DelPhyhandleUpdateMacAddress()
171 … DEBUG ((EFI_D_ERROR, "ERROR:fdt_delprop() Local-mac-address: %a\n", fdt_strerror (Error))); in DelPhyhandleUpdateMacAddress()
177 … DEBUG ((EFI_D_ERROR, "ERROR:fdt_setprop():local-mac-address %a\n", fdt_strerror (Error))); in DelPhyhandleUpdateMacAddress()
259 DEBUG((EFI_D_ERROR, "[%a]:[%dL] fdt add subnode error\n", __FUNCTION__, __LINE__)); in GetMemoryNode()
273 DEBUG ((EFI_D_ERROR, "ERROR:fdt_delprop(): %a\n", fdt_strerror (Error))); in GetMemoryNode()
308 DEBUG((EFI_D_ERROR, "Can not find memory node\n")); in UpdateMemoryNode()
331 DEBUG ((EFI_D_ERROR, "FdtUpdateLib GetMemoryMap Error\n")); in UpdateMemoryNode()
338 DEBUG ((EFI_D_ERROR, "FdtUpdateLib GetmemoryMap Status: %r\n",Status)); in UpdateMemoryNode()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/
DNorFlashDxe.c73 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Exceed the flash scope!\n", __FUNCTION__,__LINE__)); in Read()
78 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Length is Zero!\n", __FUNCTION__,__LINE__)); in Read()
83 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Buffer is NULL!\n", __FUNCTION__,__LINE__)); in Read()
168 … DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Allocate Pool failed, %r!\n", __FUNCTION__,__LINE__, Status)); in WriteAfterErase_Fill()
186 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:BufferWrite %r!\n", __FUNCTION__,__LINE__, Status)); in WriteAfterErase_Fill()
214 …DEBUG ((EFI_D_ERROR, "[%a]:[%dL]: Offset must be a multiple of 0x%x!\n", __FUNCTION__,__LINE__,Fla… in WriteAfterErase_Final()
225 … DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:BufferWrite Failed: %r!\n", __FUNCTION__,__LINE__, Status)); in WriteAfterErase_Final()
239 …DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:WriteAfterErase_Fill failed,%r!\n", __FUNCTION__,__LINE__, Status… in WriteAfterErase_Final()
279 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]: %r!\n", __FUNCTION__,__LINE__, Status)); in WriteAfterErase()
300 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]: %r!\n", __FUNCTION__,__LINE__, Status)); in WriteAfterErase()
[all …]
DNorFlashHw.c48 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:illegal PortWidth!\n", __FUNCTION__,__LINE__)); in PortReadData()
70 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:illegal PortWidth!\n", __FUNCTION__,__LINE__)); in PortWriteData()
89 …DEBUG((EFI_D_ERROR,"[FLASH_S29GL256N_PortAdjustData]: Error--illegal g_ulFlashS29Gl256NPortWidth!\… in PortAdjustData()
116 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Can not Get Reset Command!\n", __FUNCTION__,__LINE__)); in GetCommandIndex()
133 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Can not Get ID Command!\n", __FUNCTION__,__LINE__)); in GetCommandIndex()
150 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Can not Get Write Command!\n", __FUNCTION__,__LINE__)); in GetCommandIndex()
167 DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Can not Get Erase Command!\n", __FUNCTION__,__LINE__)); in GetCommandIndex()
223 … DEBUG ((EFI_D_ERROR, "[%a]:[%dL]:Get Command Index %r!\n", __FUNCTION__,__LINE__, Status)); in FlashInit()
244 DEBUG ((EFI_D_ERROR, "[cdtest]manufactor ID 0x%x!\n",TempData)); in FlashInit()
245 DEBUG ((EFI_D_ERROR, "[cdtest]Device ID 1 0x%x!\n",TempDev1)); in FlashInit()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
DFastbootTransportTcp.c107 DEBUG ((EFI_D_ERROR, "TCP Fastboot out of resources")); in SubmitRecieveToken()
117 DEBUG ((EFI_D_ERROR, "TCP Receive: %r\n", Status)); in SubmitRecieveToken()
148 DEBUG ((EFI_D_ERROR, "TCP Accept: %r\n", Status)); in ConnectionClosed()
203 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Out of resources\n")); in DataReceived()
223 DEBUG ((EFI_D_ERROR, "\nTCP Fastboot Receive error: %r\n", Status)); in DataReceived()
252 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Connection Error: %r\n", Status)); in ConnectionAccepted()
255 DEBUG ((EFI_D_ERROR, "TCP Fastboot: Connection Received.\n")); in ConnectionAccepted()
271 DEBUG ((EFI_D_ERROR, "Open TCP Connection: %r\n", Status)); in ConnectionAccepted()
343 DEBUG ((EFI_D_ERROR, "Find TCP Service Binding: %r\n", Status)); in TcpFastbootTransportStart()
359 DEBUG ((EFI_D_ERROR, "Open TCP Service Binding: %r\n", Status)); in TcpFastbootTransportStart()
[all …]
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
DFdtPciHostBridgeLib.c157 DEBUG ((EFI_D_ERROR, "%a: 'reg' property not found or invalid\n", in ProcessPciHost()
174 DEBUG ((EFI_D_ERROR, "%a: 'bus-range' not found or invalid\n", in ProcessPciHost()
187 DEBUG ((EFI_D_ERROR, "%a: invalid 'bus-range' and/or 'reg'\n", in ProcessPciHost()
198 DEBUG ((EFI_D_ERROR, "%a: 'ranges' not found or invalid\n", __FUNCTION__)); in ProcessPciHost()
223 DEBUG ((EFI_D_ERROR, "%a: MMIO32 space invalid\n", __FUNCTION__)); in ProcessPciHost()
230 DEBUG ((EFI_D_ERROR, "%a: unsupported nonzero MMIO32 translation " in ProcessPciHost()
245 DEBUG ((EFI_D_ERROR, "%a: unsupported nonzero MMIO64 translation " in ProcessPciHost()
254 DEBUG ((EFI_D_ERROR, "%a: %a space empty\n", __FUNCTION__, in ProcessPciHost()
305 DEBUG ((EFI_D_ERROR, "%a: failed to discover PCI host bridge: %r\n", in PciHostBridgeGetRootBridges()
403 DEBUG ((EFI_D_ERROR, "PciHostBridge: Resource conflict happens!\n")); in PciHostBridgeResourceConflict()
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/SmmControl2Dxe/
DSmmControl2Dxe.c203 DEBUG ((EFI_D_ERROR, "%a: this Q35 implementation lacks SMI\n", in SmmControl2DxeEntryPoint()
227 DEBUG ((EFI_D_ERROR, "%a: failed to lock down GBL_SMI_EN\n", in SmmControl2DxeEntryPoint()
244 DEBUG ((EFI_D_ERROR, "%a: CreateEvent: %r\n", __FUNCTION__, Status)); in SmmControl2DxeEntryPoint()
251 DEBUG ((EFI_D_ERROR, "%a: RegisterProtocolNotify: %r\n", __FUNCTION__, in SmmControl2DxeEntryPoint()
261 DEBUG ((EFI_D_ERROR, "%a: SignalEvent: %r\n", __FUNCTION__, Status)); in SmmControl2DxeEntryPoint()
274 DEBUG ((EFI_D_ERROR, "%a: InstallMultipleProtocolInterfaces: %r\n", in SmmControl2DxeEntryPoint()
339 DEBUG ((EFI_D_ERROR, "%a: EFI_BOOT_SCRIPT_IO_READ_WRITE_OPCODE: %r\n", in OnS3SaveStateInstalled()
356 DEBUG ((EFI_D_ERROR, in OnS3SaveStateInstalled()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
DFdtUpdateLib.c78 … DEBUG((EFI_D_ERROR, "[%a]:[%dL] LocateProtocol failed %r\n", __FUNCTION__, __LINE__, Status)); in GetMacAddress()
85 DEBUG((EFI_D_ERROR, "[%a]:[%dL] GetMac failed %r\n", __FUNCTION__, __LINE__, Status)); in GetMacAddress()
95 DEBUG((EFI_D_ERROR, "Port%d:0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", in GetMacAddress()
117 DEBUG ((EFI_D_ERROR, "can not find soc root node\n")); in DelPhyhandleUpdateMacAddress()
128 DEBUG ((EFI_D_ERROR, "can not find ethernet@ %d node\n",port)); in DelPhyhandleUpdateMacAddress()
136 … DEBUG ((EFI_D_ERROR, "ERROR:fdt_delprop() Local-mac-address: %a\n", fdt_strerror (Error))); in DelPhyhandleUpdateMacAddress()
142 … DEBUG ((EFI_D_ERROR, "ERROR:fdt_setprop():local-mac-address %a\n", fdt_strerror (Error))); in DelPhyhandleUpdateMacAddress()
190 DEBUG ((EFI_D_ERROR, "ERROR:fdt_delprop(): %a\n", fdt_strerror (Error))); in UpdateMemoryNode()
275 DEBUG ((EFI_D_ERROR, "ERROR:fdt_setprop(): %a\n", fdt_strerror (Error))); in UpdateMemoryNode()
298 DEBUG ((EFI_D_ERROR,"ERROR: Device Tree header not valid (%a)\n", fdt_strerror(Error))); in EFIFdtUpdate()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PciHostBridgeLibNull/
DPciHostBridgeLibNull.c82 DEBUG ((EFI_D_ERROR, "PciHostBridge: Resource conflict happens!\n")); in PciHostBridgeResourceConflict()
87 DEBUG ((EFI_D_ERROR, "RootBridge[%d]:\n", RootBridgeIndex++)); in PciHostBridgeResourceConflict()
94 DEBUG ((EFI_D_ERROR, " %s: Length/Alignment = 0x%lx / 0x%lx\n", in PciHostBridgeResourceConflict()
99 DEBUG ((EFI_D_ERROR, " Granularity/SpecificFlag = %ld / %02x%s\n", in PciHostBridgeResourceConflict()

12345678910>>...22