aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-286-129/+150
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-257-58/+100
* [intelxl] Configure DMA mask as 64-bitMichael Brown2020-11-242-2/+8
* [intel] Configure DMA mask as 64-bitMichael Brown2020-11-243-3/+12
* [efi] Report correct error when failing to unload a vetoed driverMichael Brown2020-11-241-0/+1
* [efi] Allow initialisation via SNP interface even while claimedMichael Brown2020-11-231-7/+14
* [intelxl] Update driver to use DMA APIMichael Brown2020-11-213-121/+215
* [intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2020-11-212-2/+9
* [intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2020-11-202-5/+13
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-208-71/+110
* [intel] Use physical addresses in debug messagesMichael Brown2020-11-161-9/+9
* [realtek] Use physical addresses in debug messagesMichael Brown2020-11-161-16/+14
* [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-151-2/+2
* [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-151-1/+0
* [intel] Update driver to use DMA APIMichael Brown2020-11-134-85/+143
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-075-62/+61
* [realtek] Update driver to use DMA APIMichael Brown2020-11-052-95/+127
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-053-0/+242
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-056-0/+517
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-0548-350/+350
* [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-044-49/+60
* [realtek] Reset NIC when closing interface if using legacy modeMichael Brown2020-11-041-0/+4
* [efi] Fall back to assuming identity mapping of MMIO address spaceMichael Brown2020-10-301-4/+2
* [efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown2020-10-302-18/+17
* [efi] Fix memory copy length used in efi_nullify_name2()Michael Brown2020-10-271-1/+1
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-267-50/+737
* [efi] Allow block devices to provide their own EFI device pathsMichael Brown2020-10-231-63/+25
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-234-33/+95
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-224-8/+61
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-203-0/+75
* [efi] Show block device ACPI table contents only at DBGLVL_EXTRAMichael Brown2020-10-201-3/+3
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-194-29/+82
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-192-0/+54
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-193-37/+71
* [http] Allow HTTP connection to be described using an EFI device pathMichael Brown2020-10-191-0/+15
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-192-0/+45
* [usbblk] Allow USB block device to be described using an EFI device pathMichael Brown2020-10-161-0/+15
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-164-54/+89
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-162-0/+31
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-1614-54/+99
* [efi] Provide EFI_INTF_OP for EFI-only interface operationsMichael Brown2020-10-161-0/+7
* [interface] Allow for the definition of an unused interface operationMichael Brown2020-10-161-0/+15
* [build] Provide a testable platform macro alongside -DPLATFORMMichael Brown2020-10-161-1/+1
* [ipv6] Reduce time spent waiting for router discoveryMichael Brown2020-10-141-0/+9
* [efi] Enable NET_PROTO_IPV6 by defaultTore Anderson2020-10-142-1/+3
* [lacp] Ignore (and do not echo) trailing padding on received packetsMichael Brown2020-10-141-0/+3
* [lacp] Detect and ignore erroneously looped back LACP packetsMichael Brown2020-10-141-0/+8
* [efi] Defer local download process until file has been openedMichael Brown2020-10-131-2/+5
* [usbblk] Add support for USB mass storage devicesMichael Brown2020-10-137-0/+1025
* [usb] Move usbio driver to end of USB driver listMichael Brown2020-10-132-1/+4