index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release] Update version to 0.9.6 for release
v0.9.6
Marty Connor
2008-11-23
1
-2
/
+2
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-1
/
+2
*
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Michael Brown
2008-10-08
1
-1
/
+0
*
[makefile] Add support for multiple build platforms
Michael Brown
2008-10-08
1
-105
/
+68
*
[makefile] Kill off arch/$(ARCH)/Config
Michael Brown
2008-10-07
1
-13
/
+0
*
[makefile] Quote argument to sed containing []
H. Peter Anvin
2008-09-30
1
-1
/
+1
*
[makefile] Avoid using ?=
H. Peter Anvin
2008-09-30
1
-2
/
+2
*
[phantom] Add support for NetXen Phantom NICs
Michael Brown
2008-07-04
1
-0
/
+1
*
[Config] remove src/Config
H. Peter Anvin
2008-06-30
1
-5
/
+0
*
[Makefile] Add $(BIN)/undionly.kpxe as default build target
Marty Connor
2008-06-09
1
-1
/
+1
*
[Makefile] Remove obsolete SRCDIRS
Michael Brown
2008-05-23
1
-2
/
+0
*
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
1
-0
/
+4
*
Unconditionally set utility program variables in Makefile to allow CROSS_COMP...
Marty Connor
2008-01-02
1
-54
/
+52
*
Yet another attempt to autodetect an appropriate "echo -e".
Michael Brown
2007-12-07
1
-0
/
+1
*
Another (hopefully more robust) attempt to find a usable substitute
Michael Brown
2007-12-08
1
-19
/
+2
*
Avoid Makefile syntax that requires make >= 3.81.
Michael Brown
2007-12-07
1
-8
/
+14
*
Try to fix echo-detection to work on all systems that provide any
Michael Brown
2007-12-07
1
-1
/
+12
*
Fix typo.
Marty Connor
2007-11-18
1
-2
/
+1
*
Add e1000 directory to build, since the driver compiles cleanly.
Marty Connor
2007-11-18
1
-0
/
+1
*
Add src/drivers/net/e1000 as home of new e1000 driver
Marty Connor
2007-11-18
1
-0
/
+1
*
Separated out to a clean new drivers/infiniband directory.
Michael Brown
2007-09-18
1
-5
/
+1
*
Merge branch 'master' into 3leaf-rewrite
Michael Brown
2007-09-11
1
-22
/
+23
|
\
|
*
Use "/bin/echo -e" instead of shell builtin echo; some shells don't
Michael Brown
2007-09-08
1
-22
/
+23
*
|
Very quick and very dirty hack to get the Mellanox code building
Michael Brown
2007-08-18
1
-0
/
+5
|
/
*
Build the all-driver images by default, and print instructions for usage.
Michael Brown
2007-08-09
1
-25
/
+17
*
include more changes for x86_64
Holger Lubitz
2007-08-02
1
-0
/
+2
*
Import various libgcc functions from syslinux.
Michael Brown
2007-07-30
1
-0
/
+1
*
Allow -Werror to be temporarily disabled using "make NO_WERROR=1"
Michael Brown
2007-07-24
1
-1
/
+5
*
We can finally enable -Werror :)
Michael Brown
2007-07-24
1
-1
/
+1
*
Add NIC to targets that are always made.
Marty Connor
2007-07-22
1
-5
/
+5
*
Kill off redundant references to the .zprefixes.
Michael Brown
2007-07-16
1
-4
/
+4
*
Compressed ROM images now work.
Michael Brown
2007-07-16
1
-0
/
+1
*
Split the objcopy stage out of final image preparation to a separate
Michael Brown
2007-07-16
1
-0
/
+1
*
Revert "no need for depending on build library ("blib")"
Michael Brown
2007-07-16
1
-1
/
+1
*
Update Makefile for compilation on ARCH=x86_64
Holger Lubitz
2007-07-09
1
-0
/
+6
*
Pad ROM images to 512 bytes, not powers of two
Michael Brown
2007-07-05
1
-1
/
+1
*
Add warning about formats that are not working until we fix them
Marty Connor
2007-03-02
1
-3
/
+7
*
Made most of the build much quieter
Michael Brown
2007-01-31
1
-6
/
+6
*
Add matrixssl directory
Michael Brown
2007-01-26
1
-1
/
+1
*
Build external axtls code
Michael Brown
2007-01-26
1
-1
/
+1
*
Allow truly arbitrary debug levels to be specified via DEBUG=
Michael Brown
2007-01-18
1
-3
/
+2
*
Add image directory back in
Michael Brown
2007-01-11
1
-1
/
+1
*
Remove uIP; we haven't used it for quite some time now.
Michael Brown
2007-01-10
1
-1
/
+1
*
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
Michael Brown
2006-12-20
1
-0
/
+1
*
Add (partly-functional) user interface for editing configuration settings
Michael Brown
2006-12-20
1
-1
/
+2
*
Move nvo_cmd.c to hci/commands.
Michael Brown
2006-12-20
1
-3
/
+1
*
Start of generic editable string support
Michael Brown
2006-12-19
1
-1
/
+1
*
Do no evil. :)
Michael Brown
2006-08-09
1
-1
/
+0
*
Merge of Fredrik Hultin command_line
Marty Connor
2006-08-09
1
-0
/
+3
*
Add net/udp
Michael Brown
2006-07-19
1
-1
/
+1
[next]