summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Move abstract device path and handle functions to efi_utils.cMichael Brown2014-08-061-1/+1
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-061-72/+0Star
* [efi] Print raw device path when we have no DevicePathToTextProtocolMichael Brown2014-08-011-4/+18
* [efi] Also try original ComponentName protocol for retrieving driver namesMichael Brown2014-08-011-1/+34
* [efi] Add excessive sanity checks into efi_debug functionsMichael Brown2014-08-011-3/+53
* [efi] Improve debugging of the debugging facilitiesMichael Brown2014-08-011-17/+41
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-311-34/+0Star
* [efi] Add ability to dump all openers of a given protocol on a handleMichael Brown2014-07-311-3/+80
* [efi] Provide efi_handle_name() for debuggingMichael Brown2014-07-311-0/+235
* [efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown2014-07-311-10/+98
* [efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown2014-07-261-0/+1
* [efi] Print well-known GUIDs by name in debug messagesMichael Brown2014-07-161-0/+32
* [efi] Allow device paths to be easily included in debug messagesMichael Brown2014-06-251-20/+50
* [efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown2014-05-201-9/+15
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-1/+4
* [efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown2013-03-201-3/+22
* [efi] Add EFI-specific debugging macrosMichael Brown2013-03-201-0/+95