1. 3a35337 jedec: Use common probing for EN29LV640B by Nico Huber · 4 months ago
  2. b72fa1a jedec: Correct probing for x16 parts w/ continued IDs by Nico Huber · 4 months ago
  3. 2e94746 Use bus probing for standard JEDEC and JEDEC_29GL by Nico Huber · 4 months ago
  4. 10337f7 memory_bus: Move related declarations into new `chipdrivers/memory_bus.h` by Nico Huber · 4 months ago
  5. 84914db Make FEATURE_LONG_RESET a proper feature bit by Nico Huber · 4 months ago
  6. 11136c2 flashchips: Add a type enum to the chip identification by Nico Huber · 3 years, 2 months ago
  7. 842d678 libflashrom: Return progress state to the library user by Richard Hughes · 5 years ago
  8. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 2 years, 11 months ago flashprog
  9. ac90af6 Change references to flashrom-stable by Nico Huber · 3 years, 6 months ago
  10. 519be66 Fix -Wsign-compare trouble by Nico Huber · 8 years ago
  11. cf3976e tree: Remove unused functions with no prototypes by Jacob Garber · 7 years ago
  12. 5bd11dc Remove empty line at EOF by Elyes HAOUAS · 8 years ago
  13. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 8 years ago
  14. 124ef38 Fix whitespace errors by Elyes HAOUAS · 8 years ago
  15. 23e10b8 Add a bunch of new/tested stuff and various small changes 24 by Stefan Tauner · 10 years ago
  16. 5859ced Fix handling of write protection at register space address +2 by Stefan Tauner · 12 years ago
  17. 4e32ec1 Refine physical address mapping of flash chips by Stefan Tauner · 12 years ago
  18. a8cf362 Unify non-shifted and shifted JEDEC access by Carl-Daniel Hailfinger · 12 years ago
  19. 03a9c3c Add support for a bunch of 29GL parallel flash chips by Stefan Tauner · 12 years ago
  20. ef3ac8a Refactor unlocking of many chips with locking at register space address +2 by Carl-Daniel Hailfinger · 12 years ago
  21. 0ab1e5d jedec.c: constify a bit more by Stefan Tauner · 12 years ago
  22. f80419c Make delay values unsigned by Stefan Tauner · 12 years ago
  23. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 13 years ago
  24. c233375 Use uintptr_t for chipaddr instead of unsigned long by Stefan Tauner · 13 years ago
  25. 78ffbea Do not read the flash chip twice in verification mode by Stefan Tauner · 14 years ago
  26. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 14 years ago
  27. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 15 years ago
  28. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 15 years ago
  29. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 15 years ago
  30. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 15 years ago
  31. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 15 years ago
  32. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 15 years ago
  33. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 15 years ago
  34. 880e867 Remove delays in JEDEC erase sequence by Michael Karcher · 15 years ago
  35. f59e263 Add a reset to probe_jedec before we read the chip's IDs by Sean Nelson · 16 years ago
  36. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 16 years ago
  37. 79e6757 Refactor remaining write wrappers by Carl-Daniel Hailfinger · 16 years ago
  38. 184b95f Simplify calls to inner write functions by Carl-Daniel Hailfinger · 16 years ago
  39. b30a5ed Unify chip write functions by Carl-Daniel Hailfinger · 16 years ago
  40. b28349f Remove progress printing from individual flash chip drivers by Carl-Daniel Hailfinger · 16 years ago
  41. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 16 years ago
  42. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 16 years ago
  43. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 16 years ago
  44. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 16 years ago
  45. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 16 years ago
  46. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 16 years ago
  47. 4bf4e79 Use address mask in probe_jedec by Carl-Daniel Hailfinger · 16 years ago
  48. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 16 years ago
  49. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 16 years ago
  50. 72a9a02 Convert the following chips to use struct eraseblock by Sean Nelson · 17 years ago
  51. aa00098 jedec: warn if toggle bit is stuck for too long and allow for delays between tries by Carl-Daniel Hailfinger · 17 years ago
  52. c12fc71 Skip all delays in probe_jedec() if probe_delay is 0 by Sean Nelson · 17 years ago
  53. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 17 years ago
  54. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 17 years ago
  55. 2925d6f Jedec.c was missing error handling in a few cases by Carl-Daniel Hailfinger · 17 years ago
  56. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 17 years ago
  57. 5dfd384 Remove confusing out-of-date comment by Carl-Daniel Hailfinger · 17 years ago
  58. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 17 years ago
  59. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 17 years ago
  60. 414bd32 Verbose probe output is split across multiple lines for some probe functions by Carl-Daniel Hailfinger · 17 years ago
  61. 0c854c0 Change chip_readb in loop to use verify_range in write_page_write_jedec (jedec.c) by Urja Rannikko · 17 years ago
  62. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 17 years ago
  63. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 17 years ago
  64. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 17 years ago
  65. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 17 years ago
  66. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 17 years ago
  67. 01624f4 Use helper functions chip_{read,write}[bwl] to access flash chips by Carl-Daniel Hailfinger · 17 years ago
  68. 8130f2d Check probing results for flash contents by Carl-Daniel Hailfinger · 17 years ago
  69. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 17 years ago
  70. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 17 years ago
  71. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 17 years ago
  72. 8653b00 Increase delay in probe_jedec() after Product ID Entry to 10ms by Peter Stuge · 18 years ago
  73. bc0d857 Update comment to match delay change in probe_jedec() r3373 by Peter Stuge · 18 years ago
  74. 6a9fd1d Increase delay in probe_jedec() to 2ms to reliably detect AT29C020 by Peter Stuge · 18 years ago
  75. a758f51 Check the JEDEC vendor ID for correct parity by Carl-Daniel Hailfinger · 18 years ago
  76. ae8afa9 Add continuation ID support to jedec.c by Carl-Daniel Hailfinger · 19 years ago
  77. 03d2826 Fix ATMEL 29C020 detection with flashrom by Carl-Daniel Hailfinger · 19 years ago
  78. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 19 years ago
  79. fa49692 Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) by Ronald G. Minnich · 19 years ago
  80. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 19 years ago
  81. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 19 years ago
  82. ffec5f3 Cosmetic fixes by Uwe Hermann · 19 years ago
  83. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 19 years ago
  84. 51582f2 Move code into *.c files, there's no reason to have it in header files by Uwe Hermann · 19 years ago
  85. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 19 years ago
  86. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 19 years ago
  87. 8c5299f Fix write_page_write_jedec() in jedec.c by Giampiero Giancipoli · 20 years ago
  88. 028f46f Removing $Id$ tags as they have no meaning in SVN by Stefan Reinauer · 20 years ago
  89. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 21 years ago
  90. efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 22 years ago
  91. 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 22 years ago
  92. 98bea8a SST49LF00[2,3,4] should use the same driver as 49LF008 by Ollie Lho · 22 years ago
  93. 1f4d653 Support for sst firmware hub by Ronald G. Minnich · 22 years ago
  94. afdfce8 Data type consistence by Ollie Lho · 22 years ago
  95. 8b8897a Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity by Ollie Lho · 22 years ago
  96. 070647d More jedec standard consolidation by Ollie Lho · 22 years ago
  97. 3a3dea7 Remove unused #define and function declaration by Ollie Lho · 22 years ago
  98. 761bf1b Consolidate more jedec standard code by Ollie Lho · 22 years ago
  99. 73eca80 Remove duplicated code by Ollie Lho · 22 years ago
  100. eaab50b Changes from NIKI by Ronald G. Minnich · 23 years ago