summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2010-05-17msrtool: Print hex values using only as many digits as the field needsPeter Stuge
2010-05-17msrtool: Remove some unneeded castsPeter Stuge
2010-05-14Various superiotool fixes.Uwe Hermann
2010-05-09Begin implementation support to IT8512/IT8513Anton Kochkov
2010-05-08Add registers for the it8671f chip.Anders Jenbo
2010-05-05Improve the sconfig parser:Patrick Georgi
2010-05-05Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi
2010-05-05sconfig: Make cur_bus and cur_parent local to the parser.Patrick Georgi
2010-05-05Split C code in sconfig's parser into a separate file.Patrick Georgi
2010-04-27More "prepare"-dependencies we don't need anymorePatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-24print the known cbfs types in cbfstool "usage"Stefan Reinauer
2010-04-21This patch adds:Pat Erley
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-16enable more warnings for vgabios utility, and enable some debugging Stefan Reinauer
2010-04-15Avoid strdup(0) in build_opt_tblPatrick Georgi
2010-04-14Update mingw source versions and allow parallel builds in buildgccPatrick Georgi
2010-04-14sconfig should return success when it's successfulPatrick Georgi
2010-04-14Rename variable to not confuse gcc on mingwPatrick Georgi
2010-04-13Add support for the SMSC FDC37C932 Super I/O.Marc Bertens
2010-04-08output cosmeticsStefan Reinauer
2010-04-08Remove #line statements in processed parser source,Patrick Georgi
2010-04-08sconfig: Mangle - to _ for struct names, too.Patrick Georgi
2010-04-08Remove duplicate registers in digitallogic/adl855pc's device treePatrick Georgi
2010-04-08Replace sconfig with a C implementation.Patrick Georgi
2010-04-03Add noreturn attribute to die() in romcc.Stefan Reinauer
2010-03-30abuild:Stefan Reinauer
2010-03-30abuild:Stefan Reinauer
2010-03-30build_opt_tbl: error instead of null pointer access if no checksum is defined.Stefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29abuild: fail with dignity if mainboard does not exist.Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-26Make sconfig only complain about real conflicts.Patrick Georgi
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-25Make build verbose when requested by abuildPatrick Georgi
2010-03-25Copy argument of -include as it's modified later.Patrick Georgi
2010-03-25It's really obj=, not O= (see toplevel Makefile)Patrick Georgi
2010-03-25One feature I've been really missing since we switched toStefan Reinauer
2010-03-24abuild should be using O=, not obj=Stefan Reinauer
2010-03-24Drop unneeded code that checks for CONFIG_ variables inStefan Reinauer
2010-03-23Use coreboot-internal version of x86emu for the vgabios utility.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-21drop dead code.Stefan Reinauer
2010-03-21Don't abuse LDFLAGS and fix linking with -Wl,--as-needed.Christian Ruppert
2010-03-17Catch non-static arrays in romcc. Not allowed.Eric W. Biederman
2010-03-16it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer
2010-03-16Various changes to the buildsystem:Patrick Georgi patrick.georgi
2010-03-16Make CLANG selectable in KconfigPatrick Georgi
2010-03-16back out r5212 and r5210; Follow the thread of Stefan Reinauer