summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* update coreboot trunk version4.0Stefan Reinauer2010-02-081-1/+1
* Clean up ACPI:Patrick Georgi2010-02-081-6/+7
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-4/+3
* Make $(obj)/build.h an explicit dependency for allPatrick Georgi2010-01-291-19/+23
* These two files accidently got a wrong license header.Stefan Reinauer2010-01-201-21/+11
* drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer2010-01-191-2/+1
* Check for installed compilers (remove .xcompile) at make clean, not distclean.Myles Watson2010-01-061-2/+2
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-0/+1
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-3/+10
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-0/+3
* Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson2009-10-311-2/+2
* Remove all build/ prefixes in the build output.Uwe Hermann2009-10-281-11/+12
* Replace hard coded build with $(obj) paths.Myles Watson2009-10-281-5/+5
* Prefix all build output file names of files which end up in the buildUwe Hermann2009-10-271-1/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-1/+1
* Backport facility to specify a local coreboot version suffix from v3.Uwe Hermann2009-10-051-1/+5
* Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi2009-09-291-1/+1
* some progress on kconfig:Patrick Georgi2009-09-251-1/+10
* Separate payload compression from stage compression.Myles Watson2009-09-231-2/+3
* src/Kconfig: Remove HT-specific options.Myles Watson2009-09-221-1/+1
* Add Kconfig support for PCI option ROMS.Myles Watson2009-08-281-0/+1
* Revert test for pre-commit hook functionality. Commits are now checked for pr...Patrick Georgi2009-08-271-1/+0
* testPatrick Georgi2009-08-271-0/+1
* Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.Harald Gutmann2009-08-261-0/+1
* Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi2009-08-251-39/+42
* Improve build output.Uwe Hermann2009-08-251-10/+10
* Properly check for the LZMA compression variable, and fix a printPatrick Georgi2009-08-251-1/+1
* Kconfig!Patrick Georgi2009-08-121-0/+299