summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-149-49/+69
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-1410-167/+309
* [efi] Include a copy of the device path within struct efi_deviceMichael Brown2015-09-133-23/+38
* [efi] Provide efi_devpath_len()Michael Brown2015-09-136-17/+19
* [xhci] Support arbitrarily large transfersMichael Brown2015-09-131-11/+45
* [ehci] Support arbitrarily large transfersMichael Brown2015-09-131-14/+49
* [ehci] Do not treat zero-length NULL pointers as unreachableMichael Brown2015-09-131-0/+2
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-136-19/+20
* [tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown2015-09-105-4/+61
* [efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2015-09-076-1/+1884
* [efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown2015-09-071-10/+8Star
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-067-0/+2013
* [usb] Add function to device's function list before attempting probeMichael Brown2015-09-061-6/+4Star
* [usb] Expose usb_find_driver()Michael Brown2015-09-062-43/+57
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-024-0/+1627
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-025-117/+159
* [pxe] Populate ciaddr in fake PXE Boot Server ACK packetMichael Brown2015-09-011-0/+4
* [efi] Do not return EFI_NOT_READY from our ReceiveFilters() methodMichael Brown2015-09-011-5/+7
* [efi] Fix order of events on SNP removal pathMichael Brown2015-09-011-1/+2
* [efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2015-09-012-7/+8
* [tcpip] Allow supported address families to be detected at runtimeMichael Brown2015-09-014-8/+12
* [build] Search for ldlinux.c32 separately from isolinux.binMichael Brown2015-09-013-12/+21
* [efi] Populate debug directory entry FileOffset fieldMichael Brown2015-09-011-0/+19
* [efi] Fix debug directory sizeMichael Brown2015-09-011-1/+1
* [efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2015-09-015-0/+446
* [pxe] Construct all fake DHCP packets before starting PXE NBPMichael Brown2015-08-293-24/+38
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-273-13/+344
* [efi] Include installed protocol list in unknown handle namesMichael Brown2015-08-271-3/+19
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-2711-214/+200Star
* [efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2015-08-272-6/+9
* [efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2015-08-276-0/+695
* [dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown2015-08-261-2/+3