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_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Do not attempt to drive PCI bridge devices
efibridge
Michael Brown
2023-02-03
1
-0
/
+10
*
[efi] Clear DMA-coherent buffers before mapping
ioactive
Michael Brown
2022-11-04
1
-0
/
+3
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
1
-1
/
+1
*
[efi] Show ACPI address space descriptor ranges in debug messages
Michael Brown
2021-04-21
1
-0
/
+3
*
[efi] Always map full length of coherent DMA buffer allocation
Michael Brown
2021-04-20
1
-1
/
+2
*
[efi] Use segment and bus number to identify PCI root bridge I/O protocol
v1.21.1
Michael Brown
2020-12-31
1
-4
/
+68
*
[dma] Provide dma_umalloc() for allocating large DMA-coherent buffers
Michael Brown
2020-11-29
1
-0
/
+34
*
[efi] Avoid requesting zero-length DMA mappings
Michael Brown
2020-11-29
1
-12
/
+16
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
1
-0
/
+2
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
1
-12
/
+13
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
1
-3
/
+3
*
[efi] Provide DMA operations for EFI PCI devices
Michael Brown
2020-11-05
1
-0
/
+237
*
[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instance
Michael Brown
2020-11-04
1
-36
/
+38
*
[efi] Fall back to assuming identity mapping of MMIO address space
Michael Brown
2020-10-30
1
-4
/
+2
*
[efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
Michael Brown
2020-09-25
1
-1
/
+74
*
[pci] Define pci_ioremap() for mapping PCI bus addresses
Michael Brown
2020-09-24
1
-0
/
+1
*
[efi] Provide a single implementation of efipci_root_close()
Michael Brown
2020-09-24
1
-13
/
+22
*
[efi] Standardise PCI debug messages
Michael Brown
2017-05-01
1
-29
/
+31
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
1
-18
/
+119
*
[efi] Remove raw EFI_HANDLE values from debug messages
Michael Brown
2015-08-27
1
-21
/
+20
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optional
Michael Brown
2014-09-04
1
-1
/
+7
*
[efi] Provide centralised definitions of commonly-used GUIDs
Michael Brown
2014-08-05
1
-4
/
+0
*
[efi] Dump existing openers when we are unable to open a protocol
Michael Brown
2014-07-31
1
-0
/
+1
*
[efi] Use efi_handle_name() instead of efi_devpath_text() where applicable
Michael Brown
2014-07-31
1
-6
/
+5
*
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Michael Brown
2014-07-31
1
-11
/
+9
*
[efi] Allow network devices to be created on top of arbitrary SNP devices
Michael Brown
2014-07-03
1
-242
/
+99
*
[efi] Restructure EFI driver model
Michael Brown
2014-06-25
1
-165
/
+127
*
[efi] Allow driver to be unloaded
Michael Brown
2014-03-10
1
-0
/
+3
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
1
-22
/
+25
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLE
Michael Brown
2012-05-16
1
-10
/
+12
*
[efi] Ensure that all drivers are shut down before the OS boots
Michael Brown
2011-03-29
1
-2
/
+22
*
[efi] Mark SNP devices as children of EFI PCI device
Michael Brown
2011-03-15
1
-0
/
+49
*
[efi] Allow EFI to control PCI bus enumeration
Michael Brown
2011-02-17
1
-0
/
+378
*
[pci] Replace pci_max_bus() with pci_num_bus()
Michael Brown
2011-02-17
1
-1
/
+1
*
[pci] Use single "busdevfn" field in struct pci_device
Michael Brown
2011-02-17
1
-10
/
+9
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-4
/
+4
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[efi] Add efi_strerror()
Michael Brown
2008-11-19
1
-4
/
+4
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-2
/
+2
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+81