index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Makefile.housekeeping
Commit message (
Expand
)
Author
Age
Files
Lines
*
[makefile] Allow .sizes target to work with funny-named objects
Joshua Oreman
2010-01-14
1
-1
/
+1
*
[prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMM
Joshua Oreman
2010-01-14
1
-0
/
+1
*
[build] Fix DEBUG builds for filenames with hyphens
Joshua Oreman
2009-10-15
1
-1
/
+1
*
[doc] Expand scope of doxygen-generated documentation
Michael Brown
2009-08-11
1
-5
/
+18
*
[build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in use
Michael Brown
2009-05-27
1
-0
/
+10
*
[legal] Add licence.pl and %.licence make target
Michael Brown
2009-05-18
1
-1
/
+19
*
[build] Automatically sort the list of constituent object sizes
Michael Brown
2009-04-18
1
-1
/
+2
*
[build] Provide mechanism for listing constituent object sizes
Michael Brown
2009-04-18
1
-0
/
+2
*
[build] Kill off the multiple-object-per-source-file mechanism
Michael Brown
2009-04-17
1
-17
/
+1
*
[build] Provide mechanism for listing per-target source files
Michael Brown
2009-04-17
1
-0
/
+28
*
[build] Pad .rom, .dsk, and .hd images to 512-byte boundaries
Michael Brown
2009-04-16
1
-0
/
+1
*
[build] Don't assume the existence of "seq"
Michael Brown
2009-03-31
1
-1
/
+9
*
[efi] Allow building with non-system libbfd
Michael Brown
2009-03-31
1
-4
/
+6
*
[build] Add --divide to ASFLAGS if supported by the assembler
Michael Brown
2009-03-31
1
-0
/
+8
*
[build] Avoid always rebuilding bin/embedded.o
Michael Brown
2009-03-27
1
-2
/
+2
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
1
-8
/
+76
*
[image] Allow for zero embedded images
Michael Brown
2009-02-24
1
-4
/
+0
*
[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -Werror
Michael Brown
2009-02-16
1
-1
/
+1
*
[image] Allow multiple embedded images
Michael Brown
2009-02-16
1
-9
/
+33
*
[build] Treat warnings as errors in assembly files
Michael Brown
2009-02-15
1
-0
/
+1
*
[efi] Add efirom utility and .efirom image format
Michael Brown
2009-01-08
1
-2
/
+9
*
[efi] Use elf2efi utility in place of efilink
Michael Brown
2009-01-07
1
-4
/
+9
*
[build] Explicitly link efilink against -liberty
Michael Brown
2008-11-19
1
-1
/
+1
*
[build] Fix building on FreeBSD
Michael Brown
2008-10-17
1
-0
/
+8
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+9
*
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
2008-10-10
1
-1
/
+1
*
[makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty lists
Michael Brown
2008-10-10
1
-0
/
+4
*
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
Michael Brown
2008-10-10
1
-0
/
+1
*
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Michael Brown
2008-10-08
1
-8
/
+0
*
[makefile] Add support for multiple build platforms
Michael Brown
2008-10-08
1
-103
/
+310
*
[makefile] Fix -fno-stack-protector test on older versions of gcc
Michael Brown
2008-10-01
1
-1
/
+2
*
[release] Update version to 0.9.5+ post release
Marty Connor
2008-10-01
1
-1
/
+1
*
[release] Update version to 0.9.5 for release
v0.9.5
Marty Connor
2008-10-01
1
-2
/
+2
*
[makefile] Avoid using ?=
H. Peter Anvin
2008-09-30
1
-4
/
+4
*
[release] Update version post release to 0.9.4+
Marty Connor
2008-09-26
1
-1
/
+1
*
[release] Update version information for 0.9.4 release
v0.9.4
Marty Connor
2008-09-26
1
-2
/
+2
*
[makefile] Suppress "No such file or directory" warnings at start of build
Michael Brown
2008-07-24
1
-2
/
+2
*
[Config] remove src/Config
H. Peter Anvin
2008-06-30
1
-1
/
+1
*
[Makefile] Add "+" to end of version string for git-generated images
Marty Connor
2008-06-06
1
-1
/
+1
*
[Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targets
Michael Brown
2008-06-06
1
-1
/
+1
*
[util] config-local.h to avoid accidental commits
Stefan Hajnoczi
2008-06-05
1
-2
/
+2
*
[Makefile] Quick hack: always define pci_{vendor,device}_id
Michael Brown
2008-04-23
1
-2
/
+2
*
[Makefile] Use -MM instead of -M in dependency generation
Michael Brown
2008-03-24
1
-1
/
+1
*
Make tarball generation quieter
v0.9.3
Marty Connor
2008-02-14
1
-1
/
+1
*
Updated $(VERSION) for release. Change tarball generation.
Marty Connor
2008-02-14
1
-14
/
+19
*
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
1
-0
/
+8
*
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
Michael Brown
2008-01-07
1
-1
/
+1
*
Retain some intermediate object files, suggested by Geert Stappers and Alexey...
Marty Connor
2007-12-28
1
-0
/
+3
*
Autodetect whether or not we need to be using -fno-stack-protector.
Michael Brown
2007-12-15
1
-0
/
+8
*
Yet another attempt to autodetect an appropriate "echo -e".
Michael Brown
2007-12-07
1
-11
/
+31
[next]