1. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  2. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  3. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  4. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  5. 018d482 Add a bunch of new/tested stuff and various small changes 8 by Paul Menzel · 13 years ago
  6. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  7. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  8. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  9. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  10. db45ab5 Tiny fix for a small fix by Stefan Tauner · 13 years ago
  11. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  12. 7a3bd8f Refine status register and lock printing of Atmel and AMIC SPI chips by Carl-Daniel Hailfinger · 13 years ago
  13. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  14. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  15. ccfe0ac Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM by Carl-Daniel Hailfinger · 14 years ago
  16. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  17. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
  18. 174f55b Fix timing of SPI status register writes (WRSR) by Carl-Daniel Hailfinger · 14 years ago
  19. 1db7a44 Massive speedups for SST25VF032B and SST25VF064C by Helge Wagner · 14 years ago
  20. 6eabe28 This patch changes the prefix of chip constant #defines in the following way by Mattias Mattsson · 14 years ago
  21. fd7075a Add detailed status register printing and unlocking for all ATMEL AT25* chips by Carl-Daniel Hailfinger · 14 years ago
  22. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  23. df90d3a Add support for the following AMIC SPI chips by Daniel Lenski · 14 years ago
  24. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  25. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  26. 3a25fea The SPI opcode 0xd8 is not a chip erase opcode on any chip out there by Carl-Daniel Hailfinger · 14 years ago
  27. 9c62d11 Refine SPI AAI support by Carl-Daniel Hailfinger · 14 years ago
  28. 8ae500e Fix message printing for SPI RES on spew level by Carl-Daniel Hailfinger · 14 years ago
  29. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  30. dc1cda1 Add support for two-byte RES probes by Carl-Daniel Hailfinger · 14 years ago
  31. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  32. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  33. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  34. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago