summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Enable the use of scan-build on the coreboot-v3 tree, tooPatrick Georgi2009-03-111-5/+5
* Not a single file is being rebuilt in v3 if build.h changes. That meansCarl-Daniel Hailfinger2008-11-161-2/+1
* Add objdump and readelf to xcompile and use the results. This kills aCarl-Daniel Hailfinger2008-08-221-0/+2
* Right now, our Kconfig files in the mainboard/ directory in the v3 tree Carl-Daniel Hailfinger2008-08-011-1/+1
* remove typo... (trivial)Stefan Reinauer2008-04-291-1/+1
* This patch uses the svn version as the sublevel part of the corebootStefan Reinauer2008-04-041-1/+3
* Factor out write_pirq_routing_table() for all GeodeLX targets.Ronald G. Minnich2008-03-011-0/+1
* The real change here is that paths can now be part of the node label Ronald G. Minnich2008-02-131-1/+1
* This patch adds support for make defconfig in v3. Those that port v3Myles Watson2008-02-071-0/+1
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-18/+18
* * move post_code() to a seperate fileStefan Reinauer2007-07-231-8/+5
* - adds missing includeStefan Reinauer2007-07-211-1/+1
* This patch fixes compilation on OS XStefan Reinauer2007-07-161-1/+3
* Drop a bunch of almost-empty Makefiles which are of no real use.Uwe Hermann2007-07-101-3/+3
* Add testcc() function to xcompile to check for various compiler flags and set...Marc Jones2007-07-051-0/+1
* Cosmetic fixes (trivial).Uwe Hermann2007-06-021-1/+1
* doxygen is a phony target (trivial)Stefan Reinauer2007-05-211-1/+1
* Fix various license headers.Uwe Hermann2007-05-201-1/+1
* Move console/*.c into lib/ in order to simplify the directory structure.Stefan Reinauer2007-05-061-1/+0
* Massive file rename and moving orgy:Uwe Hermann2007-05-051-1/+1
* Document why CFLAGS is set in that very location, as that's non-obviousUwe Hermann2007-05-051-5/+5
* the nostdinc + `gcc...` hack breaks build if "gcc" isn't the compilerStefan Reinauer2007-05-051-1/+2
* stop using linux system includes. only use gcc includes. Trivial one liner.Stefan Reinauer2007-05-041-0/+1
* due to the recent cosmetical fixes, this flag is no longer needed.Stefan Reinauer2007-04-281-1/+1
* * update i82371eb codeStefan Reinauer2007-04-231-1/+4
* - new function in xcompile: searchgnu that looks for g$1, gnu$1 and $1 andStefan Reinauer2007-04-191-7/+15
* Fix 'make doxy' to do the same as 'make doxygen' (trivial).Uwe Hermann2007-04-121-1/+1
* * fix typos in device_util.cStefan Reinauer2007-03-221-1/+7
* This patch reshapes northbridge and southbridge inclusion. It selectsStefan Reinauer2007-03-131-0/+3
* Rename 'make doc' to 'make doxy' (and 'make doxygen').Uwe Hermann2007-03-121-1/+8
* Make the LinuxBIOS build output look a lot like the stuff peopleStefan Reinauer2007-03-111-6/+7
* Consistently use 'printf' instead of 'echo' to print stuff toUwe Hermann2007-03-091-14/+14
* * correct off by one error in lib/lar.cStefan Reinauer2007-03-071-4/+3
* This adds the well-known defines to build.h.Uwe Hermann2007-03-061-1/+5
* Various cosmetic fixes (trivial).Uwe Hermann2007-03-061-3/+4
* Move util/Doxyfile.LinuxBIOS to util/Doxyfile.LinuxBIOS, so thatUwe Hermann2007-03-051-1/+1
* Put output files into build/ instead of lbobj/ (trivial).Uwe Hermann2007-03-051-1/+1
* Let 'make distclean' remove the .xcompile file if it exists (trivial).Stefan Reinauer2007-03-051-1/+1
* Let 'make distclean' remove the .xconfig file if it exists (trivial).Uwe Hermann2007-03-051-1/+1
* Various tiny cosmetic fixes (trivial).Uwe Hermann2007-03-051-6/+6
* Add cross compilation support and simplify the far to complex serialUwe Hermann2007-03-051-24/+30
* Add three new options:Stefan Reinauer2007-03-041-0/+5
* Add support for generating Doxygen-documentation via 'make doc'.Uwe Hermann2007-03-021-1/+9
* add feature "make V=1" for verbose build as requested by Ron. (trivial)Stefan Reinauer2007-02-271-1/+4
* Add an emulation northbridge for the 440bx. The emulation is necessaryRonald G. Minnich2007-02-271-1/+1
* some dependencies fixes.Stefan Reinauer2007-02-261-0/+2
* Silence warnings and beautify build output. We might want to turn on moreUwe Hermann2007-02-261-2/+4
* fix make xconfigStefan Reinauer2007-02-251-0/+1
* add distclean targetStefan Reinauer2007-02-251-0/+4
* * add config options for serial port and speedStefan Reinauer2007-02-231-0/+2