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. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  4. 4b17736 Remove erase_chip_stm50flw0x0x by Michael Karcher · 13 years ago
  5. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  6. b30a5ed Unify chip write functions by Carl-Daniel Hailfinger · 14 years ago
  7. b28349f Remove progress printing from individual flash chip drivers by Carl-Daniel Hailfinger · 14 years ago
  8. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
  9. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  10. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  11. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 14 years ago
  12. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  13. 4631319 Unlock fixup by Sean Nelson · 15 years ago
  14. 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
  15. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  16. 56358aa Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  17. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 15 years ago
  18. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
  19. 9e72aa5 Fix some of the issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
  20. 4e9cebb Unify some probe functions that basically correspond to probe_jedec() by Carl-Daniel Hailfinger · 15 years ago
  21. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  22. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  23. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  24. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  25. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  26. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  27. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  28. d13775e Rename the STM50FLW register variable flash_addr used for block write protect handling by Carl-Daniel Hailfinger · 15 years ago
  29. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
  30. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
  31. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
  32. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  33. a7b3551 Separate ST M50FLW support from generic JEDEC code by Claus Gindhart · 16 years ago