Age | Commit message (Expand) | Author |
2009-06-30 | whoops. missed those two.. | Stefan Reinauer |
2009-06-30 | commit svn:externals for last commit (what a pain) (1/2) | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-30 | add new supported chipset | Warren Turkal |
2009-06-28 | This copy of flashrom is old and unmaintained. Delete it to avoid | Patrick Georgi |
2009-06-28 | Impact: fix vmlinux from 2.6.30 | Yinghai Lu |
2009-06-27 | Add dump support for SMSC LPC47N252. | François-Regis Vuillemin |
2009-06-26 | Don't dump 0x07 registers, they're useless as they change every time | Uwe Hermann |
2009-06-26 | This adds register definitions for all logical devices on the SMSC | Michael Gold |
2009-06-26 | Add dump information for F71862FG and F71863FG. | Arjan Koers |
2009-06-25 | Remove the object files for cbfs from target directories and add a | Myles Watson |
2009-06-25 | The problem is that the check to see if we're at the end is never reached. I | Myles Watson |
2009-06-18 | Make sure the address variable is initialized to zero - it is only set when a | Ward Vandewege |
2009-06-12 | Fix typo in Winbond W83977TF register listing. | Ioannis Barkas |
2009-06-08 | This is transition code for cbfs to implement | Ronald G. Minnich |
2009-06-06 | Change the CBFS build process to use coreboot.rom | Patrick Georgi |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-06-02 | More compact format for wiki output at | Uwe Hermann |
2009-06-01 | cbfstool reacts to a too large bootblock file by stopping | Patrick Georgi |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-27 | util/vgabios: build/warning fixes. | Luc Verhaegen |
2009-05-26 | Various fixes to the tree to get coreboot-v2 to build on Solaris | Patrick Georgi |
2009-05-26 | Cosmetic cbfstool update (trivial) | Stefan Reinauer |
2009-05-22 | Make the getpir output look less crappy and add a license | Uwe Hermann |
2009-05-16 | This patch implements a "flash friendly" value for initialized areas of flash. | Ronald G. Minnich |
2009-05-14 | The cbfstool print command should pretty-print the type of components that are | Ward Vandewege |
2009-05-13 | This patch fixes a segfault when a file too large to fit is added to a rom | Ward Vandewege |
2009-05-13 | Add support for human-friendly component string types for the cbfstool add | Ward Vandewege |
2009-05-13 | Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c. | Myles Watsonmylesgw |
2009-05-12 | This fixes a rather silly bug in cbfs with filenames > 16 characters. | Ronald G. Minnich |
2009-05-09 | I would have liked to get an ack, but the error this corrects is pretty | Ronald G. Minnich |
2009-05-08 | Trivial clean up of print usage and parameter checking. | Myles Watson |
2009-05-08 | Add -Werror to help us keep the code clean. | Myles Watson |
2009-05-08 | I have made a very simple mod to cbfstool that is compatible with the | Ronald G. Minnich |
2009-05-07 | Fix my last commit. I looked at the wrong dead laptop. | Uwe Hermann |
2009-05-07 | Support for detecting the SMSC FDC37N869 (trivial). | Uwe Hermann |
2009-05-04 | This patch removes these warnings: | Myles Watson |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-26 | Flashrom is now moved over to its own repository. | Patrick Georgi |
2009-04-26 | Trivial: allow "," in filenames | Patrick Georgi |
2009-04-25 | The flashrom makefile wants to redirect both stdout and stderr to | Stephan Guilloux |
2009-04-25 | The master cbfs record was located at the end of the flash and overwrote | Myles Watson |
2009-04-25 | Enable cbfs payload compression (the "l" flag) if payloads are | Patrick Georgi |
2009-04-24 | MAX may already be defined. Also, fix smaller cosmetics (trivial). | Uwe Hermann |
2009-04-23 | flashrom: Support MX25L3235D | Stephan Guilloux |
2009-04-23 | Add 'install' target for ectool (trivial). | Uwe Hermann |
2009-04-23 | Fix an uninitialized variable. If it didn't end up being zero it sometimes | Myles Watson |
2009-04-23 | This patch cleans up Makefile generation. It removes the | Myles Watson |
2009-04-23 | Don't duplicate option description in README, the manpage already has | Uwe Hermann |
2009-04-22 | Instead of just | Stefan Reinauer |
2009-04-22 | mini fix to reliably compile inteltool on darwin, and on Linux both on x86/x8... | Stefan Reinauer |
2009-04-22 | This patch fixes the parser. '|' has special meaning so [|] is used. | Myles Watson |
2009-04-22 | All "unknown xy SPI chip" entries claim to have status UNTESTED for | Carl-Daniel Hailfinger |
2009-04-22 | Quick 'indent' run on ectool with some additional manual cosmetic fixes. | Uwe Hermann |
2009-04-22 | don't ignore return values (trivial) | Stefan Reinauer |
2009-04-22 | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer |
2009-04-22 | Remove the requirement for payload.sh files to be executable. This | Patrick Georgi |
2009-04-22 | A small utility to dump the RAM of a laptop's Embedded/Environmental | Stefan Reinauer |
2009-04-21 | flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board uses | Carl-Daniel Hailfinger |
2009-04-21 | Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables | Patrick Georgi |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-21 | scan-build prefers -include over --includes=, gcc knows both. | Patrick Georgi |
2009-04-21 | flashrom: Support Macronix MX2512805D flash chip | Stephan Guilloux |
2009-04-21 | flashrom: Trivial indent fix | Stephan Guilloux |
2009-04-20 | After verification in datasheets, all MX25 accept the same opcodes | Stephan Guilloux |
2009-04-20 | This patch adds | Myles Watson |
2009-04-20 | flashrom: board_enables: reconstruct table. | Luc Verhaegen |
2009-04-20 | flashrom: Trivial README change Flashrom->flashrom | Peter Stuge |
2009-04-19 | flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 | Stephan Guilloux |
2009-04-19 | Add MX25L1635D support, as discussed on #coreboot. | Stephan Guilloux |
2009-04-17 | flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC. | Peter Stuge |
2009-04-17 | Add include to config.g | Myles Watson |
2009-04-17 | There are two identical cfgfile rules in config.g. Remove one of them. | Myles Watson |
2009-04-17 | This patch allows you to add lines of the form | Myles Watson |
2009-04-15 | Add -r|--remove option to force abuild to remove the output directory | Uwe Hermann |
2009-04-15 | Some coding style and consistency fixes (trivial). | Uwe Hermann |
2009-04-14 | util/cbfstool/tools/rom-mk*->cbfs-mk* rename | Peter Stuge |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-14 | util: romfs->cbfs rename | Peter Stuge |
2009-04-14 | v2/util: romfs -> cbfs rename | Peter Stuge |
2009-04-13 | Fix typo. Add missing copyright year. | Uwe Hermann |
2009-04-11 | Mention a few more flash chip packages in README/manpage. | Uwe Hermann |
2009-04-10 | move architecture override before cross compiler detection, or the Sandpoint | Stefan Reinauer |
2009-04-10 | Add a note that 'modprobe msr' might be required. | Uwe Hermann |
2009-04-10 | Fix typo. | Uwe Hermann |
2009-04-10 | Various manpage / README fixes: | Uwe Hermann |
2009-04-09 | Fixed the typo should indeed be a 0x2e. | Mondrian nuessle |
2009-04-08 | Only build romfs on those target that have CONFIG_ROMFS enabled. | Stefan Reinauer |
2009-04-04 | Makefile includes were mixed up. | Stefan Reinauer |
2009-04-04 | This fixes a race condition (revealed by my other check-in r4067) in the | Stefan Reinauer |
2009-04-04 | build romtool in mainboard target directory. | Stefan Reinauer |
2009-04-04 | fix cross compilation in abuild for certain scenarios | Stefan Reinauer |
2009-04-04 | fix some warnings by casting safely. (trivial) | Stefan Reinauer |
2009-04-04 | use $(MAKE) instead of hardcoded "make".. (trivial) | Stefan Reinauer |
2009-04-04 | Fix the concurrency issue of building romtool. | Patrick Georgi |
2009-04-03 | I thought that romfs infrastructure is done now, but there were some | Patrick Georgi |
2009-04-03 | This patch implements --include=file.h for romcc. | Stefan Reinauer |
2009-04-03 | the attached patch is the last infrastructure change necessary for | Patrick Georgi |