1. 3ad2518 Add support for the ICH7-DH southbridge (untested) by Uwe Hermann · 17 years ago
  2. df8a3c8 This is a trivial cosmetic fix by Stefan Reinauer · 18 years ago
  3. d6b86cf The attached patch adds additional PCI IDs for MCP55 LPC devices by Ed Swierk · 18 years ago
  4. 6382b44 Fix wrong VT8235 flash enable failed warning by Luc Verhaegen · 18 years ago
  5. 71437d0 Add Winbond W39V080A support by David Hendricks · 18 years ago
  6. 3ab5415 Add support for the Gigabyte m57sli-s4 board by Ward Vandewege · 18 years ago
  7. e871d1f Note in makefile messages that zlib may be needed for libpci by Ed Swierk · 18 years ago
  8. ce1041c Add support for LinuxBIOS tables independent from its source tree by Uwe Hermann · 18 years ago
  9. 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
  10. 474230a Add support for the SST 49LF160C by Alan Carvalho de Assis · 18 years ago
  11. 3618346 Delete superfluous and incorrect comment by Uwe Hermann · 18 years ago
  12. ca78297 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C by Yinghai Lu · 18 years ago
  13. 424b7cf Improve flashrom description in the manpage a bit by Uwe Hermann · 18 years ago
  14. 83f0db2 Update flashrom requirements in the README by Uwe Hermann · 18 years ago
  15. c113b57 Add an install target to the flashrom Makefile which installs flashrom into /usr/local/bin by Uwe Hermann · 18 years ago
  16. c22f542 Update list of supported flash chips in the flashrom README by Uwe Hermann · 18 years ago
  17. b6d2832 List the supported flash chips and southbridges in the flashrom README file by Uwe Hermann · 18 years ago
  18. 2bd07a0 Fix location of the bug tracker in the manpage by Uwe Hermann · 18 years ago
  19. 8c5299f Fix write_page_write_jedec() in jedec.c by Giampiero Giancipoli · 18 years ago
  20. ef54aba Add support for ASD AE49F2008 by Stefan Reinauer · 18 years ago
  21. 018aca8 Only write the flash if the image has the same size by Stefan Reinauer · 18 years ago
  22. 566820d Rename SM_ID to SYNCMOS_ID by Uwe Hermann · 18 years ago
  23. 838c769 Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T by Uwe Hermann · 18 years ago
  24. 2dc5f42 Cosmetic fixes and typos by Uwe Hermann · 18 years ago
  25. a8c8082 Support for the 256K SyncMos S29C51002T flash by Giampiero Giancipoli · 18 years ago
  26. e60fd35 Instead of checking the first byte only, the whole part is checked now by Stefan Reinauer · 18 years ago
  27. 987942d Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code by Uwe Hermann · 18 years ago
  28. c6b5f49 Support for VIA VT82C686 utility by Stefan Reinauer · 18 years ago
  29. ea2c66d Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards by Uwe Hermann · 18 years ago
  30. 219b61e Multiple unrelated changes by Stefan Reinauer · 18 years ago
  31. e205d98 Here's a small patch to add support for the SST 49LF020A by Uwe Hermann · 18 years ago
  32. d1915c1 Tiny patch to show the size of the detected flash part by Uwe Hermann · 18 years ago
  33. 41c4767 Fix flashrom for sst49lf080a and small print bug by Roman Kononov · 18 years ago
  34. de063bf Abuild manpage and other fixes from Uwe Hermann by Stefan Reinauer · 18 years ago
  35. eb36647 Add patch from Uwe Hermann to support more ICH southbridges by Stefan Reinauer · 18 years ago
  36. cbc55d0 Print a warning if southbridge is not known by Stefan Reinauer · 18 years ago
  37. 028f46f Removing $Id$ tags as they have no meaning in SVN by Stefan Reinauer · 18 years ago
  38. f8337dd Some documentation updates by Uwe and some smaller ones by me by Stefan Reinauer · 18 years ago
  39. e807d82 Add support for SST39SF040, SST39SF010A and W39V040B by Stefan Reinauer · 18 years ago
  40. 261144c Add flashrom manpage from Uwe Hermann by Stefan Reinauer · 18 years ago
  41. 64f05bb Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw> by Stefan Reinauer · 18 years ago
  42. af2c2b5 Add support for EFST F49B002UA (untested) by Stefan Reinauer · 18 years ago
  43. 6424faf Add support for PMC 49FL002 as used in the RD1-PMC2 by Stefan Reinauer · 18 years ago
  44. db8b13a Add support for Winbond W49V002A by Stefan Reinauer · 18 years ago
  45. 023af76 Multiple unrelated changes by Scott Tsai · 18 years ago
  46. 86de283 Multiple unrelated changes by Stefan Reinauer · 18 years ago
  47. 394d137 Compilation fix for gcc 4.0.2 (SUSE10) by Stefan Reinauer · 19 years ago
  48. 8cf74b4 Add ts5300 flag as comment utility Makefile by Stefan Reinauer · 19 years ago
  49. 441edbf Make SST49lf040 not clog the serial line too by Stefan Reinauer · 19 years ago
  50. fcb6368 Multiple unrelated changes by Stefan Reinauer · 19 years ago
  51. 99349a5 Make am29f040b driver more solid by printing every 4096th flash address by Stefan Reinauer · 19 years ago
  52. d918daa Support for Am29F016D by Stefan Reinauer · 19 years ago
  53. 5eaed68 Add preliminary (non-working) support for Sharp LHF00L04 by Ronald G. Minnich · 19 years ago
  54. fc7fbdd A few new items and mods for ollie by Ronald G. Minnich · 19 years ago
  55. d2c3a62 Add support for ICH5 by Ronald G. Minnich · 19 years ago
  56. 9d3d93e Add support for ST M29F040B by Stefan Reinauer · 19 years ago
  57. 5b582f2 Add sharp flash by Ronald G. Minnich · 19 years ago
  58. 143da0b Pass on return values by Stefan Reinauer · 19 years ago
  59. 3a43160 Redo image checking in conversion case by Stefan Reinauer · 19 years ago
  60. e370528 Multiple unrelated changes by Stefan Reinauer · 19 years ago
  61. 53e9625 Make flashrom utility build process more solid by Stefan Reinauer · 19 years ago
  62. 06b2c4d Mention build dependencies in Makefile by Stefan Reinauer · 19 years ago
  63. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
  64. 8a10d5a Bug fix from Jonathan McDowell <noodles@earth.li> by Ollie Lho · 19 years ago
  65. 952dfce Nvidia Ck804 support by Yinghai Lu · 19 years ago
  66. a1439cf Add dedicated chip erase function for SST49LF040 by Ollie Lho · 20 years ago
  67. efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 20 years ago
  68. 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 20 years ago
  69. d11f361 Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B by Ollie Lho · 20 years ago
  70. 98bea8a SST49LF00[2,3,4] should use the same driver as 49LF008 by Ollie Lho · 20 years ago
  71. ad8ffd2 Tyan update to work with new CPU Config by Yinghai Lu · 20 years ago
  72. 1f4d653 Support for sst firmware hub by Ronald G. Minnich · 20 years ago
  73. 9ffaf0b Use hex print in id1, id2 by Ronald G. Minnich · 20 years ago
  74. 6a96741 Add support for ICH4 by Ronald G. Minnich · 20 years ago
  75. af47477 Code reformat by Ollie Lho · 20 years ago
  76. e66bdb3 Add missing return at 205 by Ronald G. Minnich · 20 years ago
  77. afdfce8 Data type consistence by Ollie Lho · 21 years ago
  78. 8b8897a Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity by Ollie Lho · 21 years ago
  79. 070647d More jedec standard consolidation by Ollie Lho · 21 years ago
  80. 3a3dea7 Remove unused #define and function declaration by Ollie Lho · 21 years ago
  81. f51a766 I have no idea what i was trying to show off when I used the while loop rather than for loop by Ollie Lho · 21 years ago
  82. 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
  83. 73eca80 Remove duplicated code by Ollie Lho · 21 years ago
  84. 180850e Add support for SST49LF0xxA parts by David Hendricks · 21 years ago
  85. 1f12810 Add support for more SST 49lf0xxA parts by David Hendricks · 21 years ago
  86. 856943d Forgot a semicolon by Ollie Lho · 21 years ago
  87. f36ad4f Remove unused code in pm49fl004, remove experimental delay in sst49lf040 by Ollie Lho · 21 years ago
  88. 789ad3d Fix stupid i++ evalution order bug by Ollie Lho · 21 years ago
  89. cf29de8 Fix 32bit vs. 64bit long int arithematics by Ollie Lho · 21 years ago
  90. cec2879 Use standard product ID exit method for w49f002u by Ollie Lho · 21 years ago
  91. cbbf125 Move utility functions into new source files by Ollie Lho · 21 years ago
  92. 3770a11 Add support for SST49LF040 by David Hendricks · 21 years ago
  93. 8ff8432 Fix makefile by Ronald G. Minnich · 21 years ago
  94. e3dad01 Now we support 8111 and these parts by Ronald G. Minnich · 21 years ago
  95. 84cfad0 Remove spd_dump.c, it has nothing to do with flashing flash parts by Ronald G. Minnich · 21 years ago
  96. 5d22aba Missing return in msys_doc.c:206 by Ronald G. Minnich · 20 years ago
  97. a01c0ed Fix another volatile declaration by Ronald G. Minnich · 21 years ago
  98. 7ead885 Fix volatile by Ronald G. Minnich · 21 years ago
  99. eaab50b Changes from NIKI by Ronald G. Minnich · 21 years ago
  100. ceec420 SONE's changes by Ronald G. Minnich · 21 years ago