1. 5d1f418 Remove duplicated [file] from usage help by Carl-Daniel Hailfinger · 15 years ago
  2. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago
  3. a2d0501 Various wiki output changes by Uwe Hermann · 15 years ago
  4. 49eb4dd Kill obsolete exclude range feature by Carl-Daniel Hailfinger · 15 years ago
  5. 20a293f Allow to print an auto-generated hardware support list in MediaWiki markup by Uwe Hermann · 15 years ago
  6. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  7. 4e58790 List the size (in KB) and type of supported flash chips in 'flashrom -L' by Uwe Hermann · 15 years ago
  8. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
  9. cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
  10. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  11. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  12. 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
  13. 01d6aba Flashrom does not honor argument ordering for operations by Carl-Daniel Hailfinger · 15 years ago
  14. d51410c Tell the user about the beginning and end of the write operation by Paul Fox · 15 years ago
  15. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  16. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  17. 21dd55b Use read_flash() when flash chip probe is forced by Stephan Guilloux · 15 years ago
  18. 5a8b244 Add a missing free() in read_flash() by Stephan Guilloux · 15 years ago
  19. b22918c Only probe for chips with compatible bus protocols by Carl-Daniel Hailfinger · 15 years ago
  20. 3504b53 Add bus type support to the dummy external programmer by Carl-Daniel Hailfinger · 15 years ago
  21. b8afecd Add IT87xx SPI as external flasher option by Carl-Daniel Hailfinger · 15 years ago
  22. e8ba538 A bunch of output beautifications and improvements, as well as doc fixes by Uwe Hermann · 15 years ago
  23. a972040 Improve flashrom test report text a bit by Uwe Hermann · 15 years ago
  24. c7e8a0c Documentation improvements and small code/whitespace fixes by Uwe Hermann · 15 years ago
  25. c691593 Factor out fallback_map/unmap, most external programmers don't need and special handling here by Uwe Hermann · 15 years ago
  26. eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
  27. 68720c7 This patch adds support for BIOS flashing on the all SiliconImage SATA controllers by Rudolf Marek · 15 years ago
  28. 05fab75 List all boards which are by Uwe Hermann · 15 years ago
  29. 09e04f7 Eliminate all 'inline's from the flashrom code by Uwe Hermann · 15 years ago
  30. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  31. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  32. 9ee1077 Add generic 16 bit and 32 bit chip read/write emulation to the external flasher infrastructure by Carl-Daniel Hailfinger · 15 years ago
  33. 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 15 years ago
  34. 0cdb031 nic3com: allow selection of a particular PCI device to use as programmer by Christian Ruppert · 15 years ago
  35. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  36. 1e334e6 Print dummy programmer messages only if verbose mode is selected by Carl-Daniel Hailfinger · 15 years ago
  37. 1455b2b Abstract mapping/unmapping of flash regions by Carl-Daniel Hailfinger · 15 years ago
  38. d0fc946 Handle (un)locking of SST FWH chips by Carl-Daniel Hailfinger · 15 years ago
  39. 8b4f8e0 Kill one superfluous variable and improve code readability by Carl-Daniel Hailfinger · 15 years ago
  40. 97d6b09 Fix Elan SC520 handling by Carl-Daniel Hailfinger · 15 years ago
  41. c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 15 years ago
  42. ce98677 Add --programmer to help text and man page by Carl-Daniel Hailfinger · 15 years ago
  43. 702218d Add external flasher support by Carl-Daniel Hailfinger · 15 years ago
  44. f160a12 Re-add a line which got deleted in r473 by accident by Carl-Daniel Hailfinger · 15 years ago
  45. 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 15 years ago
  46. 259fa01 Always print the flashrom version as first output line by Carl-Daniel Hailfinger · 15 years ago
  47. 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 15 years ago
  48. 9abf529 Allow compilation on Solaris by Carl-Daniel Hailfinger · 15 years ago
  49. 5de9341 Since the command line interface for flashrom will change for 1.0 by Carl-Daniel Hailfinger · 15 years ago
  50. 60622e2 Handle DragonFly BSD definitions in flash.h by Patrick Georgi · 15 years ago
  51. ad216bf MAX may already be defined by Uwe Hermann · 15 years ago
  52. 816139e Fix broken flash chip base address logic by Peter Stuge · 16 years ago
  53. 7314cc3 Factor out read and erase functions from flashrom main() by Carl-Daniel Hailfinger · 16 years ago
  54. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  55. 776d202 Change flashrom.c:map_flash_registers() from int to void by Peter Stuge · 16 years ago
  56. 9371dc3 Fix stupid off-by-one error in erase verification by Peter Stuge · 16 years ago
  57. ccf8c6c Check all mmap() calls and print helpful Linux error message by Peter Stuge · 16 years ago
  58. 72c9668 Provide some hints for the user in case /dev/mem mmap fails by Peter Stuge · 16 years ago
  59. f9ad0bb Always print address when verification fails, not only with -V by Peter Stuge · 16 years ago
  60. 1fec0f3 Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  61. f0ef27b Display test status in -L chip listing by Peter Stuge · 16 years ago
  62. 2fcc0b5 Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
  63. f0c811d Check if erase succeeds and exit with error on failure by Peter Stuge · 16 years ago
  64. 7ccce54 Gcc thinks base could be used uninitialized, so shut it up by Peter Stuge · 16 years ago
  65. 73bdb92 Fix bug in r3790 by Peter Stuge · 16 years ago
  66. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  67. 6a0a25c Do not indicate known-bad functions as untested by Carl-Daniel Hailfinger · 16 years ago
  68. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  69. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  70. 23dc1df Check that a filename was specified also when using force read by Peter Stuge · 16 years ago
  71. 483b8f0 Only find "unknown .. SPI chip" if no other chip was found by Peter Stuge · 16 years ago
  72. 0d29b60 Fix error -EINVAL on mmap() by Segher Boessenkool · 16 years ago
  73. 566ce1b Update copyright year by Stefan Reinauer · 16 years ago
  74. 27c3e2d Probe_flash() cleanup for better code readability by Peter Stuge · 16 years ago
  75. a0a7919 Use symbolic constants for PCI subsystem probing by Carl-Daniel Hailfinger · 16 years ago
  76. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  77. cb5c211 Show expected and read byte on verify failure by Peter Stuge · 16 years ago
  78. 7ffbc6f Force read unknown flash chips by Peter Stuge · 16 years ago
  79. 793bdcd A bunch of cosmetic improvements by Uwe Hermann · 16 years ago
  80. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  81. 6dc1d3b Add more infrastructure for flashrom ICH9 support by Carl-Daniel Hailfinger · 16 years ago
  82. 2fd11d6 Probe for up to 3 flash chips by Claus Gindhart · 16 years ago
  83. 1159d58 Add a tested bitmap field to the flash chip table by Peter Stuge · 16 years ago
  84. f31104c Handle NULL probe, erase and write function pointers in the flashchips table by Peter Stuge · 16 years ago
  85. ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 17 years ago
  86. 72123a5 Remove nasty warning that happened due to our vendor detection by Stefan Reinauer · 17 years ago
  87. 7615868 Re-add code erroneously removed in r3140 by Uwe Hermann · 17 years ago
  88. e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 17 years ago
  89. eac1016 Also print the chip vendor name in --list-supported output by Uwe Hermann · 17 years ago
  90. e5ac164 Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards by Uwe Hermann · 17 years ago
  91. 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
  92. d7b5bf3 Flashrom did not use the read function for verifying, it used direct memory access instead by Carl-Daniel Hailfinger · 17 years ago
  93. 201bde3 This patch adds version information by Bernhard Walle · 17 years ago
  94. e3f3e2e Rename LinuxBIOS to coreboot by Stefan Reinauer · 17 years ago
  95. a3f8a64 This patch removes '\n' from the help output since this looks a bit strange by Bernhard Walle · 17 years ago
  96. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  97. 144ede6 Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
  98. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  99. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  100. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago