Update equivalent processor revision ID to load latest microcode patches and
[coreboot.git] / util /
2009-05-14 Ward VandewegeThe cbfstool print command should pretty-print the...
2009-05-13 Ward VandewegeThis patch fixes a segfault when a file too large to...
2009-05-13 Ward VandewegeAdd support for human-friendly component string types...
2009-05-13 Myles WatsonmylesgwRemove a shadowed variable and an unnecessary local...
2009-05-12 Ronald G. MinnichThis fixes a rather silly bug in cbfs with filenames...
2009-05-09 Ronald G. MinnichI would have liked to get an ack, but the error this...
2009-05-08 Myles WatsonTrivial clean up of print usage and parameter checking.
2009-05-08 Myles WatsonAdd -Werror to help us keep the code clean.
2009-05-08 Ronald G. MinnichI have made a very simple mod to cbfstool that is compa...
2009-05-07 Uwe HermannFix my last commit. I looked at the wrong dead laptop.
2009-05-07 Uwe HermannSupport for detecting the SMSC FDC37N869 (trivial).
2009-05-04 Myles WatsonThis patch removes these warnings:
2009-05-02 Stefan ReinauerRun dos2unix on all files:
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-26 Patrick GeorgiFlashrom is now moved over to its own repository.
2009-04-26 Patrick GeorgiTrivial: allow "," in filenames
2009-04-25 Stephan GuillouxThe flashrom makefile wants to redirect both stdout...
2009-04-25 Myles WatsonThe master cbfs record was located at the end of the...
2009-04-25 Patrick GeorgiEnable cbfs payload compression (the "l" flag) if paylo...
2009-04-24 Uwe HermannMAX may already be defined. Also, fix smaller cosmetics...
2009-04-23 Stephan Guillouxflashrom: Support MX25L3235D
2009-04-23 Uwe HermannAdd 'install' target for ectool (trivial).
2009-04-23 Myles WatsonFix an uninitialized variable. If it didn't end up...
2009-04-23 Myles WatsonThis patch cleans up Makefile generation. It removes the
2009-04-23 Uwe HermannDon't duplicate option description in README, the manpa...
2009-04-22 Stefan ReinauerInstead of just
2009-04-22 Stefan Reinauermini fix to reliably compile inteltool on darwin, and...
2009-04-22 Myles WatsonThis patch fixes the parser. '|' has special meaning...
2009-04-22 Carl-Daniel HailfingerAll "unknown xy SPI chip" entries claim to have status...
2009-04-22 Uwe HermannQuick 'indent' run on ectool with some additional manua...
2009-04-22 Stefan Reinauerdon't ignore return values (trivial)
2009-04-22 Stefan Reinauer* Allow coreboot to use the full 256 bytes of CMOS...
2009-04-22 Patrick GeorgiRemove the requirement for payload.sh files to be execu...
2009-04-22 Stefan ReinauerA small utility to dump the RAM of a laptop's Embedded...
2009-04-21 Carl-Daniel Hailfingerflashrom: Add support for Gigabyte GA-MA790FX-DQ6....
2009-04-21 Patrick GeorgiAdd an "-l <num>" argument to abuild that sets the...
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2009-04-21 Patrick Georgiscan-build prefers -include over --includes=, gcc knows...
2009-04-21 Stephan Guillouxflashrom: Support Macronix MX2512805D flash chip
2009-04-21 Stephan Guillouxflashrom: Trivial indent fix
2009-04-20 Stephan GuillouxAfter verification in datasheets, all MX25 accept the...
2009-04-20 Myles WatsonThis patch adds
2009-04-20 Luc Verhaegenflashrom: board_enables: reconstruct table.
2009-04-20 Peter Stugeflashrom: Trivial README change Flashrom->flashrom
2009-04-19 Stephan Guillouxflashrom: MX25L1605 and 1635 accept Chip Erase opcodes...
2009-04-19 Stephan GuillouxAdd MX25L1635D support, as discussed on #coreboot.
2009-04-17 Peter Stugeflashrom: Add VIA PC3500G board. It has SPI flash behin...
2009-04-17 Myles WatsonAdd include to config.g
2009-04-17 Myles WatsonThere are two identical cfgfile rules in config.g....
2009-04-17 Myles WatsonThis patch allows you to add lines of the form
2009-04-15 Uwe HermannAdd -r|--remove option to force abuild to remove the...
2009-04-15 Uwe HermannSome coding style and consistency fixes (trivial).
2009-04-14 Peter Stugeutil/cbfstool/tools/rom-mk*->cbfs-mk* rename
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-14 Peter Stugeutil: romfs->cbfs rename
2009-04-14 Peter Stugev2/util: romfs -> cbfs rename
2009-04-13 Uwe HermannFix typo. Add missing copyright year.
2009-04-11 Uwe HermannMention a few more flash chip packages in README/manpage.
2009-04-10 Stefan Reinauermove architecture override before cross compiler detect...
2009-04-10 Uwe HermannAdd a note that 'modprobe msr' might be required.
2009-04-10 Uwe HermannFix typo.
2009-04-10 Uwe HermannVarious manpage / README fixes:
2009-04-09 Mondrian nuessleFixed the typo should indeed be a 0x2e.
2009-04-08 Stefan ReinauerOnly build romfs on those target that have CONFIG_ROMFS...
2009-04-04 Stefan ReinauerMakefile includes were mixed up.
2009-04-04 Stefan ReinauerThis fixes a race condition (revealed by my other check...
2009-04-04 Stefan Reinauerbuild romtool in mainboard target directory.
2009-04-04 Stefan Reinauerfix cross compilation in abuild for certain scenarios
2009-04-04 Stefan Reinauerfix some warnings by casting safely. (trivial)
2009-04-04 Stefan Reinaueruse $(MAKE) instead of hardcoded "make".. (trivial)
2009-04-04 Patrick GeorgiFix the concurrency issue of building romtool.
2009-04-03 Patrick GeorgiI thought that romfs infrastructure is done now, but...
2009-04-03 Stefan ReinauerThis patch implements --include=file.h for romcc.
2009-04-03 Patrick Georgithe attached patch is the last infrastructure change...
2009-04-02 Ronald HoogenboomRonald Hoogenboom writes:
2009-03-31 Ronald G. MinnichThis patch adds Jordan's romtool support for v2.
2009-03-30 Mondrian Nuessleflashrom: Board enable support for HP DL145 G3.
2009-03-25 Uwe Hermann- List SMSC LPC47N227 runtime register block as supported.
2009-03-23 Peter Stugemsrtool: If an MSR name lookup fails in msraddrbyname...
2009-03-19 Carl-Daniel HailfingerMove the Atmel AT45 comments about block and page sizes...
2009-03-17 Stefan ReinauerAdd support for high coreboot table to mkelfimage
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-15 Stefan Reinauerabuild: Don't forget CROSS_COMPILE anymore.
2009-03-14 Stefan Reinauertrivial patch for abuild: allow powerpc-elf-gcc, too.
2009-03-13 Stefan Reinauerthis commit should fix Ticket #122 (proper log files...
2009-03-11 Patrick Georgi20090310-3-scanbuild:
2009-03-11 Stefan Reinauerabuild:
2009-03-11 Stefan ReinauerAdd support for the LPC47M182 to superiotool
2009-03-08 Marc JonesAdd some basic K8 MSRs.
2009-03-06 Carl-Daniel HailfingerFreeBSD definitions of (read|write)[bwl] collide with...
2009-03-06 Carl-Daniel HailfingerDuring the conversion of flash chip accesses to helper...
2009-03-05 Carl-Daniel Hailfingerflashrom: Use helper functions to access flash chips.
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-28 Stefan ReinauerThis is a small fix for the last checkin (does not...
2009-02-28 Stefan ReinauerWith this patch the v2 build system will create a direc...
2009-02-25 Zheng Baoflashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ
2009-02-22 Peter Stugeflashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE
2009-02-18 Carl-Daniel HailfingerCarl-Daniel's part:
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
next