aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2010-03-15Use copy_triple only on non-flattened nodes.Patrick Georgi
2010-03-14Fix segfault of romcc when complex assignment operatorsPatrick Georgi
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-05Remove redundant run_bios prototype. Trivial.Myles Watson
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-28Add attribute((noreturn)) to romccStefan Reinauer
2010-02-22drop empty x86emu MakefileStefan Reinauer
2010-02-22Inteltool: Add i830/Tolapai/Ich4 supportStefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-191. Change CONFIG_DEBUG to DEBUG in util/x86emu/*Myles Watson
2010-02-12romcc: Fix a few (harmless) warningsPeter Stuge
2010-02-11romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-10Improve compiler detection and configuration in xcompile.Patrick Georgi
2010-02-10Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).Uwe Hermann
2010-02-10Remove two perl calls with sed, and adds an alternativePatrick Georgi
2010-02-10python is no longer used in abuild.Stefan Reinauer
2010-02-09I took Rob Landley's nice "menuconfig2html.py" script fromStefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-02-04Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer
2010-02-04Add dump support for the Winbond W83877AF (trivial).Uwe Hermann
2010-02-03Guards against errors that are hard to track down:Patrick Georgi
2010-01-31compareboard:Stefan Reinauer
2010-01-31Add detection support for the Winbond W83877AF (trivial).Uwe Hermann
2010-01-30These lines slipped in. Sorry for the inconvenience.Stefan Reinauer
2010-01-30add Kbuild support to abuild and enable it per default;Stefan Reinauer
2010-01-29Add the BSD-licensed getopt tool to crossgcc, to usePatrick Georgi
2010-01-26use stdint types for structures, and don't use pointersStefan Reinauer
2010-01-25More Kconfig changes to improve match with newconfig:Patrick Georgi
2010-01-24Document CONFIG_PCI usage in the README (trivial).Uwe Hermann
2010-01-24Update list of superiotool contributors to r5048 (trivial).Uwe Hermann
2010-01-24Add missing files from the last commit (trivial).Uwe Hermann
2010-01-24Add VIA VT82C686A/VT82C686B detection support to superiotool.Carl-Daniel Hailfinger
2010-01-23Add detection support for the Winbond W83667HG Super I/O.David Bartley
2010-01-23Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G.Anders Juel Jensen
2010-01-19dev->rom_address was dropped a while ago which broke yabel. This patch fixes itStefan Reinauer
2010-01-19drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer
2010-01-17msrtool: Fix typoPaul Menzel
2010-01-17msrtool: Read both MSR values from file in diff modePeter Stuge
2010-01-17msrtool: Add endptr to str2msr() showing how many characters were parsedPeter Stuge
2010-01-16msrtool: More trivial rearrangementPeter Stuge
2010-01-16ectool: Support for dumping EC "index ram"Stefan Reinauer
2010-01-16msrtool: Remove indent by using continue inside for() to avoid an if blockPeter Stuge
2010-01-16Update reference toolchain toStefan Reinauer
2010-01-16nvramtool: Consider a string with non-printable characters a "bad value".Stefan Reinauer
2010-01-15(missing svn add)Nils Jacobs
2010-01-15Support for the AMD Geode GX2 Nils Jacobs
2010-01-13indent all of nvramtool to make it fit into coreboot'sStefan Reinauer
2010-01-08- Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi
2010-01-07Print (empty) instead of nothing at all for emptyMaciej Pijanka
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-12-31romcc:Patrick Georgi
2009-12-23Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-12-21make strcmp happy by including string.h (trivial)Stefan Reinauer
2009-12-21Allow user to specify the size of a newly created cbfs imagePatrick Georgi
2009-12-18CONFIG_K8_MEM_BANK_B_ONLY and CONFIG_PCIE_CONFIGSPACE_HOLE aren't used _anywh...Patrick Georgi
2009-12-18Filter out some more K8/Fam10 specific options on unrelated boards.Patrick Georgi
2009-12-18- speed up board comparison by only building abuild configs, not the wholeStefan Reinauer
2009-12-17Make "KBuild report" a bit happierStefan Reinauer
2009-12-13crossgcc: Fix MPFR download locationPeter Stuge
2009-12-06cbfstool: Fill memory allocated in create_cbfs_file() with 0xffPeter Stuge
2009-12-01Eliminate some noise in the output of compareboard on non-K8/Fam10h boardsPatrick Georgi
2009-11-28msrtool: Fix simple breakage in r4964Peter Stuge
2009-11-28msrtool: Add FreeBSD support using /dev/cpuctl ioctl interfaceAndriy Gapon
2009-11-28msrtool: Make configure more POSIX sh friendlyAndriy Gapon
2009-11-28msrtool: Actually do PREFIX substitution in MakefilePeter Stuge
2009-11-26Remove commented out example MSR definitionsPeter Stuge
2009-11-26Add the following GeodeLX memory controller MSRsNathan Williams
2009-11-25msrtool: Fix Geode LX probe function, Family/Model were swappedPeter Stuge
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-21Add GLCP_SYS_RSTPLL MSR defines for GeodeLXPeter Stuge