aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2009-09-30Add initial inteltool support for Intel 440BX/440LX and 82371AB/EB/MB.Maciej Pijanka
2009-09-30Fix endless loop when trying to add a too large file to CBFS,Patrick Georgi
2009-09-29Make the error messages somewhat less incomprehensible. I forget Ronald G. Minnich
2009-09-26This adds a simple script to build a default toolchain for corebootStefan Reinauer
2009-09-26This patch changes following in getpir application.Mohamed Mansoor
2009-09-25check for ELF payloads in cbfstoolCristi Magherusan
2009-09-24Add detection support for the SMSC FDC37M602.Uwe Hermann
2009-09-24Trivial fix for kbuildall: initialize "i", not CURRENTARGET [sic]Patrick Georgi
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-09-23fix some wrong occurences of the FSF's address (trivial)Stefan Reinauer
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-22This separates the code for each command in cbfstool. For the good and for theStefan Reinauer
2009-09-22* guard all mallocs in cbfstoolStefan Reinauer
2009-09-22.. make abuild Kconfig proof for the time being.Stefan Reinauer
2009-09-22back out some overzealous renames Stefan Reinauer
2009-09-17There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich
2009-09-16kbuildall is a utility that generates default configs for allPatrick Georgi
2009-09-16Build cbfstool with debug flags and don't strip the executablePatrick Georgi
2009-09-15More error checking when trying to open files inPatrick Georgi
2009-09-14In the mainboard selection, the selected mainboard is printed twice inPatrick Georgi
2009-09-14Build cbfstool with native data size. Trivial change.Patrick Georgi
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi
2009-09-10fix compilation issues for pirq checker tool (trivial)Stefan Reinauer
2009-09-01port msrtool to darwin.Stefan Reinauer
2009-09-01* Add OSX/Darwin supportStefan Reinauer
2009-09-01nvramtool:Stefan Reinauer
2009-09-01Clean up Mac OS X support of inteltoolStefan Reinauer
2009-08-29add i810 and ich0Stefan Reinauer
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-27For Carl-Daniel: make x86emu silent again.Stefan Reinauer
2009-08-27Another trivial patch to fix up the x86emu cleanup.Patrick Georgi
2009-08-27coreboot was still using an old set (obsolete since yabel) of x86emu includesStefan Reinauer
2009-08-25Correct typos /subdir/subdirs/ in documentation and util/x86emu/Makefile.inc.Myles Watson
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Improve build output.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-08-17Move CBFS header to a safer place.Thomas Jourdan
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-08-11Don't pull in x86emu from a foreign directory anymore. ThisStefan Reinauer
2009-07-26drop dead nested assignment (trivial)Stefan Reinauer
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-21- Remove superfluous / from pathStefan Reinauer
2009-07-18strdup the input of dirname, as dirname is freePatrick Georgi
2009-07-12Superiotool: Add IT8703F support.Luc Verhaegen
2009-07-10msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs.Peter Stuge
2009-07-01let abuild autodetect the coreboot path a bit better. So in the top level ofStefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30whoops. missed those two..Stefan Reinauer
2009-06-30commit svn:externals for last commit (what a pain) (1/2)Stefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-30add new supported chipsetWarren Turkal
2009-06-28This copy of flashrom is old and unmaintained. Delete it to avoidPatrick Georgi
2009-06-28Impact: fix vmlinux from 2.6.30Yinghai Lu
2009-06-27Add dump support for SMSC LPC47N252.François-Regis Vuillemin
2009-06-26Don't dump 0x07 registers, they're useless as they change every timeUwe Hermann
2009-06-26This adds register definitions for all logical devices on the SMSCMichael Gold