aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [autoboot] Fix incorrect boolean logicMichael Brown2016-01-191-2/+2
* [smsc95xx] Reserve headroom in received packetsMichael Brown2016-01-191-2/+4
* [usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown2016-01-1911-20/+31
* [smsc95xx] Enable LEDsMichael Brown2016-01-182-0/+24
* [netdevice] Add "ifname" settingAndrew Widdersheim2016-01-181-0/+22
* [build] Add named configuration for public cloud environmentsMichael Brown2016-01-189-0/+38
* [stp] Fix incorrectly disambiguated errorsMichael Brown2016-01-141-3/+3
* [debug] Allow debug colourisation to be disabledMichael Brown2016-01-122-5/+11
* [i386] Add check_bios_interrupts() debug functionMichael Brown2016-01-122-0/+28
* [pxe] Add debug message to display real-mode segment addressesMichael Brown2016-01-111-0/+11
* [pxe] Colourise debug outputMichael Brown2016-01-111-3/+3
* [infiniband] Profile post work queue entry operationsMichael Brown2016-01-101-0/+25
* [tftp] Do not change current working URI when TFTP server is clearedMichael Brown2016-01-091-13/+13
* [downloader] Update image URI in response to a redirectionMichael Brown2016-01-091-6/+41
* [image] Provide image_set_uri() to modify an image's URIMichael Brown2016-01-092-10/+29
* [http] Handle relative redirection URIsMichael Brown2016-01-091-7/+46
* [usb] Add support for numeric keypad on USB keyboardsMichael Brown2016-01-063-7/+134
* [romprefix] Report an optimistic runtime size estimateMichael Brown2016-01-061-4/+16
* [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-011-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