summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-312-3/+12
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-313-6/+4Star
* [build] Add missing #include <config/local/sideband.h>Anton D. Kachalov2012-08-271-0/+2
* [build] Display commands for dependency generation when building with V=1Anton D. Kachalov2012-08-271-1/+1
* [tls] Disambiguate most error causesMichael Brown2012-08-251-32/+140
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-242-3/+32
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-243-1/+48
* [realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown2012-08-231-7/+72
* [mii] Add separate mii_restart() functionMichael Brown2012-08-232-4/+33
* [realtek] Enable DAC only when built as a 64-bit binaryMichael Brown2012-08-231-2/+7
* [realtek] Use read-modify-write to check for C+ Command registerMichael Brown2012-08-231-3/+4
* [realtek] Use explicit value for TCR.MXDMAMichael Brown2012-08-232-0/+13
* [realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2012-08-232-2/+10
* [realtek] Always set high dword of ring address registersMichael Brown2012-08-231-4/+2Star
* [tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran2012-08-204-19/+29
* [http] Fix HTTP SAN bootingMichael Brown2012-08-171-6/+6
* [ftp] Add support for the FTP SIZE commandMarin Hannache2012-08-151-11/+60
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [util] Fix up checksum in UNDI ROM header, if presentMichael Brown2012-08-151-0/+1
* [util] Display UNDI ROM header in disrom.plMichael Brown2012-08-152-0/+96
* [util] Allow for CALL NEAR in the option ROM initialisation entry pointDaniel Wyatt2012-08-151-0/+4
* [comboot] Accept only ".cbt" as an extension for COMBOOT imagesMichael Brown2012-08-131-1/+1
* [bzimage] Allow file mode to be specified for standalone initrd filesMichael Brown2012-08-031-3/+37
* [romprefix] Round up PMM allocation sizes to nearest 4kBMichael Brown2012-07-251-1/+5
* [tg3] Fix excessive DMA alignment.Thomas Miletich2012-07-241-2/+1Star
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [tcpip] Fix building under CygwinJoshua Oreman2012-07-241-1/+1
* [build] Fix building under OpenBSDThomas Miletich2012-07-241-0/+2
* [vmware] Fix compilation under OpenBSDThomas Miletich2012-07-231-1/+1
* [util] Update mergerom.pl to handle iPXE ROM headerMichael Brown2012-07-231-3/+18
* [romprefix] Report a pessimistic runtime size estimateMichael Brown2012-07-234-6/+111
* [epic100] Fix wrong field used as rx packet lengthAlexey2012-07-231-2/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-20345-347/+690
* [qib7322] Fix compiler warning on gcc 4.7Michael Brown2012-07-201-0/+3
* [isa] Avoid spurious compiler warning on gcc 4.7Michael Brown2012-07-201-3/+3
* [build] Include git commit within version string when availableMichael Brown2012-07-201-2/+6
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Add "--replace" optionMichael Brown2012-07-202-11/+64
* [image] Add "--autofree" optionMichael Brown2012-07-204-14/+38
* [libc] Add missing wchar.h headerMichael Brown2012-07-191-0/+27
* [skel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [myson] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [natsemi] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [realtek] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [intel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-192-5/+32
* [efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown2012-07-191-0/+90
* [efi] Update to current EDK2 headersMichael Brown2012-07-1924-156/+8026
* [efi] Standardise #include guard in ipxe_download.hMichael Brown2012-07-191-4/+4
* [pxeprefix] Ignore errors from PXENV_FILE_CMDLINEMichael Brown2012-07-181-4/+2Star