Age | Commit message (Expand) | Author |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-26 | Make sconfig only complain about real conflicts. | Patrick Georgi |
2010-03-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-25 | Make build verbose when requested by abuild | Patrick Georgi |
2010-03-25 | Copy argument of -include as it's modified later. | Patrick Georgi |
2010-03-25 | It's really obj=, not O= (see toplevel Makefile) | Patrick Georgi |
2010-03-25 | One feature I've been really missing since we switched to | Stefan Reinauer |
2010-03-24 | abuild should be using O=, not obj= | Stefan Reinauer |
2010-03-24 | Drop unneeded code that checks for CONFIG_ variables in | Stefan Reinauer |
2010-03-23 | Use coreboot-internal version of x86emu for the vgabios utility. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-21 | drop dead code. | Stefan Reinauer |
2010-03-21 | Don't abuse LDFLAGS and fix linking with -Wl,--as-needed. | Christian Ruppert |
2010-03-17 | Catch non-static arrays in romcc. Not allowed. | Eric W. Biederman |
2010-03-16 | it was reason for workaround rules already, and it's somewhat ugly: | Stefan Reinauer |
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 | back out r5212 and r5210; Follow the thread of | Stefan Reinauer |
2010-03-15 | Use copy_triple only on non-flattened nodes. | Patrick Georgi |
2010-03-14 | Fix segfault of romcc when complex assignment operators | Patrick Georgi |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-03-05 | Remove redundant run_bios prototype. Trivial. | Myles Watson |
2010-03-05 | 1. Move run_bios prototype to device.h | Myles Watson |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-28 | Add attribute((noreturn)) to romcc | Stefan Reinauer |
2010-02-22 | drop empty x86emu Makefile | Stefan Reinauer |
2010-02-22 | Inteltool: Add i830/Tolapai/Ich4 support | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-19 | 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* | Myles Watson |
2010-02-12 | romcc: Fix a few (harmless) warnings | Peter Stuge |
2010-02-11 | romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot... | Patrick Georgi |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-10 | Improve compiler detection and configuration in xcompile. | Patrick Georgi |
2010-02-10 | Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). | Uwe Hermann |
2010-02-10 | Remove two perl calls with sed, and adds an alternative | Patrick Georgi |
2010-02-10 | python is no longer used in abuild. | Stefan Reinauer |
2010-02-09 | I took Rob Landley's nice "menuconfig2html.py" script from | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-04 | Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. | Stefan Reinauer |
2010-02-04 | Add dump support for the Winbond W83877AF (trivial). | Uwe Hermann |
2010-02-03 | Guards against errors that are hard to track down: | Patrick Georgi |
2010-01-31 | compareboard: | Stefan Reinauer |
2010-01-31 | Add detection support for the Winbond W83877AF (trivial). | Uwe Hermann |
2010-01-30 | These lines slipped in. Sorry for the inconvenience. | Stefan Reinauer |
2010-01-30 | add Kbuild support to abuild and enable it per default; | Stefan Reinauer |
2010-01-29 | Add the BSD-licensed getopt tool to crossgcc, to use | Patrick Georgi |
2010-01-26 | use stdint types for structures, and don't use pointers | Stefan Reinauer |
2010-01-25 | More Kconfig changes to improve match with newconfig: | Patrick Georgi |