/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeMain.c | 360 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "HOBLIST address in DXE = 0x%p\n", HobStart));
367 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Memory Allocation 0x%08x 0x%0lx - 0x%0lx\n", \
375 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "FV2 Hob 0x%0lx - 0x%0lx\n", Hob.FirmwareVolume2->BaseAddress, Hob.FirmwareVolume2->BaseAddress + Hob.FirmwareVolume2->Length - 1));
377 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "FV Hob 0x%0lx - 0x%0lx\n", Hob.FirmwareVolume->BaseAddress, Hob.FirmwareVolume->BaseAddress + Hob.FirmwareVolume->Length - 1));
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/ |
SectionExtractionPei.c | 201 DEBUG ((DEBUG_INFO, "Customized Guided section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer));
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/ |
TcgPei.c | 358 DEBUG ((DEBUG_INFO, "The FV which is excluded by TcgPei starts at: 0x%x\n", FvBase));
359 DEBUG ((DEBUG_INFO, "The FV which is excluded by TcgPei has the size: 0x%x\n", FvLength));
380 DEBUG ((DEBUG_INFO, "The FV which is measured by TcgPei starts at: 0x%x\n", FvBlob.BlobBase));
381 DEBUG ((DEBUG_INFO, "The FV which is measured by TcgPei has the size: 0x%x\n", FvBlob.BlobLength));
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/ |
TrEEPei.c | 394 DEBUG ((DEBUG_INFO, "The FV which is excluded by TrEEPei starts at: 0x%x\n", FvBase));
395 DEBUG ((DEBUG_INFO, "The FV which is excluded by TrEEPei has the size: 0x%x\n", FvLength));
416 DEBUG ((DEBUG_INFO, "The FV which is measured by TrEEPei starts at: 0x%x\n", FvBlob.BlobBase));
417 DEBUG ((DEBUG_INFO, "The FV which is measured by TrEEPei has the size: 0x%x\n", FvBlob.BlobLength));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/ |
SetSockOpt.c | 256 DEBUG (( DEBUG_INFO,
376 DEBUG (( DEBUG_INFO,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueDebugLib.h | 72 #define DEBUG_INFO 0x00000040 // Informational debug messages
92 #define EFI_D_INFO DEBUG_INFO
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
SmbiosMeasurementDxe.c | 537 DEBUG ((DEBUG_INFO, "The Smbios Table starts at: 0x%x\n", SmbiosTableAddress));
538 DEBUG ((DEBUG_INFO, "The Smbios Table size: 0x%x\n", TableLength));
548 DEBUG ((DEBUG_INFO, "The final Smbios Table starts at: 0x%x\n", TableAddress));
549 DEBUG ((DEBUG_INFO, "The final Smbios Table size: 0x%x\n", TableLength));
598 DEBUG ((DEBUG_INFO, "The Smbios Table Version: %x.%x\n", mSmbios->MajorVersion, mSmbios->MinorVersion));
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputBlt.c | 810 DEBUG((DEBUG_INFO, "LcdGraphicsBlt (BltOperation:%d,DestX:%d,DestY:%d,Width:%d,Height:%d) res(%d,%d)\n",
833 DEBUG((DEBUG_INFO, "LcdGraphicsBlt: ERROR - Invalid source resolution.\n" ));
834 DEBUG((DEBUG_INFO, " - SourceY=%d + Height=%d > VerticalResolution=%d.\n", SourceY, Height, VerticalResolution ));
835 DEBUG((DEBUG_INFO, " - SourceX=%d + Width=%d > HorizontalResolution=%d.\n", SourceX, (…) [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
DriverBinding.c | 647 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
650 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
653 DEBUG (( DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
SimpleNetwork.c | 904 DEBUG (( DEBUG_MAC_ADDRESS | DEBUG_INFO,
[all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/ |
Tcg2Pei.c | 612 DEBUG ((DEBUG_INFO, "The FV which is excluded by Tcg2Pei starts at: 0x%x\n", FvBase));
613 DEBUG ((DEBUG_INFO, "The FV which is excluded by Tcg2Pei has the size: 0x%x\n", FvLength));
634 DEBUG ((DEBUG_INFO, "The FV which is measured by Tcg2Pei starts at: 0x%x\n", FvBlob.BlobBase));
635 DEBUG ((DEBUG_INFO, "The FV which is measured by Tcg2Pei has the size: 0x%x\n", FvBlob.BlobLength));
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/ |
Main.c | 116 DEBUG((DEBUG_INFO, "Cvt[%d] %d \"%s\" --> \"%a\"\n", (INT32)count, (INT32)AVsz, Argv[count], nArgv[count]));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
WebServer.c | 205 DEBUG (( DEBUG_PORT_WORK | DEBUG_INFO, 290 DEBUG (( DEBUG_PORT_WORK | DEBUG_INFO,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
DxeLoad.c | 356 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%11p EntryPoint=0x%11p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT (DxeCoreEntryPoint)));
535 DEBUG ((DEBUG_INFO, "Customized Guided section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer));
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
LegacyBm.c | [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/ |
VirtioBlk.c | 780 DEBUG ((DEBUG_INFO, "%a: LbaSize=0x%x[B] NumBlocks=0x%Lx[Lba]\n",
791 DEBUG ((DEBUG_INFO, "%a: FirstAligned=0x%Lx[Lba] PhysBlkSize=0x%x[Lba]\n",
794 DEBUG ((DEBUG_INFO, "%a: OptimalTransferLengthGranularity=0x%x[Lba]\n",
[all...] |
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
Tcp4.c | 961 DEBUG (( DEBUG_CONNECTION | DEBUG_INFO,
974 DEBUG (( DEBUG_CONNECTION | DEBUG_INFO,
986 DEBUG (( DEBUG_ERROR | DEBUG_CONNECTION | DEBUG_INFO,
996 DEBUG (( DEBUG_LISTEN | DEBUG_INFO,
[all...] |
Tcp6.c | 994 DEBUG (( DEBUG_CONNECTION | DEBUG_INFO,
[all...] |
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/ |
SecFsp.c | 210 DEBUG ((DEBUG_INFO | DEBUG_INIT, "\n============= PEIM FSP v1.%x (%a v%x.%x.%x.%x) =============\n", \
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
Handle.c | 238 DEBUG((DEBUG_LOAD | DEBUG_INFO, "SmmInstallProtocolInterface: %g %p\n", Protocol, Interface));
|
Dispatcher.c | 625 DEBUG ((DEBUG_INFO | DEBUG_LOAD,
664 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "%a", EfiFileName)); // &Image->ImageContext.PdbPointer[StartIndex]));
666 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "\n"));
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
Utility.c | 193 DEBUG_INFO,
643 DEBUG_INFO,
988 (DEBUG_INFO,
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
Image.c | 735 DEBUG ((DEBUG_INFO | DEBUG_LOAD,
774 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "%a", EfiFileName)); // &Image->ImageContext.PdbPointer[StartIndex]));
776 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "\n"));
[all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPlatform.c | 574 DEBUG((DEBUG_INFO, "ACPI Platform start...\n"));
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/ |
DxeTpm2MeasureBootLib.c | 641 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText));
|