1. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  2. 5b2f52f Fix SPI multicommand endless loop in default_spi_send_multicommand by Carl-Daniel Hailfinger · 15 years ago
  3. 22ea8cd The project's new home is flashrom.org now by Stefan Reinauer · 15 years ago
  4. bc25f94 Boards with coreboot have a cbtable containing vendor and board name by Carl-Daniel Hailfinger · 15 years ago
  5. 350a0c3 Add IDs for 51 new flash chips by Carl-Daniel Hailfinger · 15 years ago
  6. 0a3e5ae If writing failed, verifying is pointless by Carl-Daniel Hailfinger · 15 years ago
  7. 21eedec Improve flashchip comments to be more readable and precise by Carl-Daniel Hailfinger · 15 years ago
  8. da65432 Fix erase for SST49LF020A by Carl-Daniel Hailfinger · 15 years ago
  9. 49b9cab Continue erase/write verification after the first error by Carl-Daniel Hailfinger · 15 years ago
  10. 32961be Add support for ST M25P05/M25P10 chips that only respond to RES and not RDID by Carl-Daniel Hailfinger · 15 years ago
  11. f8555e2 This is a workaround for a bug in SB600 and SB700 by Carl-Daniel Hailfinger · 15 years ago
  12. 414bd32 Verbose probe output is split across multiple lines for some probe functions by Carl-Daniel Hailfinger · 15 years ago
  13. a80cfbc Eliminate version string duplication by Carl-Daniel Hailfinger · 15 years ago
  14. fcbdbbc Convert SPI write status register to multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  15. 02487aa Replace most of the switch cases in the spi code with lookup on a struct instead by Carl-Daniel Hailfinger · 15 years ago
  16. f3196df Support for an external serial flasher protocol by Urja Rannikko · 15 years ago
  17. 1179377 Board enable for Aopen VKM400 AM-S by Luc Verhaegen · 15 years ago
  18. 322f305 Reset SST49LF016C after erase to exit the read status register mode by Carl-Daniel Hailfinger · 15 years ago
  19. 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
  20. 78e4e12 Board enable for Asus A7V8X by Luc Verhaegen · 15 years ago
  21. 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  22. 39fa9b5 Convert SPI block erase to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  23. 9d68080 Fix incorrect manpage by Uwe Hermann · 15 years ago
  24. a721ae2 Add Winbond W25X16 by Hector Martin · 15 years ago
  25. 60d7118 Convert SPI chip erase to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  26. bb297f7 Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode by Carl-Daniel Hailfinger · 15 years ago
  27. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  28. 8ef7dce Change tarball compression from gzip to bzip2 by Carl-Daniel Hailfinger · 15 years ago
  29. 8bfb59c W39V040B: Flag Erase/Write as bad by Luc Verhaegen · 15 years ago
  30. 2f1d0a5 Board enable for Abit IP35 by Luc Verhaegen · 15 years ago
  31. ef016f5 Add more URLs and board notes, fix a typo by Uwe Hermann · 15 years ago
  32. e19e86d Some flashrom printing changes by Uwe Hermann · 15 years ago
  33. 04d5dc4 Mark the following boards as working by Uwe Hermann · 15 years ago
  34. feea272 ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs by Carl-Daniel Hailfinger · 15 years ago
  35. 9cb867b Add changelog for make export and make tarball by Carl-Daniel Hailfinger · 15 years ago
  36. 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
  37. 9899cad Print the bus type(s) of both chipset and chip in the flashrom output by Uwe Hermann · 15 years ago
  38. 038a312 Fix all NONSPI bustypes in flashchips.c by Urja Rannikko · 15 years ago
  39. 34cc6cc Handle programmer init errors and abort by Carl-Daniel Hailfinger · 15 years ago
  40. 0c854c0 Change chip_readb in loop to use verify_range in write_page_write_jedec (jedec.c) by Urja Rannikko · 15 years ago
  41. ea07f62 Always verify write operations automatically by Uwe Hermann · 15 years ago
  42. 3431bb7 Check result of all SPI erase functions by Carl-Daniel Hailfinger · 15 years ago
  43. 2329066 Use correct abstraction for verify_range() by Carl-Daniel Hailfinger · 15 years ago
  44. 5d1f418 Remove duplicated [file] from usage help by Carl-Daniel Hailfinger · 15 years ago
  45. dd2e14c Mark the following boards as working OK by Uwe Hermann · 15 years ago
  46. bdb63dc The makefile rules for %.o and flashrom.o are identical by Carl-Daniel Hailfinger · 15 years ago
  47. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago
  48. 6d08a3e There are some non-C99 compilers out there used to compile flashrom by Stephan Guilloux · 15 years ago
  49. 2c7ba8c SB600 SPI: Kill unused variable by Carl-Daniel Hailfinger · 15 years ago
  50. 452b3e3 Mark MX25L6405 as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  51. b07eac9 Mark the SST49LF003A as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  52. 5190ec1 Mark ST M25P80 as completely supported by Carl-Daniel Hailfinger · 15 years ago
  53. faaa2b2 Eon EN25F40: Probe is tested by Carl-Daniel Hailfinger · 15 years ago
  54. bca6aa1 Note how the GIGABYTE GA-7ZM can be flashed by Uwe Hermann · 15 years ago
  55. 5ab8889 Add board-enable for Elitegroup K7VTA3 by Uwe Hermann · 15 years ago
  56. 265e755 Add board-enable code for the Shuttle AK38N by Uwe Hermann · 15 years ago
  57. a2d0501 Various wiki output changes by Uwe Hermann · 15 years ago
  58. 0b0cc16 Random bunch of wiki output and board status changes by Uwe Hermann · 15 years ago
  59. a8b3727 Add support for the AMD Am29F010A/B chips by Uwe Hermann · 15 years ago
  60. 95b67f7 Mark VIA EPIA-EX15000 and VIA EPIA-NX15000 as working by Uwe Hermann · 15 years ago
  61. b18ecbc Prevent spurious runs of make features introduced by the FT2232 patch by Carl-Daniel Hailfinger · 15 years ago
  62. 2eeff4e Board enable for EPIA-N(L) by Jon Harrison · 15 years ago
  63. 6d52e47 Board enable for Mitac 6513WU (Compaq OEM) by Michael Gold · 15 years ago
  64. 49eb4dd Kill obsolete exclude range feature by Carl-Daniel Hailfinger · 15 years ago
  65. 20a293f Allow to print an auto-generated hardware support list in MediaWiki markup by Uwe Hermann · 15 years ago
  66. d0c2ed9 Kill dead code which has been disabled since the very first commit of flashrom by Carl-Daniel Hailfinger · 15 years ago
  67. 24bd1bd Some more board status updates by Uwe Hermann · 15 years ago
  68. e1aa75e Also print the supported/nonsupported laptops in -L output by Uwe Hermann · 15 years ago
  69. e6abef0 Chipset enable for VIA VT8233 by Mateusz Murawski · 15 years ago
  70. 3920eda Board enable for Soyo SY-7VCA by Luc Verhaegen · 15 years ago
  71. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  72. d168057 Use spi_nbyte_program in ichspi.c by Carl-Daniel Hailfinger · 15 years ago
  73. 4e58790 List the size (in KB) and type of supported flash chips in 'flashrom -L' by Uwe Hermann · 15 years ago
  74. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
  75. 4cb7a96 Check for a working C compiler by Carl-Daniel Hailfinger · 15 years ago
  76. cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
  77. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  78. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  79. 3b0d664 Fix typo in Makefile by Uwe Hermann · 15 years ago
  80. a0a6ae9 Add or refine support for a number of EON flash chips by Carl-Daniel Hailfinger · 15 years ago
  81. 8dfea83 The VIA VX800 chipset works with the VT8237S code after adding an entry for the VX800 PCI ID by Arjan Koers · 15 years ago
  82. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  83. 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
  84. 8b2f46b Add bus type and timing info for some flash chips by Mateusz Murawski · 15 years ago
  85. a23041c This patch introduces two new targets which are designed to make the life of packagers easier by Carl-Daniel Hailfinger · 15 years ago
  86. f78cff1 Add missing GPL headers to two files by Uwe Hermann · 15 years ago
  87. 01d6aba Flashrom does not honor argument ordering for operations by Carl-Daniel Hailfinger · 15 years ago
  88. e33890d Add #defines for some flash chips by Mateusz Murawski · 15 years ago
  89. eb3acef Add spi_nbyte_program as generic function to the SPI layer by Paul Fox · 15 years ago
  90. d51410c Tell the user about the beginning and end of the write operation by Paul Fox · 15 years ago
  91. b0d0f63 Add board enable for Albatron PM266A boards by Luc Verhaegen · 15 years ago
  92. 80243c9 Add all Eon EN25* SPI chips by Carl-Daniel Hailfinger · 15 years ago
  93. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  94. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  95. 945d26a Fix a bug in dummyflasher.c special case where no type parameter is given by Carl-Daniel Hailfinger · 15 years ago
  96. 2bc020b Add probe timings forgotten in r569 by Carl-Daniel Hailfinger · 15 years ago
  97. 500dd9d Refine write_lockbits_49lfxxxc() to use struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  98. 161b885 Specify the exact bus type for a number of flash chips by Urja Rannikko · 15 years ago
  99. 33269a7 Enable debug output of protection register access on SST49LF* chips by Uwe Hermann · 15 years ago
  100. 65287d9 Let's actually sort the board lists alphabetically, and not just pretend we do by Uwe Hermann · 15 years ago