summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Make sconfig only complain about real conflicts.Patrick Georgi2010-03-261-2/+2
* Add support to build with ccache in the build systemPatrick Georgi2010-03-252-6/+26
* Make build verbose when requested by abuildPatrick Georgi2010-03-251-1/+1
* Copy argument of -include as it's modified later.Patrick Georgi2010-03-251-1/+1
* It's really obj=, not O= (see toplevel Makefile)Patrick Georgi2010-03-251-5/+5
* One feature I've been really missing since we switched toStefan Reinauer2010-03-251-0/+10
* abuild should be using O=, not obj=Stefan Reinauer2010-03-241-3/+3
* Drop unneeded code that checks for CONFIG_ variables inStefan Reinauer2010-03-241-19/+0
* Use coreboot-internal version of x86emu for the vgabios utility.Stefan Reinauer2010-03-2329-17134/+23
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* drop dead code.Stefan Reinauer2010-03-211-4/+0
* Don't abuse LDFLAGS and fix linking with -Wl,--as-needed.Christian Ruppert2010-03-211-3/+3
* Catch non-static arrays in romcc. Not allowed.Eric W. Biederman2010-03-171-0/+4
* it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer2010-03-1646-20837/+0
* Various changes to the buildsystem:Patrick Georgi patrick.georgi2010-03-161-0/+1
* Make CLANG selectable in KconfigPatrick Georgi2010-03-161-2/+2
* back out r5212 and r5210; Follow the thread of Stefan Reinauer2010-03-161-17/+10
* Use copy_triple only on non-flattened nodes.Patrick Georgi2010-03-151-5/+8
* Fix segfault of romcc when complex assignment operatorsPatrick Georgi2010-03-141-9/+13
* Add scan-build support to the build system.Patrick Georgi2010-03-141-15/+6
* Remove redundant run_bios prototype. Trivial.Myles Watson2010-03-051-1/+0
* 1. Move run_bios prototype to device.hMyles Watson2010-03-056-63/+65
* This patch is from 2009-10-20Uwe Hermann2010-03-0522-257/+235
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-013-6/+15
* Add attribute((noreturn)) to romccStefan Reinauer2010-02-281-0/+5
* drop empty x86emu MakefileStefan Reinauer2010-02-221-0/+0
* Inteltool: Add i830/Tolapai/Ich4 supportStefan Reinauer2010-02-226-7/+142
* This is a general cleanup patchStefan Reinauer2010-02-223-7/+10
* YABEL updateStefan Reinauer2010-02-229-770/+318
* 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*Myles Watson2010-02-1914-81/+83
* romcc: Fix a few (harmless) warningsPeter Stuge2010-02-121-2/+2
* romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi2010-02-111-0/+3
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-14/+27
* Improve compiler detection and configuration in xcompile.Patrick Georgi2010-02-101-16/+72
* Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).Uwe Hermann2010-02-101-1/+2
* Remove two perl calls with sed, and adds an alternativePatrick Georgi2010-02-101-2/+2
* python is no longer used in abuild.Stefan Reinauer2010-02-101-1/+0
* I took Rob Landley's nice "menuconfig2html.py" script fromStefan Reinauer2010-02-096-320/+141
* newconfig is no more.Patrick Georgi2010-02-0717-5615/+15
* Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer2010-02-041-1/+2
* Add dump support for the Winbond W83877AF (trivial).Uwe Hermann2010-02-041-0/+9
* Guards against errors that are hard to track down:Patrick Georgi2010-02-031-0/+5
* compareboard:Stefan Reinauer2010-01-311-2/+5
* Add detection support for the Winbond W83877AF (trivial).Uwe Hermann2010-01-311-3/+5
* These lines slipped in. Sorry for the inconvenience.Stefan Reinauer2010-01-301-1/+0
* add Kbuild support to abuild and enable it per default;Stefan Reinauer2010-01-302-32/+129
* Add the BSD-licensed getopt tool to crossgcc, to usePatrick Georgi2010-01-292-1/+69
* use stdint types for structures, and don't use pointersStefan Reinauer2010-01-262-92/+86
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-251-0/+5
* Document CONFIG_PCI usage in the README (trivial).Uwe Hermann2010-01-241-0/+4
OpenPOWER on IntegriCloud