aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-06-24[build] Fix broken build caused by implied dependency upon "perl"Michael Brown1-6/+6
2010-06-24[build] Avoid hard-coding the path to perlMichael Brown1-1/+1
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood1-0/+1
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-0/+1
2010-05-27[build] Add rtl8139.rom to the default build target listMichael Brown1-1/+2
2010-05-27[build] Allow building against a zlib in a non-standard locationGeoff Lywood1-0/+1
2010-04-25[build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2010-03-17[igb] Add igb driverMarty Connor1-0/+1
2010-03-17[e1000e] Add e1000e driverMarty Connor1-0/+1
2010-02-24[vxge] Add support for X3100 series 10GbE Server/Storage AdapterMasroor Vettuparambil1-0/+1
2010-02-02[release] Update version to 1.0.0+ post releaseMarty Connor1-1/+1
2010-02-02[release] Update version to 1.0.0 for releasev1.0.0Marty Connor1-1/+1
2010-01-31[proto] Remove unsupported NMB protocolStefan Hajnoczi1-1/+0
2010-01-26[release] Update version to 1.0.0-rc1+ post releaseMarty Connor1-1/+1
2010-01-26[release] Update version to 1.0.0-rc1 for releasev1.0.0-rc1Marty Connor1-4/+4
2009-11-20[linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman1-0/+1
2009-10-21[release] Update version to 0.9.9+ post releaseMarty Connor1-1/+1
2009-10-21[release] Update version to 0.9.9 for releasev0.9.9Marty Connor1-2/+2
2009-10-14[release] Update version to 0.9.8+ post releaseMarty Connor1-1/+1
2009-10-14[release] Update version to 0.9.8 for releasev0.9.8Marty Connor1-2/+2
2009-08-11[doc] Expand scope of doxygen-generated documentationMichael Brown1-0/+5
2009-08-09[ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman1-0/+1
2009-08-01[rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman1-0/+1
2009-08-01[802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman1-1/+1
2009-07-17[infiniband] Move non-driver-specific code to net/infinibandMichael Brown1-1/+1
2009-05-18[legal] Add licence.pl and %.licence make targetMichael Brown1-0/+1
2009-04-16[build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown1-0/+1
2009-03-31[efi] Allow building with non-system libbfdMichael Brown1-0/+2
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown1-1/+2
2009-03-02[release] Update version to 0.9.7+ post releaseMichael Brown1-1/+1
2009-03-02[release] Update version to 0.9.7 for releasev0.9.7Michael Brown1-2/+2
2009-01-08[dhcp] Include gPXE version number within DHCP requestMichael Brown1-0/+1
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown1-0/+1
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown1-1/+2
2008-12-04[efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown1-1/+1
2008-11-23[release] Update version to 0.9.6+ post releaseMarty Connor1-1/+1
2008-11-23[release] Update version to 0.9.6 for releasev0.9.6Marty Connor1-2/+2
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-1/+2
2008-10-08[makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown1-1/+0
2008-10-08[makefile] Add support for multiple build platformsMichael Brown1-105/+68
2008-10-07[makefile] Kill off arch/$(ARCH)/ConfigMichael Brown1-13/+0
2008-09-30[makefile] Quote argument to sed containing []H. Peter Anvin1-1/+1
2008-09-30[makefile] Avoid using ?=H. Peter Anvin1-2/+2
2008-07-04[phantom] Add support for NetXen Phantom NICsMichael Brown1-0/+1
2008-06-30[Config] remove src/ConfigH. Peter Anvin1-5/+0
2008-06-09[Makefile] Add $(BIN)/undionly.kpxe as default build targetMarty Connor1-1/+1
2008-05-23[Makefile] Remove obsolete SRCDIRSMichael Brown1-2/+0
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown1-0/+4
2008-01-02Unconditionally set utility program variables in Makefile to allow CROSS_COMP...Marty Connor1-54/+52