summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2010-07-22Superiotool support for Nuvoton WPCE775x/NPCE781x.David Hendricks
2010-07-15Trivial: Improve error reporting of sconfig slightly by reporting the line nu...Patrick Georgi
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-29Add support to IT85xx seriesAnton Kochkov
2010-06-29Add support to extended EC seriesAnton Kochkov
2010-06-24fix return value checks of cbfstool's writeromStefan Reinauer
2010-06-16This patch adds inteltool support for i810E and ICH2.Joseph Smith
2010-06-10Check for NULL before calling device_match()Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-01inteltool: basic poulsbo sch support.Stefan Reinauer
2010-05-30whitespace cleanup inteltool cpu.cStefan Reinauer
2010-05-30Added support to ICH9 chipset familyAnton Kochkov
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-19The AMD Fam10 code breaks with coreboot 4.5.0.Stefan Reinauer
2010-05-19Fix path for mingw workaround. Trivial.Patrick Georgi
2010-05-17New buildgcc version.Stefan Reinauer
2010-05-17drop old patches from crossgccStefan Reinauer
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