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. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  4. 2e88a9f Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing by Carl-Daniel Hailfinger · 13 years ago
  5. b51e58e Use __clang_version__ macro by Carl-Daniel Hailfinger · 14 years ago
  6. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  7. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  8. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  9. 414bd32 Verbose probe output is split across multiple lines for some probe functions by Carl-Daniel Hailfinger · 15 years ago
  10. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  11. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  12. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
  13. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
  14. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
  15. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  16. b9f6174 Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore by Jens Kuehnel · 16 years ago
  17. d2ac6fc Add support for the Winbond W29EE011 by Markus Boas · 17 years ago