summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-182-0/+31
* [device] Provide a driver-private data field for root devicesMichael Brown2014-12-181-0/+23
* [malloc] Report caller address as soon as memory corruption is detectedMichael Brown2014-12-151-1/+21
* [malloc] Check integrity of free listMichael Brown2014-12-151-1/+59
* [malloc] Sanity check parameters to alloc_memblock() and free_memblock()Michael Brown2014-12-151-0/+6
* [malloc] Tidy up debug outputMichael Brown2014-12-151-19/+23
* [list] Add sanity checks after list-adding functionsMichael Brown2014-12-121-0/+4
* [libc] Add ASSERTED macro to test if any assertion has triggeredMichael Brown2014-12-121-0/+2
* [netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)Michael Brown2014-12-121-1/+1
* [vmxnet3] Add profiling code to exclude time spent in the hypervisorMichael Brown2014-12-121-1/+33
* [crypto] Fix parsing of OCSP responder ID key hashMichael Brown2014-11-242-3/+419
* [intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown2014-10-311-4/+4
* [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