aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-02-11Don't remove config.h on "make clean"Patrick Georgi
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-10Improve compiler detection and configuration in xcompile.Patrick Georgi
2010-02-10Remove uses of the shell to remove double quotes, or to figure out thePatrick Georgi
2010-02-10Handle potential race condition with $(obj)/util/cbfstoolPatrick Georgi
2010-02-10fix doxyfile pathStefan Reinauer
2010-02-09Add image updating support. When selecting it, itPatrick Georgi
2010-02-08update coreboot trunk versionStefan Reinauer
2010-02-08Clean up ACPI:Patrick Georgi
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2010-01-29Make $(obj)/build.h an explicit dependency for allPatrick Georgi
2010-01-20These two files accidently got a wrong license header.Stefan Reinauer
2010-01-19drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer
2010-01-06Check for installed compilers (remove .xcompile) at make clean, not distclean.Myles Watson
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-10-31Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-28Replace hard coded build with $(obj) paths.Myles Watson
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-05Backport facility to specify a local coreboot version suffix from v3.Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-23Separate payload compression from stage compression.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-27Revert test for pre-commit hook functionality. Commits are now checked for pr...Patrick Georgi
2009-08-27testPatrick Georgi
2009-08-26Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.Harald Gutmann
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Improve build output.Uwe Hermann
2009-08-25Properly check for the LZMA compression variable, and fix a printPatrick Georgi
2009-08-12Kconfig!Patrick Georgi