index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface
/
efi
/
efi_debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Use long forms of device paths in debug messages
Michael Brown
2024-03-04
1
-1
/
+1
*
[efi] Avoid modifying PE/COFF debug filename
Michael Brown
2023-11-29
1
-2
/
+2
*
[efi] Include protocol interface address in debug output
Michael Brown
2023-06-08
1
-5
/
+29
*
[efi] Add UefiPxeBcDxe module GUID
Michael Brown
2023-06-07
1
-0
/
+8
*
[efi] Add HttpBootDxe module GUID
Michael Brown
2023-06-07
1
-0
/
+8
*
[efi] Add new IScsiDxe module GUID
Michael Brown
2023-06-07
1
-1
/
+9
*
[efi] Add HTTP header and GUID definitions
Michael Brown
2023-06-07
1
-0
/
+4
*
[efi] Add DNS headers and GUID definitions
Michael Brown
2023-06-07
1
-0
/
+8
*
[efi] Add Ip4Config2 header and GUID definition
Michael Brown
2023-06-07
1
-0
/
+2
*
[efi] Add IPv6 versions of existing IPv4 headers and GUID definitions
Michael Brown
2023-06-07
1
-0
/
+22
*
[efi] Add definitions for the UEFI shim lock protocol
Michael Brown
2023-05-22
1
-0
/
+2
*
[efi] Allow for longer device paths in debug messages
b1f6c1c4
2020-12-29
1
-1
/
+1
*
[efi] Split out dbg_efi_opener() as a standalone function
Michael Brown
2020-11-30
1
-15
/
+24
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
1
-2
/
+2
*
[efi] Add debug wrappers for all boot services functions of interest
Michael Brown
2020-09-18
1
-1
/
+1
*
[build] Fix "'%s' directive argument is null" error
Valentine Barshak
2019-07-22
1
-2
/
+1
*
[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definition
Michael Brown
2017-03-10
1
-0
/
+2
*
[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition
Michael Brown
2016-10-16
1
-0
/
+2
*
[efi] Expose DHCP packets via the Apple NetBoot protocol
Michael Brown
2016-05-29
1
-0
/
+2
*
[efi] Import EFI_HII_FONT_PROTOCOL definitions
Michael Brown
2015-10-07
1
-0
/
+2
*
[efi] Provide efi_devpath_len()
Michael Brown
2015-09-13
1
-10
/
+2
*
[efi] Add USB headers and GUID definitions
Michael Brown
2015-09-06
1
-0
/
+6
*
[efi] Add definitions of GUIDs observed when booting wdsmgfw.efi
Michael Brown
2015-09-01
1
-0
/
+54
*
[efi] Improve efi_wrap debugging
Michael Brown
2015-08-27
1
-1
/
+22
*
[efi] Include installed protocol list in unknown handle names
Michael Brown
2015-08-27
1
-3
/
+19
*
[efi] Remove raw EFI_HANDLE values from debug messages
Michael Brown
2015-08-27
1
-15
/
+19
*
[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))
Michael Brown
2015-08-27
1
-3
/
+4
*
[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efi
Michael Brown
2015-08-27
1
-0
/
+8
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[efi] Add definitions of GUIDs observed when chainloading from Intel driver
Michael Brown
2014-09-25
1
-2
/
+50
*
[efi] Centralise definitions of more protocol GUIDs
Michael Brown
2014-09-25
1
-0
/
+6
*
[efi] Add definitions of GUIDs observed during Windows boot
Michael Brown
2014-08-21
1
-0
/
+6
*
[efi] Move abstract device path and handle functions to efi_utils.c
Michael Brown
2014-08-06
1
-1
/
+1
*
[efi] Provide centralised definitions of commonly-used GUIDs
Michael Brown
2014-08-05
1
-72
/
+0
*
[efi] Print raw device path when we have no DevicePathToTextProtocol
Michael Brown
2014-08-01
1
-4
/
+18
*
[efi] Also try original ComponentName protocol for retrieving driver names
Michael Brown
2014-08-01
1
-1
/
+34
*
[efi] Add excessive sanity checks into efi_debug functions
Michael Brown
2014-08-01
1
-3
/
+53
*
[efi] Improve debugging of the debugging facilities
Michael Brown
2014-07-31
1
-17
/
+41
*
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Michael Brown
2014-07-31
1
-34
/
+0
*
[efi] Add ability to dump all openers of a given protocol on a handle
Michael Brown
2014-07-31
1
-3
/
+80
*
[efi] Provide efi_handle_name() for debugging
Michael Brown
2014-07-31
1
-0
/
+235
*
[efi] Expand the range of well-known EFI GUIDs in debug messages
Michael Brown
2014-07-31
1
-10
/
+98
*
[efi] Show more diagnostic information when building with DEBUG=efi_wrap
Michael Brown
2014-07-26
1
-0
/
+1
*
[efi] Print well-known GUIDs by name in debug messages
Michael Brown
2014-07-16
1
-0
/
+32
*
[efi] Allow device paths to be easily included in debug messages
Michael Brown
2014-06-25
1
-20
/
+50
*
[efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optional
Michael Brown
2014-05-20
1
-9
/
+15
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
1
-1
/
+4
*
[efi] Provide efi_guid_ntoa() for printing EFI GUIDs
Michael Brown
2013-03-20
1
-3
/
+22
*
[efi] Add EFI-specific debugging macros
Michael Brown
2013-03-19
1
-0
/
+95