summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [vmware] Expose GuestRPC mechanism in 64-bit buildsMichael Brown2016-01-058-1/+1
* [crypto] Dual-license more selected DRBG filesMichael Brown2016-01-041-0/+12
* [smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3Michael Brown2016-01-043-0/+119
* [crypto] Dual-license selected DRBG filesMichael Brown2015-12-314-0/+48
* [smsc95xx] Allow for multiple methods for obtaining the MAC addressMichael Brown2015-12-231-11/+56
* [settings] Expose SMBIOS settings as global variablesMichael Brown2015-12-232-1/+11
* [bios] Add support for injecting keypressesMichael Brown2015-12-231-38/+209
* [build] Allow extra objects to be included in an all-drivers buildMichael Brown2015-12-171-5/+5
* [efi] Centralise EFI file system info GUIDsMichael Brown2015-12-093-6/+11
* [xhci] Ensure that zero-length packets are not part of a TRB chainMichael Brown2015-12-071-0/+6
* [intel] Add INTEL_NO_PHY_RST for I217-LMTorgeir Wulfsberg2015-12-071-1/+1
* [acm] Add support for CDC-ACM (aka USB RNDIS) devicesMichael Brown2015-12-074-0/+648
* [usb] Allow additional settling time for out-of-spec hubsMichael Brown2015-12-072-0/+19
* [usb] Allow USB device IDs to include arbitrary driver-specific dataMichael Brown2015-12-072-3/+9
* [usb] Record USB device speed separately from current port speedMichael Brown2015-12-075-14/+15
* [usb] Use port->disconnected to check for disconnected devicesMichael Brown2015-12-072-10/+12
* [efi] Add %.usb target for building EFI-bootable USB (or other) disk imagesMichael Brown2015-12-074-0/+72
* [bitops] Provide BIT_QWORD_PTR()Michael Brown2015-12-021-0/+7
* [smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown2015-12-013-0/+1382
* [bitops] Fix definitions for big-endian devicesMichael Brown2015-11-301-6/+13
* [pci] Add definitions for PCI Express function level reset (FLR)Michael Brown2015-11-302-1/+7
* [infiniband] Add qword accessors for ib_guid and ib_gidMichael Brown2015-11-301-0/+2
* [infiniband] Add definitions for FDR and EDR link speedsMichael Brown2015-11-301-0/+3
* [intel] Correct definition of receive overrun bitMichael Brown2015-11-221-1/+1
* [intel] Forcibly skip PHY reset on some modelsMichael Brown2015-11-222-8/+19
* [comboot] Reset console before starting COMBOOT executableMichael Brown2015-11-172-0/+8
* [dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown2015-11-102-2/+12
* [intel] Add PCI IDs for i210/i211 flashless operationKyösti Mälkki2015-11-041-0/+2
* [dhcp] Reset start time when deferring discoveryMichael Brown2015-10-301-0/+1
* [efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown2015-10-165-0/+566
* [build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFERMichael Brown2015-10-167-12/+141
* [console] Tidy up config/console.hMichael Brown2015-10-161-7/+39
* [fbcon] Move margin calculations to fbcon.cMichael Brown2015-10-143-46/+40Star
* [fbcon] Allow character height to be selected at runtimeMichael Brown2015-10-143-23/+44
* [efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown2015-10-075-0/+838
* [efi] Update to current EDK2 headersMichael Brown2015-10-0728-373/+12442
* [efi] Reset root directory when installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2015-10-071-0/+3
* [http] Verify server port when reusing a pooled connectionMichael Brown2015-10-021-7/+12
* [peerdist] Avoid NULL pointer dereference for plaintext blocksMichael Brown2015-09-291-7/+10
* [malloc] Avoid integer overflow for excessively large memory allocationsMichael Brown2015-09-291-48/+49
* [efi] Expose an UNDI interface alongside the existing SNP interfaceMichael Brown2015-09-281-23/+676
* [efi] Avoid infinite loops when asked to stop non-existent devicesMichael Brown2015-09-281-1/+1
* [efi] Work around broken 32-bit PE executable parsing in ImageHlp.dllMichael Brown2015-09-251-0/+2
* [vmxnet3] Avoid completely filling the TX descriptor ringCarl Henrik Lunde2015-09-162-4/+12
* [pxe] Notify BIOS via INT 1a,564e for each new network deviceMichael Brown2015-09-151-0/+26
* [pxe] Invoke INT 1a,564e when PXE stack is activatedMichael Brown2015-09-151-0/+12
* [efi] Minimise use of iPXE header files when building host utilitiesMichael Brown2015-09-153-3/+6
* [build] Remove dependency on libibertyMichael Brown2015-09-141-1/+1
* [ncm] Support setting MAC addressMichael Brown2015-09-142-0/+14
* [efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2015-09-146-5/+1409