aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi/efi_debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04[efi] Use long forms of device paths in debug messagesMichael Brown1-1/+1
2023-11-29[efi] Avoid modifying PE/COFF debug filenameMichael Brown1-2/+2
2023-06-08[efi] Include protocol interface address in debug outputMichael Brown1-5/+29
2023-06-07[efi] Add UefiPxeBcDxe module GUIDMichael Brown1-0/+8
2023-06-07[efi] Add HttpBootDxe module GUIDMichael Brown1-0/+8
2023-06-07[efi] Add new IScsiDxe module GUIDMichael Brown1-1/+9
2023-06-07[efi] Add HTTP header and GUID definitionsMichael Brown1-0/+4
2023-06-07[efi] Add DNS headers and GUID definitionsMichael Brown1-0/+8
2023-06-07[efi] Add Ip4Config2 header and GUID definitionMichael Brown1-0/+2
2023-06-07[efi] Add IPv6 versions of existing IPv4 headers and GUID definitionsMichael Brown1-0/+22
2023-05-22[efi] Add definitions for the UEFI shim lock protocolMichael Brown1-0/+2
2020-12-29[efi] Allow for longer device paths in debug messagesb1f6c1c41-1/+1
2020-11-30[efi] Split out dbg_efi_opener() as a standalone functionMichael Brown1-15/+24
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-2/+2
2020-09-18[efi] Add debug wrappers for all boot services functions of interestMichael Brown1-1/+1
2019-07-22[build] Fix "'%s' directive argument is null" errorValentine Barshak1-2/+1
2017-03-10[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown1-0/+2
2016-10-16[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown1-0/+2
2016-05-29[efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown1-0/+2
2015-10-07[efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown1-0/+2
2015-09-13[efi] Provide efi_devpath_len()Michael Brown1-10/+2
2015-09-06[efi] Add USB headers and GUID definitionsMichael Brown1-0/+6
2015-09-01[efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown1-0/+54
2015-08-27[efi] Improve efi_wrap debuggingMichael Brown1-1/+22
2015-08-27[efi] Include installed protocol list in unknown handle namesMichael Brown1-3/+19
2015-08-27[efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown1-15/+19
2015-08-27[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown1-3/+4
2015-08-27[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown1-0/+8
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-09-25[efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown1-2/+50
2014-09-25[efi] Centralise definitions of more protocol GUIDsMichael Brown1-0/+6
2014-08-21[efi] Add definitions of GUIDs observed during Windows bootMichael Brown1-0/+6
2014-08-06[efi] Move abstract device path and handle functions to efi_utils.cMichael Brown1-1/+1
2014-08-05[efi] Provide centralised definitions of commonly-used GUIDsMichael Brown1-72/+0
2014-08-01[efi] Print raw device path when we have no DevicePathToTextProtocolMichael Brown1-4/+18
2014-08-01[efi] Also try original ComponentName protocol for retrieving driver namesMichael Brown1-1/+34
2014-08-01[efi] Add excessive sanity checks into efi_debug functionsMichael Brown1-3/+53
2014-07-31[efi] Improve debugging of the debugging facilitiesMichael Brown1-17/+41
2014-07-31[efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown1-34/+0
2014-07-31[efi] Add ability to dump all openers of a given protocol on a handleMichael Brown1-3/+80
2014-07-31[efi] Provide efi_handle_name() for debuggingMichael Brown1-0/+235
2014-07-31[efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown1-10/+98
2014-07-26[efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown1-0/+1
2014-07-16[efi] Print well-known GUIDs by name in debug messagesMichael Brown1-0/+32
2014-06-25[efi] Allow device paths to be easily included in debug messagesMichael Brown1-20/+50
2014-05-20[efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown1-9/+15
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-1/+4
2013-03-20[efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown1-3/+22
2013-03-19[efi] Add EFI-specific debugging macrosMichael Brown1-0/+95