1. 4bf4e79 Use address mask in probe_jedec by Carl-Daniel Hailfinger · 15 years ago
  2. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 15 years ago
  3. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 15 years ago
  4. 72a9a02 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  5. aa00098 jedec: warn if toggle bit is stuck for too long and allow for delays between tries by Carl-Daniel Hailfinger · 15 years ago
  6. c12fc71 Skip all delays in probe_jedec() if probe_delay is 0 by Sean Nelson · 15 years ago
  7. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  8. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
  9. 2925d6f Jedec.c was missing error handling in a few cases by Carl-Daniel Hailfinger · 15 years ago
  10. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
  11. 5dfd384 Remove confusing out-of-date comment by Carl-Daniel Hailfinger · 15 years ago
  12. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  13. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  14. 414bd32 Verbose probe output is split across multiple lines for some probe functions by Carl-Daniel Hailfinger · 15 years ago
  15. 0c854c0 Change chip_readb in loop to use verify_range in write_page_write_jedec (jedec.c) by Urja Rannikko · 15 years ago
  16. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  17. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  18. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 15 years ago
  19. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  20. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  21. 01624f4 Use helper functions chip_{read,write}[bwl] to access flash chips by Carl-Daniel Hailfinger · 15 years ago
  22. 8130f2d Check probing results for flash contents by Carl-Daniel Hailfinger · 15 years ago
  23. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
  24. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
  25. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
  26. 8653b00 Increase delay in probe_jedec() after Product ID Entry to 10ms by Peter Stuge · 16 years ago
  27. bc0d857 Update comment to match delay change in probe_jedec() r3373 by Peter Stuge · 16 years ago
  28. 6a9fd1d Increase delay in probe_jedec() to 2ms to reliably detect AT29C020 by Peter Stuge · 16 years ago
  29. a758f51 Check the JEDEC vendor ID for correct parity by Carl-Daniel Hailfinger · 16 years ago
  30. ae8afa9 Add continuation ID support to jedec.c by Carl-Daniel Hailfinger · 17 years ago
  31. 03d2826 Fix ATMEL 29C020 detection with flashrom by Carl-Daniel Hailfinger · 17 years ago
  32. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  33. fa49692 Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) by Ronald G. Minnich · 17 years ago
  34. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  35. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  36. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  37. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  38. 51582f2 Move code into *.c files, there's no reason to have it in header files by Uwe Hermann · 17 years ago
  39. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
  40. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 17 years ago
  41. 8c5299f Fix write_page_write_jedec() in jedec.c by Giampiero Giancipoli · 18 years ago
  42. 028f46f Removing $Id$ tags as they have no meaning in SVN by Stefan Reinauer · 18 years ago
  43. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
  44. efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 20 years ago
  45. 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 20 years ago
  46. 98bea8a SST49LF00[2,3,4] should use the same driver as 49LF008 by Ollie Lho · 20 years ago
  47. 1f4d653 Support for sst firmware hub by Ronald G. Minnich · 20 years ago
  48. afdfce8 Data type consistence by Ollie Lho · 20 years ago
  49. 8b8897a Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity by Ollie Lho · 20 years ago
  50. 070647d More jedec standard consolidation by Ollie Lho · 21 years ago
  51. 3a3dea7 Remove unused #define and function declaration by Ollie Lho · 21 years ago
  52. 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
  53. 73eca80 Remove duplicated code by Ollie Lho · 21 years ago
  54. eaab50b Changes from NIKI by Ronald G. Minnich · 21 years ago
  55. d4228fd Made the ids always print in hex less verbose verify step by Ronald G. Minnich · 22 years ago
  56. 5643942 Can now burn 82802ab by Ronald G. Minnich · 22 years ago
  57. ef5779d Fixes by Ronald G. Minnich · 23 years ago
  58. 5e5f75e Trying to make this general purpose user-land flash burner by Ronald G. Minnich · 23 years ago