summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-234-9/+17
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-235-7/+51
* [ping] Report timed-out pings via the callback functionMichael Brown2014-10-232-3/+14
* [efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown2014-10-174-106/+195
* [efi] Check for presence of UNDI in NII protocolMichael Brown2014-10-171-0/+6
* [efi] Add NII / UNDI driverMichael Brown2014-10-165-0/+1977
* [efi] Update to current EDK2 headersMichael Brown2014-10-165-15/+60
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-163-60/+69
* [efi] Free transmit ring entry before calling netdev_tx_complete()Michael Brown2014-10-161-1/+3
* [intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz)Anton D. Kachalov2014-10-031-0/+1
* [efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown2014-09-2512-2/+4246
* [efi] Centralise definitions of more protocol GUIDsMichael Brown2014-09-255-18/+23
* [build] Use -malign-double to build 32-bit UEFI binariesMichael Brown2014-09-241-0/+4
* [dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown2014-09-221-75/+5Star
* [dhcp] Check for matching chaddr in received DHCP packetsMichael Brown2014-09-221-0/+37
* [efi] Provide dummy device path in efi_image_probe()Michael Brown2014-09-191-1/+6
* [intel] Add I217-LM PCI IDJan Kiszka2014-09-161-1/+2
* [efi] Add efifatbin utilityMichael Brown2014-09-104-0/+267
* [build] Clean up all binary directories on "make [very]clean"Michael Brown2014-09-041-1/+8
* [efi] Allow for non-PCI snpnet devicesMichael Brown2014-09-041-7/+8
* [efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optionalMichael Brown2014-09-041-1/+7
* [efi] Avoid returning uninitialised data from PCI configuration space readsMichael Brown2014-09-041-0/+3
* [efi] Use the SNP protocol instance to match the SNP chainloading deviceMichael Brown2014-09-041-8/+89
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-294-24/+70
* [efi] Make our virtual file system case insensitiveMichael Brown2014-08-271-4/+24
* [efi] Show details of intercepted LoadImage() callsMichael Brown2014-08-271-0/+30
* [mromprefix] Allow for .mrom images larger than 128kBMichael Brown2014-08-261-9/+1Star
* [mromprefix] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-7/+17
* [util] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-3/+2Star
* [prefix] Report both %esi and %ecx when opening payload failsMichael Brown2014-08-262-1/+6
* [prefix] Halt system without burning CPU if we cannot access the payloadMichael Brown2014-08-261-1/+4
* [build] Avoid deleting config header files if build is interruptedMichael Brown2014-08-261-2/+15
* [build] Avoid using embedded script in VirtualBox named configurationRobin Smidsrød2014-08-223-12/+8Star
* [build] Allow ISA ROMs to be builtMichael Brown2014-08-228-30/+146
* [build] Remove obsolete references to .zrom build targetsMichael Brown2014-08-221-8/+5Star
* [romprefix] Do not preserve unused register %diMichael Brown2014-08-221-8/+1Star
* [efi] Dump details of any calls to our dummy block and disk I/O protocolsMichael Brown2014-08-221-15/+33
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-218-1/+3795
* [build] Add named configuration for VirtualBoxRobin Smidsrød2014-08-219-0/+49
* [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDsMichael Brown2014-08-212-13/+22
* [intel] Display before and after values for both PBS and PBAMichael Brown2014-08-211-2/+7
* [intel] Display PBS value when applying ICH errata workaroundMichael Brown2014-08-201-2/+2
* [build] Allow for named configurations at build timeMichael Brown2014-08-209-2/+85
* [smc9000] Avoid using CONFIG as a preprocessor macroMichael Brown2014-08-192-6/+6
* [readline] Add CTRL-W shortcut to remove a wordMarin Hannache2014-08-191-1/+35
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-143-11/+66
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-135-109/+349
* [xen] Accept alternative Xen platform PCI device ID 5853:0002Michael Brown2014-08-131-0/+1
* [readline] Ensure cursor is visible when prompting for inputMichael Brown2014-08-061-0/+3
* [efi] Support displaying and hiding cursorMichael Brown2014-08-061-0/+32