1. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  2. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  3. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  4. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  5. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  6. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  7. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  8. 79e6757 Refactor remaining write wrappers by Carl-Daniel Hailfinger · 14 years ago
  9. 184b95f Simplify calls to inner write functions by Carl-Daniel Hailfinger · 14 years ago
  10. b30a5ed Unify chip write functions by Carl-Daniel Hailfinger · 14 years ago
  11. b28349f Remove progress printing from individual flash chip drivers by Carl-Daniel Hailfinger · 14 years ago
  12. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
  13. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  14. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  15. b3289c9 Clean up sst28sf040.c after JEDEC refactorings by Sean Nelson · 15 years ago
  16. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  17. 51c83fb Convert various SST chips to use block_erasers by Sean Nelson · 15 years ago
  18. 9e72aa5 Fix some of the issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
  19. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  20. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  21. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  22. 09e04f7 Eliminate all 'inline's from the flashrom code by Uwe Hermann · 15 years ago
  23. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  24. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  25. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
  26. b885569 Reduce use of volatile variables by Carl-Daniel Hailfinger · 16 years ago
  27. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
  28. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
  29. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  30. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  31. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  32. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  33. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  34. 966dc20 Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify by Ed Swierk · 17 years ago
  35. 7ed78c8 Drop leftover includes by Stefan Reinauer · 17 years ago
  36. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
  37. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 17 years ago
  38. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
  39. 8b8897a Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity by Ollie Lho · 20 years ago
  40. 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
  41. cf29de8 Fix 32bit vs. 64bit long int arithematics by Ollie Lho · 21 years ago
  42. eaab50b Changes from NIKI by Ronald G. Minnich · 21 years ago
  43. d4228fd Made the ids always print in hex less verbose verify step by Ronald G. Minnich · 22 years ago
  44. ef5779d Fixes by Ronald G. Minnich · 23 years ago
  45. 5e5f75e Trying to make this general purpose user-land flash burner by Ronald G. Minnich · 23 years ago