aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2009-11-17Initialize memory before using it. put_bits wants it that way.Patrick Georgi
2009-11-16msrtool: Add comment with DirectIO URL to the code where it is used.Peter Stuge
2009-11-12Cosmetics (trivial).Uwe Hermann
2009-11-12Print size of file on cbfs_add_file failure. The size of the file afterMyles Watson
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-12Trivial debug print format string fix for romcc.Myles Watson
2009-11-11Rework bootblock size handling:Patrick Georgi
2009-11-09Add detection and dump support for the Winbond WPCD376I.Sean Young
2009-11-09Add a "locate" function cbfstool, which helps you findPatrick Georgi
2009-11-05biosemu (non-yabel) cleanupStefan Reinauer
2009-11-05fix QemuStefan Reinauer
2009-11-05Get the passed in Bus/Device/Function from the correct location on theMark Marshall
2009-11-05Use more care when implementing the PCI BIOS functions.Mark Marshall
2009-11-03x86emu: Add support for the following opcodes:Stefan Reinauer
2009-11-02Add 82Q35/P35/Q33/G33/G31/P31 support to inteltool.Loïc Grenié
2009-10-31Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson
2009-10-30ADLO has long been replaced by SeaBIOS, and it's also in v1 if someone needsStefan Reinauer
2009-10-28Add an initial version of some tools to compare (extended) K8 memory settings.Ward Vandewege
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann
2009-10-25Option ROM init x86/x86emu updateStefan Reinauer
2009-10-24add CPP to xcompile in case we need it (trivial)Stefan Reinauer
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-16Drop duplicate version of the documentation/cbfs.txt file as discussed.Uwe Hermann
2009-10-16this is probably in vain because this tool should use the same x86emu asStefan Reinauer
2009-10-12Add the compareboard utility which is useful for portingPatrick Georgi
2009-10-05fix building on Linux again, working around crude runtime OS detection.Stefan Reinauer
2009-10-04This removes the uses of the buildrom utility and the coreboot.stripPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-30Compress stage if CONFIG_COMPRESS is activated, instead ofPatrick Georgi
2009-09-30Hm, quickfix to prevent the following crash, no idea yet what happens:Uwe Hermann