summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * [usb] Allow endpoints to be refilled to a specified upper limitMichael Brown2020-10-122-3/+17
| * [usb] Allow device halt to be cleared independently of host controllerMichael Brown2020-10-122-14/+32
| * [efi] Always enable recursion when calling ConnectController()Michael Brown2020-10-022-3/+3
| * [efi] Connect controllers after loading an EFI driverMichael Brown2020-10-021-0/+11
| * [ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown2020-10-021-5/+8
| * [efi] Fix reporting of USB supported languages arrayMichael Brown2020-10-022-11/+18
| * [efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown2020-10-021-0/+7
| * [usb] Avoid integer underflow on malformed string descriptorsMichael Brown2020-10-021-1/+8
| * [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-012-25/+35
| * [efi] Disconnect controllers before uninstalling EFI_USB_IO_PROTOCOLMichael Brown2020-09-291-0/+6
| * [usb] Show debug message on device removalMichael Brown2020-09-291-0/+5
| * [efi] Report any USB errors as EFI_USB_ERR_SYSTEMMichael Brown2020-09-291-3/+2Star
| * [efi] Leave USB endpoint descriptors in existence until device is removedMichael Brown2020-09-291-28/+80
| * [usb] Reset control endpoints immediately after failureMichael Brown2020-09-291-0/+1
| * [efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown2020-09-253-14/+206
| * [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-2547-71/+85
| * [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-248-0/+66
| * [efi] Provide a single implementation of efipci_root_close()Michael Brown2020-09-241-13/+22
| * [efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown2020-09-221-2/+20
| * [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-193-2/+605
| * [build] Fix building on older versions of gccMichael Brown2020-08-231-16/+21
| * [efi] Attempt NII initialisation both with and without cable detectionMichael Brown2020-08-171-9/+28
* | Merge branch 'master' into openslxSimon Rettberg2020-08-1290-410/+15445
|\|
| * [efi] Use device path to locate filesystem from which we were loadedMichael Brown2020-08-032-2/+53
| * [efi] Match EDK2 numbering for USB portsMichael Brown2020-08-031-1/+1
| * [comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov2020-07-271-1/+1
| * [efi] Check the status code from AllocatePool()Ignat Korchagin2020-07-221-4/+5