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_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Allow for allocating EFI devices from arbitrary handles
Michael Brown
2024-03-29
1
-42
/
+65
*
[efi] Allow for drivers to be located via child handles
Michael Brown
2024-03-25
1
-2
/
+8
*
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
2020-11-20
1
-8
/
+7
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
1
-2
/
+2
*
[efi] Always enable recursion when calling ConnectController()
Michael Brown
2020-10-02
1
-2
/
+2
*
[efi] Attempt to connect our driver directly if ConnectController fails
Michael Brown
2020-06-10
1
-1
/
+10
*
[efi] Disambiguate errors returned by ConnectController
Michael Brown
2020-03-14
1
-1
/
+15
*
[efi] Return only registered EFI devices from efidev_parent()
Michael Brown
2019-07-15
1
-3
/
+6
*
[efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()
Michael Brown
2018-03-26
1
-7
/
+0
*
[efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry points
Michael Brown
2018-03-14
1
-0
/
+19
*
[efi] Inhibit our driver Start() method during disconnection attempts
Michael Brown
2017-09-22
1
-0
/
+16
*
[efi] Continue to connect remaining handles after connection errors
Michael Brown
2017-09-13
1
-3
/
+5
*
[efi] Avoid infinite loops when asked to stop non-existent devices
Michael Brown
2015-09-28
1
-1
/
+1
*
[efi] Include a copy of the device path within struct efi_device
Michael Brown
2015-09-13
1
-1
/
+34
*
[efi] Allow efidev_parent() to traverse multiple device generations
Michael Brown
2015-09-07
1
-10
/
+8
*
[efi] Remove raw EFI_HANDLE values from debug messages
Michael Brown
2015-08-27
1
-42
/
+38
*
[efi] Move abstract device path and handle functions to efi_utils.c
Michael Brown
2014-08-06
1
-74
/
+1
*
[efi] Open device path protocol only at point of use
Michael Brown
2014-08-05
1
-27
/
+0
*
[efi] Provide centralised definitions of commonly-used GUIDs
Michael Brown
2014-08-05
1
-12
/
+0
*
[efi] Report errors from attempting to disconnect existing drivers
Curtis Larsen
2014-08-05
1
-1
/
+8
*
[efi] Dump handle information around connect/disconnect attempts
Michael Brown
2014-07-31
1
-0
/
+9
*
[efi] Dump existing openers when we are unable to open a protocol
Michael Brown
2014-07-31
1
-0
/
+4
*
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Michael Brown
2014-07-31
1
-25
/
+24
*
[efi] Report exact failure when unable to open the device path
Michael Brown
2014-07-30
1
-2
/
+4
*
[efi] Fix incorrect debug message level when device has no device path
Michael Brown
2014-07-30
1
-2
/
+2
*
[efi] Attempt to start only drivers claiming support for a device
Michael Brown
2014-07-08
1
-0
/
+7
*
[efi] Allow network devices to be created on top of arbitrary SNP devices
Michael Brown
2014-07-03
1
-9
/
+181
*
[efi] Restructure EFI driver model
Michael Brown
2014-06-25
1
-85
/
+261
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-2
/
+2
*
[efi] Connect driver to devices as part of installation
Michael Brown
2014-03-12
1
-20
/
+69
*
[efi] Allow driver to be unloaded
Michael Brown
2014-03-10
1
-2
/
+44
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
1
-3
/
+7
*
[efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if present
Michael Brown
2012-11-21
1
-5
/
+22
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[efi] Add EFI string formatting functions
Michael Brown
2011-04-07
1
-8
/
+5
*
[efi] Allow EFI to control PCI bus enumeration
Michael Brown
2011-02-17
1
-0
/
+143