- 1f98ee7 Fix small typo in root Makefile. by Warren Turkal · 13 years ago
- 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 13 years ago
- 977b985 Fix CCACHE handling, and make use of ccache's BASEDIR feature by Patrick Georgi · 13 years ago
- 5c31269 Generate and extract debug sysmbols for coreboot. *.debug files can be by Marc Jones · 13 years ago
- a9fc330 Add convenience rules for cscope to Makefile. by Warren Turkal · 13 years ago
- c53d1f3 Patrick Georgi wrote: by Stefan Reinauer · 13 years ago
- 2196a0a Slightly improve detecting Windows. Trivial by Patrick Georgi · 13 years ago
- 114e7b2 Split C code in sconfig's parser into a separate file. by Patrick Georgi · 13 years ago
- 25fc5ff Force mkdir before resolving any make rules. by Patrick Georgi · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 12fa159 by Zheng Bao · 13 years ago
- cf036d1 Optimize distclean and configuration. by Patrick Georgi · 13 years ago
- 961a7b0 (trivial) utils are not depending on config.h. This slipped in by accident. by Stefan Reinauer · 13 years ago
- 1cd76e7 - Make abuild -sb work again by Patrick Georgi · 13 years ago
- a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 13 years ago
- 6630ce1 Quote test -f argument, so it doesn't fail on spaces. by Patrick Georgi · 13 years ago
- 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 13 years ago
- e64b637 Split crt0.S.lb into prologue and epilogue by Patrick Georgi · 13 years ago
- e705f9c output cosmetics by Stefan Reinauer · 13 years ago
- 7e8c9aa Replace sconfig with a C implementation. by Patrick Georgi · 13 years ago
- acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
- e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
- 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
- 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
- 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
- 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
- 1425add fix "make" after "rm -rf build" by Stefan Reinauer · 14 years ago
- 37e7817 clean some more files in make clean by Stefan Reinauer · 14 years ago
- f9035dd make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete) by Stefan Reinauer · 14 years ago
- 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
- a84e98b Strip quotes from COREBOOT_ROM_DEPENDENCIES Macro-ify stripping quotes by Patrick Georgi · 14 years ago
- c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago
- 23d89cc Make CLANG selectable in Kconfig by Patrick Georgi · 14 years ago
- 68a564f This patch is what I needed to compile coreboot with LLVM. by Stefan Reinauer · 14 years ago
- c0fbbd0 Create a new build.h on every make call; this makes sure it contains a by Stefan Reinauer · 14 years ago
- 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
- 47d68d8 More readable recursive descent macro in Makefile by Patrick Georgi · 14 years ago
- ae22bcd This patch fixes two things: by Stefan Reinauer · 14 years ago
- 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
- 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
- eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
- d3428b0 This patch fixes an issue with the wrong build rules being selected. by Patrick Georgi · 14 years ago
- b7bc3f3 Find out the svnversion we are working on is quite important. by Zheng Bao · 14 years ago
- 0dd63a2 Document the reason for r5124 in the code/Makefile (trivial). by Uwe Hermann · 14 years ago
- 516255e I was having problems building a working romcc with the -O2 by Marc Jones · 14 years ago
- 97fc40b Don't remove config.h on "make clean" by Patrick Georgi · 14 years ago
- b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 14 years ago
- e82f475 Improve compiler detection and configuration in xcompile. by Patrick Georgi · 14 years ago
- 1a47b5e Remove uses of the shell to remove double quotes, or to figure out the by Patrick Georgi · 14 years ago
- 7faf22f Handle potential race condition with $(obj)/util/cbfstool by Patrick Georgi · 14 years ago
- 1bbad5c fix doxyfile path by Stefan Reinauer · 14 years ago
- 967952a Add image updating support. When selecting it, it by Patrick Georgi · 14 years ago
- 37d8c21 update coreboot trunk version by Stefan Reinauer · 14 years ago 4.0
- af97d33 Clean up ACPI: by Patrick Georgi · 14 years ago
- e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
- cccbb89 Make $(obj)/build.h an explicit dependency for all by Patrick Georgi · 14 years ago
- 16f515a These two files accidently got a wrong license header. by Stefan Reinauer · 14 years ago
- 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 14 years ago
- 1af297c Check for installed compilers (remove .xcompile) at make clean, not distclean. by Myles Watson · 14 years ago
- 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 14 years ago
- 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 14 years ago
- 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 14 years ago
- dc32148 Only remove .xcompile with distclean. Look for crossgcc in util. by Myles Watson · 14 years ago
- 6c73b441 Remove all build/ prefixes in the build output. by Uwe Hermann · 14 years ago
- d4e5c0a Replace hard coded build with $(obj) paths. by Myles Watson · 14 years ago
- 7782319 Prefix all build output file names of files which end up in the build by Uwe Hermann · 14 years ago
- 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 14 years ago
- c04be93 Backport facility to specify a local coreboot version suffix from v3. by Uwe Hermann · 14 years ago
- 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 14 years ago
- 88f55b2 some progress on kconfig: by Patrick Georgi · 14 years ago
- 422d0cb Separate payload compression from stage compression. by Myles Watson · 14 years ago
- ed03556 src/Kconfig: Remove HT-specific options. by Myles Watson · 14 years ago
- e680495 Add Kconfig support for PCI option ROMS. by Myles Watson · 14 years ago
- 2447a90 Revert test for pre-commit hook functionality. Commits are now checked for proper by Patrick Georgi · 14 years ago
- 1921350 test by Patrick Georgi · 14 years ago
- dc4bb0d Set the LIBGCC_FILE_NAME to fix problems with libgcc.a. by Harald Gutmann · 14 years ago
- 2b7418e Use the gnu make .SILENT: mechanism instead of requiring by Patrick Georgi · 14 years ago
- fe2664a Improve build output. by Uwe Hermann · 14 years ago
- ca5d9fb Properly check for the LZMA compression variable, and fix a print by Patrick Georgi · 14 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 14 years ago