Age | Commit message (Expand) | Author |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-12-08 | Allow user to define location for Kconfig config via | Patrick Georgi |
2010-11-19 | Add test to check for up-to-date GPL license headers to lint. | Patrick Georgi |
2010-11-18 | Add "make lint" target that calls all util/lint/lint-* scripts | Patrick Georgi |
2010-11-15 | fix random breakage | Stefan Reinauer |
2010-10-01 | Redirect the output of iasl to a file to make the build quieter. | Myles Watson |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-29 | Don't run clean-abuild on distclean target. It breaks full abuild runs. | Patrick Georgi |
2010-09-28 | As $PWD is not exported by all shells, use make-builtin $(CURDIR) | Jonathan Kollasch |
2010-09-28 | Fix small typo in root Makefile. | Warren Turkal |
2010-09-27 | The commandline parsing for abuild doing a couple of buggy things: | Warren Turkal |
2010-09-24 | Fix CCACHE handling, and make use of ccache's BASEDIR feature | Patrick Georgi |
2010-09-23 | Generate and extract debug sysmbols for coreboot. *.debug files can be | Marc Jones |
2010-09-03 | Add convenience rules for cscope to Makefile. | Warren Turkal |
2010-05-08 | Patrick Georgi wrote: | Stefan Reinauer |
2010-05-08 | Slightly improve detecting Windows. Trivial | Patrick Georgi |
2010-05-05 | Split C code in sconfig's parser into a separate file. | Patrick Georgi |
2010-04-27 | Force mkdir before resolving any make rules. | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-26 | For the mainboard with AMD Family 10, if we make clean and make again, | Zheng Bao |
2010-04-21 | Optimize distclean and configuration. | Patrick Georgi |
2010-04-19 | (trivial) utils are not depending on config.h. This slipped in by accident. | Stefan Reinauer |
2010-04-19 | - Make abuild -sb work again | Patrick Georgi |
2010-04-16 | Build utils into their source directory equivalent in | Patrick Georgi |
2010-04-14 | Quote test -f argument, so it doesn't fail on spaces. | Patrick Georgi |
2010-04-09 | This patch changes C7 CAR code to be a single assembler file instead | Stefan Reinauer |
2010-04-08 | Split crt0.S.lb into prologue and epilogue | Patrick Georgi |
2010-04-08 | output cosmetics | Stefan Reinauer |
2010-04-08 | Replace sconfig with a C implementation. | Patrick Georgi |
2010-03-30 | make crt0s and ldscripts evaluate late, so the chipset_* variables are there at | Stefan Reinauer |
2010-03-29 | This patch fixes build.h dependencies in coreboot again. | Stefan Reinauer |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-24 | dependency tracking for coreboot | Stefan Reinauer |
2010-03-24 | CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. | Stefan Reinauer |
2010-03-21 | fix "make" after "rm -rf build" | Stefan Reinauer |
2010-03-17 | clean some more files in make clean | Stefan Reinauer |
2010-03-17 | make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete) | Stefan Reinauer |
2010-03-16 | it was reason for workaround rules already, and it's somewhat ugly: | Stefan Reinauer |
2010-03-16 | Strip quotes from COREBOOT_ROM_DEPENDENCIES | Patrick Georgi |
2010-03-16 | Various changes to the buildsystem: | Patrick Georgi patrick.georgi |
2010-03-16 | Make CLANG selectable in Kconfig | Patrick Georgi |
2010-03-16 | This patch is what I needed to compile coreboot with LLVM. | Stefan Reinauer |
2010-03-15 | Create a new build.h on every make call; this makes sure it contains a | Stefan Reinauer |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-03-06 | More readable recursive descent macro in Makefile | Patrick Georgi |
2010-03-05 | This patch fixes two things: | Stefan Reinauer |
2010-02-28 | - Add config flag for boards that have their own fadt.c | Patrick Georgi |
2010-02-27 | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi |
2010-02-25 | Unify crt0s setup to src/arch/i386/Makefile.inc. This variable | Patrick Georgi |