summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add support to build with ccache in the build systemPatrick Georgi2010-03-251-0/+12
* dependency tracking for corebootStefan Reinauer2010-03-241-6/+7
* CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer2010-03-241-1/+1
* fix "make" after "rm -rf build"Stefan Reinauer2010-03-211-1/+3
* clean some more files in make cleanStefan Reinauer2010-03-171-0/+2
* make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete)Stefan Reinauer2010-03-171-1/+2
* it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer2010-03-161-10/+4
* Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi2010-03-161-2/+4
* Various changes to the buildsystem:Patrick Georgi patrick.georgi2010-03-161-66/+32
* Make CLANG selectable in KconfigPatrick Georgi2010-03-161-0/+9
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-5/+3
* Create a new build.h on every make call; this makes sure it contains aStefan Reinauer2010-03-151-5/+3
* Add scan-build support to the build system.Patrick Georgi2010-03-141-2/+33
* More readable recursive descent macro in MakefilePatrick Georgi2010-03-061-2/+26
* This patch fixes two things:Stefan Reinauer2010-03-051-10/+18
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-281-2/+2
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-1/+1
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-0/+3
* This patch fixes an issue with the wrong build rules being selected.Patrick Georgi2010-02-241-6/+10
* Find out the svnversion we are working on is quite important.Zheng Bao2010-02-231-1/+1
* Document the reason for r5124 in the code/Makefile (trivial).Uwe Hermann2010-02-151-0/+2
* I was having problems building a working romcc with the -O2Marc Jones2010-02-131-1/+1
* Don't remove config.h on "make clean"Patrick Georgi2010-02-111-1/+1
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-8/+11
* Improve compiler detection and configuration in xcompile.Patrick Georgi2010-02-101-13/+1
* Remove uses of the shell to remove double quotes, or to figure out thePatrick Georgi2010-02-101-4/+4
* Handle potential race condition with $(obj)/util/cbfstoolPatrick Georgi2010-02-101-1/+1
* fix doxyfile pathStefan Reinauer2010-02-101-1/+1
* Add image updating support. When selecting it, itPatrick Georgi2010-02-091-3/+7
* 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
OpenPOWER on IntegriCloud