- a972040 Improve flashrom test report text a bit by Uwe Hermann · 15 years ago
- c7e8a0c Documentation improvements and small code/whitespace fixes by Uwe Hermann · 15 years ago
- c691593 Factor out fallback_map/unmap, most external programmers don't need and special handling here by Uwe Hermann · 15 years ago
- eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
- 68720c7 This patch adds support for BIOS flashing on the all SiliconImage SATA controllers by Rudolf Marek · 15 years ago
- 05fab75 List all boards which are by Uwe Hermann · 15 years ago
- 09e04f7 Eliminate all 'inline's from the flashrom code by Uwe Hermann · 15 years ago
- 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
- 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
- 9ee1077 Add generic 16 bit and 32 bit chip read/write emulation to the external flasher infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 16 years ago
- 0cdb031 nic3com: allow selection of a particular PCI device to use as programmer by Christian Ruppert · 16 years ago
- b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 16 years ago
- 1e334e6 Print dummy programmer messages only if verbose mode is selected by Carl-Daniel Hailfinger · 16 years ago
- 1455b2b Abstract mapping/unmapping of flash regions by Carl-Daniel Hailfinger · 16 years ago
- d0fc946 Handle (un)locking of SST FWH chips by Carl-Daniel Hailfinger · 16 years ago
- 8b4f8e0 Kill one superfluous variable and improve code readability by Carl-Daniel Hailfinger · 16 years ago
- 97d6b09 Fix Elan SC520 handling by Carl-Daniel Hailfinger · 16 years ago
- c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 16 years ago
- ce98677 Add --programmer to help text and man page by Carl-Daniel Hailfinger · 16 years ago
- 702218d Add external flasher support by Carl-Daniel Hailfinger · 16 years ago
- f160a12 Re-add a line which got deleted in r473 by accident by Carl-Daniel Hailfinger · 16 years ago
- 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 16 years ago
- 259fa01 Always print the flashrom version as first output line by Carl-Daniel Hailfinger · 16 years ago
- 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 16 years ago
- 9abf529 Allow compilation on Solaris by Carl-Daniel Hailfinger · 16 years ago
- 5de9341 Since the command line interface for flashrom will change for 1.0 by Carl-Daniel Hailfinger · 16 years ago
- 60622e2 Handle DragonFly BSD definitions in flash.h by Patrick Georgi · 16 years ago
- ad216bf MAX may already be defined by Uwe Hermann · 16 years ago
- 816139e Fix broken flash chip base address logic by Peter Stuge · 16 years ago
- 7314cc3 Factor out read and erase functions from flashrom main() by Carl-Daniel Hailfinger · 16 years ago
- 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
- 776d202 Change flashrom.c:map_flash_registers() from int to void by Peter Stuge · 16 years ago
- 9371dc3 Fix stupid off-by-one error in erase verification by Peter Stuge · 16 years ago
- ccf8c6c Check all mmap() calls and print helpful Linux error message by Peter Stuge · 16 years ago
- 72c9668 Provide some hints for the user in case /dev/mem mmap fails by Peter Stuge · 16 years ago
- f9ad0bb Always print address when verification fails, not only with -V by Peter Stuge · 16 years ago
- 1fec0f3 Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
- f0ef27b Display test status in -L chip listing by Peter Stuge · 16 years ago
- 2fcc0b5 Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
- f0c811d Check if erase succeeds and exit with error on failure by Peter Stuge · 16 years ago
- 7ccce54 Gcc thinks base could be used uninitialized, so shut it up by Peter Stuge · 16 years ago
- 73bdb92 Fix bug in r3790 by Peter Stuge · 16 years ago
- 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
- 6a0a25c Do not indicate known-bad functions as untested by Carl-Daniel Hailfinger · 16 years ago
- a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
- 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
- 23dc1df Check that a filename was specified also when using force read by Peter Stuge · 16 years ago
- 483b8f0 Only find "unknown .. SPI chip" if no other chip was found by Peter Stuge · 16 years ago
- 0d29b60 Fix error -EINVAL on mmap() by Segher Boessenkool · 16 years ago
- 566ce1b Update copyright year by Stefan Reinauer · 16 years ago
- 27c3e2d Probe_flash() cleanup for better code readability by Peter Stuge · 16 years ago
- a0a7919 Use symbolic constants for PCI subsystem probing by Carl-Daniel Hailfinger · 16 years ago
- a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
- cb5c211 Show expected and read byte on verify failure by Peter Stuge · 16 years ago
- 7ffbc6f Force read unknown flash chips by Peter Stuge · 16 years ago
- 793bdcd A bunch of cosmetic improvements by Uwe Hermann · 16 years ago
- 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
- 6dc1d3b Add more infrastructure for flashrom ICH9 support by Carl-Daniel Hailfinger · 17 years ago
- 2fd11d6 Probe for up to 3 flash chips by Claus Gindhart · 17 years ago
- 1159d58 Add a tested bitmap field to the flash chip table by Peter Stuge · 17 years ago
- f31104c Handle NULL probe, erase and write function pointers in the flashchips table by Peter Stuge · 17 years ago
- ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 17 years ago
- 72123a5 Remove nasty warning that happened due to our vendor detection by Stefan Reinauer · 17 years ago
- 7615868 Re-add code erroneously removed in r3140 by Uwe Hermann · 17 years ago
- e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 17 years ago
- eac1016 Also print the chip vendor name in --list-supported output by Uwe Hermann · 17 years ago
- e5ac164 Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards by Uwe Hermann · 17 years ago
- 6b53fed Make the vendor name optional in the -m flashrom parameter when there's only one board name that matches by Peter Stuge · 17 years ago
- d7b5bf3 Flashrom did not use the read function for verifying, it used direct memory access instead by Carl-Daniel Hailfinger · 17 years ago
- 201bde3 This patch adds version information by Bernhard Walle · 17 years ago
- e3f3e2e Rename LinuxBIOS to coreboot by Stefan Reinauer · 17 years ago
- a3f8a64 This patch removes '\n' from the help output since this looks a bit strange by Bernhard Walle · 17 years ago
- a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
- 144ede6 Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
- d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
- d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
- ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
- 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
- a880885 Minor cosmetics by Uwe Hermann · 17 years ago
- ff4f197 Factor out register mapping code by Stefan Reinauer · 17 years ago
- 7c1402f Unify mmap error messages by Stefan Reinauer · 17 years ago
- ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
- a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 18 years ago
- 0a05d67 Exit on return code of read_layout and print error message to stderr instead of stdout by Stefan Reinauer · 18 years ago
- 9a37ba6 Rename flash_rom.c.c by Uwe Hermann · 18 years ago[Renamed (99%) from flash_rom.c]
- 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 18 years ago
- 8e3a600 Split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 18 years ago
- df8a3c8 This is a trivial cosmetic fix by Stefan Reinauer · 18 years ago
- 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
- 018aca8 Only write the flash if the image has the same size by Stefan Reinauer · 18 years ago
- d1915c1 Tiny patch to show the size of the detected flash part by Uwe Hermann · 18 years ago
- f8337dd Some documentation updates by Uwe and some smaller ones by me by Stefan Reinauer · 18 years ago
- fcb6368 Multiple unrelated changes by Stefan Reinauer · 19 years ago
- 143da0b Pass on return values by Stefan Reinauer · 19 years ago
- e370528 Multiple unrelated changes by Stefan Reinauer · 19 years ago
- 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
- a1439cf Add dedicated chip erase function for SST49LF040 by Ollie Lho · 20 years ago
- efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 20 years ago
- 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 20 years ago